2019-01-11 20:17:31 +01:00
|
|
|
module maunium.net/go/mautrix-whatsapp
|
|
|
|
|
2019-05-15 20:49:16 +02:00
|
|
|
go 1.12
|
2019-03-14 00:06:06 +01:00
|
|
|
|
2019-01-11 20:17:31 +01:00
|
|
|
require (
|
2019-05-15 22:04:09 +02:00
|
|
|
github.com/Rhymen/go-whatsapp v0.0.2-0.20190511164245-5d5100902126
|
2019-05-15 20:49:16 +02:00
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
|
|
github.com/lib/pq v1.1.1
|
2019-01-11 20:17:31 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-01-12 14:54:04 +01:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
|
2019-05-15 22:04:09 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190515190549-87c872767d25 // indirect
|
2019-01-11 20:17:31 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
maunium.net/go/mauflag v1.0.0
|
|
|
|
maunium.net/go/maulogger/v2 v2.0.0
|
2019-05-15 20:49:16 +02:00
|
|
|
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190512142959-897a8c5be1d9
|
|
|
|
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190515184712-aecd1f0cca6f
|
2019-01-11 20:17:31 +01:00
|
|
|
)
|
2019-05-15 20:49:16 +02:00
|
|
|
|
|
|
|
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
|