basic setup, /ping added

This commit is contained in:
2025-11-30 10:58:16 +01:00
parent 781a499a6c
commit e045d0d01f
9 changed files with 296 additions and 0 deletions

15
go.mod
View File

@@ -1,3 +1,18 @@
module homestead/homestead_to_go
go 1.25.4
require (
github.com/disgoorg/disgo v0.18.16
github.com/disgoorg/paginator v0.0.0-20240725182907-1bdf780b5586
github.com/disgoorg/snowflake/v2 v2.0.3
github.com/pelletier/go-toml/v2 v2.2.4
)
require (
github.com/disgoorg/json v1.2.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)