go.mod 1007 B

123456789101112131415161718192021222324252627
  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/golang/protobuf v1.3.1 // indirect
  6. github.com/lib/pq v1.1.1
  7. github.com/mattn/go-sqlite3 v1.10.0
  8. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  9. github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
  10. golang.org/x/sys v0.0.0-20190515190549-87c872767d25 // indirect
  11. golang.org/x/tools v0.0.0-20190515191914-7c3f65130f29 // indirect
  12. gopkg.in/yaml.v2 v2.2.2
  13. maunium.net/go/mauflag v1.0.0
  14. maunium.net/go/maulogger/v2 v2.0.0
  15. maunium.net/go/mautrix v0.1.0-alpha.3.0.20190515215109-3e27638f3f1d
  16. maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190515184712-aecd1f0cca6f
  17. )
  18. replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
  19. replace maunium.net/go/mautrix-appservice => ../mautrix-appservice-go
  20. replace maunium.net/go/mautrix => ../mautrix-go
  21. replace github.com/Rhymen/go-whatsapp => ../../Go/go-whatsapp