go.mod 754 B

1234567891011121314151617181920
  1. module maunium.net/go/mautrix-whatsapp
  2. go 1.12
  3. require (
  4. github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f // indirect
  5. github.com/Rhymen/go-whatsapp v0.0.1
  6. github.com/golang/protobuf v1.3.1 // indirect
  7. github.com/lib/pq v1.1.1
  8. github.com/mattn/go-sqlite3 v1.10.0
  9. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  10. github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
  11. gopkg.in/yaml.v2 v2.2.2
  12. maunium.net/go/mauflag v1.0.0
  13. maunium.net/go/maulogger/v2 v2.0.0
  14. maunium.net/go/mautrix v0.1.0-alpha.3.0.20190512142959-897a8c5be1d9
  15. maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190515184712-aecd1f0cca6f
  16. )
  17. replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1