go.mod 336 B

1234567891011121314
  1. module git.mgmcomp.net/thisnthat/discord-bot
  2. go 1.19
  3. require (
  4. github.com/bwmarrin/discordgo v0.27.1
  5. github.com/sirupsen/logrus v1.9.0
  6. )
  7. require (
  8. github.com/gorilla/websocket v1.4.2 // indirect
  9. golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
  10. golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
  11. )