go.mod 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. module go.mau.fi/mautrix-discord
  2. go 1.18
  3. require (
  4. github.com/bwmarrin/discordgo v0.26.1
  5. github.com/gabriel-vasile/mimetype v1.4.1
  6. github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
  7. github.com/gorilla/mux v1.8.0
  8. github.com/gorilla/websocket v1.5.0
  9. github.com/lib/pq v1.10.7
  10. github.com/mattn/go-sqlite3 v1.14.16
  11. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  12. github.com/stretchr/testify v1.8.1
  13. github.com/yuin/goldmark v1.5.3
  14. maunium.net/go/maulogger/v2 v2.3.2
  15. maunium.net/go/mautrix v0.13.1-0.20230129151130-9eb38c70fff2
  16. )
  17. require (
  18. github.com/davecgh/go-spew v1.1.1 // indirect
  19. github.com/mattn/go-colorable v0.1.12 // indirect
  20. github.com/mattn/go-isatty v0.0.14 // indirect
  21. github.com/pmezard/go-difflib v1.0.0 // indirect
  22. github.com/rs/zerolog v1.28.0 // indirect
  23. github.com/tidwall/gjson v1.14.4 // indirect
  24. github.com/tidwall/match v1.1.1 // indirect
  25. github.com/tidwall/pretty v1.2.0 // indirect
  26. github.com/tidwall/sjson v1.2.5 // indirect
  27. golang.org/x/crypto v0.5.0 // indirect
  28. golang.org/x/net v0.5.0 // indirect
  29. golang.org/x/sys v0.4.0 // indirect
  30. gopkg.in/yaml.v3 v3.0.1 // indirect
  31. maunium.net/go/mauflag v1.0.0 // indirect
  32. )
  33. replace github.com/bwmarrin/discordgo => github.com/beeper/discordgo v0.0.0-20230129125832-37978ff8e399