go.mod 571 B

12345678910111213141516171819
  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/gorilla/websocket v1.4.2
  6. github.com/lib/pq v1.7.0
  7. github.com/mattn/go-sqlite3 v1.14.0
  8. github.com/prometheus/client_golang v1.7.0
  9. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  10. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
  11. gopkg.in/yaml.v2 v2.3.0
  12. maunium.net/go/mauflag v1.0.0
  13. maunium.net/go/maulogger/v2 v2.1.1
  14. maunium.net/go/mautrix v0.7.13
  15. )
  16. replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.3.10