go.mod 158 B

12345678
  1. module git.mgmcomp.net/thisnthat/discordgo
  2. go 1.17
  3. require (
  4. github.com/gorilla/websocket v1.4.2
  5. golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  6. )