discord-radio-bot/go.mod
2025-05-07 10:12:54 +02:00

18 lines
486 B
Modula-2

module github.com/fmartingr/discord-europa-fm
go 1.23.0
toolchain go1.24.2
require (
github.com/bwmarrin/dgvoice v0.0.0-20210225172318-caaac756e02e
github.com/bwmarrin/discordgo v0.28.1
github.com/lmittmann/tint v1.0.7
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
layeh.com/gopus v0.0.0-20210501142526-1ee02d434e32 // indirect
)