go.mod 687 B

12345678910111213141516171819202122
  1. module maunium.net/go/mautrix-whatsapp
  2. go 1.14
  3. require (
  4. github.com/Rhymen/go-whatsapp v0.1.0
  5. github.com/chai2010/webp v1.1.0
  6. github.com/gorilla/websocket v1.4.2
  7. github.com/lib/pq v1.7.0
  8. github.com/mattn/go-sqlite3 v1.14.0
  9. github.com/pkg/errors v0.9.1
  10. github.com/prometheus/client_golang v1.7.0
  11. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  12. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  13. golang.org/x/image v0.0.0-20200618115811-c13761719519
  14. gopkg.in/yaml.v2 v2.3.0
  15. maunium.net/go/mauflag v1.0.0
  16. maunium.net/go/maulogger/v2 v2.1.1
  17. maunium.net/go/mautrix v0.7.0
  18. )
  19. replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.3.7