himbot/go.mod
2024-10-27 22:31:22 -06:00

14 lines
249 B
Modula-2

module himbot
go 1.23
require (
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
)