go.mod 1.0 KB

1234567891011121314151617181920212223242526
  1. module maunium.net/go/mautrix-whatsapp
  2. go 1.12
  3. require (
  4. github.com/Rhymen/go-whatsapp v0.0.2-0.20190511164245-5d5100902126
  5. github.com/gorilla/mux v1.7.2 // indirect
  6. github.com/lib/pq v1.1.1
  7. github.com/mattn/go-isatty v0.0.8 // indirect
  8. github.com/mattn/go-sqlite3 v1.10.0
  9. github.com/pkg/errors v0.8.1
  10. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  11. github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
  12. golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
  13. golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 // indirect
  14. golang.org/x/tools v0.0.0-20190523174634-38d8bcfa38af // indirect
  15. gopkg.in/yaml.v2 v2.2.2
  16. maunium.net/go/mauflag v1.0.0
  17. maunium.net/go/maulogger/v2 v2.0.0
  18. maunium.net/go/mautrix v0.1.0-alpha.3.0.20190515215109-3e27638f3f1d
  19. maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190523231710-8b9923f4ca89
  20. )
  21. replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
  22. replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190523194501-cc7603f853df