This commit is contained in:
Felipe M 2025-05-13 11:52:37 +02:00
commit 1a4986f294
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
18 changed files with 3181 additions and 0 deletions

17
go.mod Normal file
View file

@ -0,0 +1,17 @@
module discord-jukebox-bot
go 1.21
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/joho/godotenv v1.5.1
github.com/lmittmann/tint v1.0.4
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32
)
require (
github.com/gorilla/websocket v1.5.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)