-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (27 loc) · 1.08 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
module github.com/keshon/melodix
go 1.23.0
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/keshon/dca v0.0.0-20241119062450-6c1ff3cca196
github.com/kkdai/youtube/v2 v2.10.2
)
require (
github.com/ProtonMail/go-crypto v1.1.5 // indirect
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dop251/goja v0.0.0-20250114131315-46d383d606d3 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/lrstanley/go-ytdlp v0.0.0-20250117070427-21edbe635681 // indirect
golang.org/x/text v0.21.0 // indirect
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)