-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.26 KB
/
Copy pathgo.mod
File metadata and controls
37 lines (33 loc) · 1.26 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
module github.com/keshon/melodix
go 1.26
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/caarlos0/env/v11 v11.4.1
github.com/ebitengine/oto/v3 v3.4.1
github.com/godeps/opus v1.0.3
github.com/joho/godotenv v1.5.1
github.com/keshon/buildinfo v0.1.0
github.com/keshon/command v0.1.0
github.com/keshon/datastore v1.3.0
github.com/kkdai/youtube/v2 v2.10.6
github.com/rs/zerolog v1.35.1
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/cloudflare/circl v1.6.5 // indirect
github.com/dlclark/regexp2/v2 v2.7.1 // indirect
github.com/dop251/goja v0.0.0-20260806115107-493f22071ef6 // indirect
github.com/ebitengine/purego v0.10.1 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20260604005048-7023385849c0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/tetratelabs/wazero v1.12.0 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
)
replace github.com/bwmarrin/discordgo => ./pkg/discordgo-fork-dev