-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
37 lines (34 loc) · 1.38 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/lavalink-devs/lavalink-bot
go 1.22
require (
github.com/adrg/frontmatter v0.2.0
github.com/disgoorg/disgo v0.18.8
github.com/disgoorg/disgolink/v3 v3.0.1-0.20240311001109-56f250c13235
github.com/disgoorg/json v1.1.0
github.com/disgoorg/lavalyrics-plugin v0.0.0-20240428194130-71a50d68e826
github.com/disgoorg/lavasearch-plugin v1.0.1-0.20231229185935-76caa6d35100
github.com/disgoorg/lavasrc-plugin v1.0.0
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/disgoorg/sponsorblock-plugin v1.0.1-0.20231229185915-2448f4189bbc
github.com/google/go-github/v52 v52.0.0
github.com/lithammer/fuzzysearch v1.1.8
github.com/mattn/go-colorable v0.1.13
github.com/topi314/tint v0.0.0-20240303212505-44dd4a1b4f7f
go.deanishe.net/fuzzy v1.0.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/cloudflare/circl v1.3.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)