himbot/go.mod

13 lines
256 B
Modula-2
Raw Normal View History

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-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
2024-10-20 22:45:16 -06:00
golang.org/x/time v0.7.0 // indirect
2023-12-26 18:39:21 -07:00
)