go.mod 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. module go.mau.fi/mautrix-discord
  2. go 1.19
  3. require (
  4. github.com/bwmarrin/discordgo v0.27.0
  5. github.com/gabriel-vasile/mimetype v1.4.2
  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.9
  10. github.com/mattn/go-sqlite3 v1.14.17
  11. github.com/rs/zerolog v1.29.1
  12. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  13. github.com/stretchr/testify v1.8.4
  14. github.com/yuin/goldmark v1.5.4
  15. golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
  16. maunium.net/go/maulogger/v2 v2.4.1
  17. maunium.net/go/mautrix v0.15.4-0.20230619114441-3e840e962e24
  18. )
  19. require (
  20. github.com/coreos/go-systemd/v22 v22.5.0 // indirect
  21. github.com/davecgh/go-spew v1.1.1 // indirect
  22. github.com/mattn/go-colorable v0.1.12 // indirect
  23. github.com/mattn/go-isatty v0.0.14 // indirect
  24. github.com/pmezard/go-difflib v1.0.0 // indirect
  25. github.com/tidwall/gjson v1.14.4 // indirect
  26. github.com/tidwall/match v1.1.1 // indirect
  27. github.com/tidwall/pretty v1.2.0 // indirect
  28. github.com/tidwall/sjson v1.2.5 // indirect
  29. go.mau.fi/zeroconfig v0.1.2 // indirect
  30. golang.org/x/crypto v0.10.0 // indirect
  31. golang.org/x/net v0.11.0 // indirect
  32. golang.org/x/sys v0.9.0 // indirect
  33. gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
  34. gopkg.in/yaml.v3 v3.0.1 // indirect
  35. maunium.net/go/mauflag v1.0.0 // indirect
  36. )
  37. replace github.com/bwmarrin/discordgo => github.com/beeper/discordgo v0.0.0-20230618183737-3c7afd8d8596