|
module git.min.rip/min/skybase
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/diamondburned/arikawa/v3 v3.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.4.1 // indirect
|
|
golang.org/x/time v0.10.0 // indirect
|
|
)
|