-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.43 KB
/
go.mod
File metadata and controls
38 lines (35 loc) · 1.43 KB
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
38
module github.com/lavalink-devs/lavalink-bot
go 1.26
require (
github.com/adrg/frontmatter v0.2.0
github.com/disgoorg/disgo v0.19.2
github.com/disgoorg/disgolink/v4 v4.0.0-20260312200844-830af82022bc
github.com/disgoorg/json v1.2.0
github.com/disgoorg/lavalyrics-plugin v0.0.0-20260312193810-d46747de2505
github.com/disgoorg/lavasearch-plugin v1.0.1-0.20260312193506-3747cde18669
github.com/disgoorg/lavasrc-plugin v1.0.0
github.com/disgoorg/snowflake/v2 v2.0.3
github.com/disgoorg/sponsorblock-plugin v1.0.1-0.20260312202743-8e2fd9183965
github.com/google/go-github/v52 v52.0.0
github.com/lithammer/fuzzysearch v1.1.8
go.deanishe.net/fuzzy v1.0.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/ProtonMail/go-crypto v1.4.0 // indirect
github.com/cloudflare/circl v1.6.3 // indirect
github.com/disgoorg/godave v0.1.0 // indirect
github.com/disgoorg/json/v2 v2.0.0 // indirect
github.com/disgoorg/omit v1.0.0 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/magefile/mage v1.16.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)