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 )