go-flat-finder/go.mod
2022-09-13 19:31:25 +12:00

19 lines
504 B
Modula-2

module flatfinder
go 1.19
require (
github.com/bwmarrin/discordgo v0.26.1
github.com/disgoorg/disgo v0.13.19
github.com/disgoorg/snowflake/v2 v2.0.0
github.com/joho/godotenv v1.4.0
)
require (
github.com/disgoorg/log v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)