2024-10-09 13:11:03 +00:00
|
|
|
module gitlab.wh64.net/muffin/goMuffin
|
2024-08-01 11:37:18 +00:00
|
|
|
|
2024-10-09 13:08:35 +00:00
|
|
|
go 1.23.2
|
2024-08-01 11:37:18 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1
|
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
)
|
|
|
|
|
|
|
|
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
|
|
|
|
)
|