go.mod 524 B

12345678910111213141516171819
  1. module gitlab.com/beeper/discord
  2. go 1.17
  3. require (
  4. github.com/alecthomas/kong v0.2.18
  5. gopkg.in/yaml.v2 v2.4.0
  6. maunium.net/go/mautrix v0.9.27
  7. )
  8. require (
  9. github.com/btcsuite/btcutil v1.0.2 // indirect
  10. github.com/gorilla/mux v1.8.0 // indirect
  11. github.com/gorilla/websocket v1.4.2 // indirect
  12. github.com/pkg/errors v0.9.1 // indirect
  13. golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
  14. golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
  15. maunium.net/go/maulogger/v2 v2.2.4 // indirect
  16. )