2023-12-26 18:39:21 -07:00
|
|
|
module himbot
|
|
|
|
|
2024-10-20 22:45:16 -06:00
|
|
|
go 1.23.2
|
2023-12-26 18:39:21 -07:00
|
|
|
|
2024-10-20 22:45:16 -06:00
|
|
|
require github.com/diamondburned/arikawa/v3 v3.4.0
|
2023-12-27 10:52:24 -07:00
|
|
|
|
2023-12-26 18:39:21 -07:00
|
|
|
require (
|
2024-10-21 23:50:17 -06:00
|
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1
|
2024-10-20 22:45:16 -06:00
|
|
|
github.com/gorilla/schema v1.4.1 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2023-12-26 18:39:21 -07:00
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
)
|