2023-12-26 18:39:21 -07:00
|
|
|
module himbot
|
|
|
|
|
2024-02-09 12:50:33 -07:00
|
|
|
go 1.22.0
|
2023-12-26 18:39:21 -07:00
|
|
|
|
2024-05-15 10:02:42 -06:00
|
|
|
require github.com/diamondburned/arikawa/v3 v3.3.6
|
2023-12-26 18:39:21 -07:00
|
|
|
|
2024-05-15 10:02:42 -06:00
|
|
|
require golang.org/x/net v0.25.0 // indirect
|
2023-12-27 10:52:24 -07:00
|
|
|
|
2023-12-26 18:39:21 -07:00
|
|
|
require (
|
2024-03-27 12:23:45 -06:00
|
|
|
github.com/gorilla/schema v1.3.0 // indirect
|
2023-12-27 14:53:50 -07:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2023-12-26 18:39:21 -07:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2023-12-27 14:53:50 -07:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2023-12-26 18:39:21 -07:00
|
|
|
)
|