go.mod 814 B

123456789101112131415161718192021
  1. module maunium.net/go/mautrix-whatsapp
  2. go 1.11
  3. require (
  4. github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f // indirect
  5. github.com/Rhymen/go-whatsapp v0.0.0-20190208090600-c1173899de99
  6. github.com/gorilla/mux v1.7.0 // indirect
  7. github.com/lib/pq v1.0.0
  8. github.com/mattn/go-colorable v0.1.1 // indirect
  9. github.com/mattn/go-sqlite3 v1.10.0
  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/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
  13. golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect
  14. gopkg.in/yaml.v2 v2.2.2
  15. maunium.net/go/mauflag v1.0.0
  16. maunium.net/go/maulogger/v2 v2.0.0
  17. maunium.net/go/mautrix v0.1.0-alpha.3
  18. maunium.net/go/mautrix-appservice v0.1.0-alpha.3
  19. )