2019-01-11 20:17:31 +01:00
|
|
|
module maunium.net/go/mautrix-whatsapp
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Rhymen/go-whatsapp v0.0.0-20181218094654-2ca6af00572c
|
|
|
|
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
|
|
|
|
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
|
2019-01-11 20:17:31 +01:00
|
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
2019-01-12 14:54:04 +01:00
|
|
|
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // 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-01-12 14:54:04 +01:00
|
|
|
maunium.net/go/mautrix v0.1.0-alpha.3
|
|
|
|
maunium.net/go/mautrix-appservice v0.1.0-alpha.3
|
2019-01-11 20:17:31 +01:00
|
|
|
)
|