-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (35 loc) · 1.24 KB
/
go.mod
File metadata and controls
41 lines (35 loc) · 1.24 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
39
40
41
module github.com/keshon/melodix
go 1.26
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/ebitengine/oto/v3 v3.4.0
github.com/keshon/buildinfo v0.1.0
github.com/keshon/commandkit v0.1.0
github.com/keshon/datastore v0.1.1
)
require (
github.com/cloudflare/circl v1.6.3 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)
require (
github.com/bdandy/go-errors v1.2.2 // indirect
github.com/bdandy/go-socks4 v1.2.3
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/dop251/goja v0.0.0-20260311135729-065cd970411c // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/godeps/opus v1.0.3
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
golang.org/x/text v0.36.0 // indirect
)
require (
github.com/caarlos0/env/v11 v11.4.0
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
github.com/kkdai/youtube/v2 v2.10.6
golang.org/x/net v0.53.0
)
replace github.com/bwmarrin/discordgo => github.com/yeongaori/discordgo-fork v0.0.0-20260315104245-037b0e48bb49