mautrix-whatsapp/go.mod

18 lines
564 B
Modula-2
Raw Normal View History

2019-01-11 20:17:31 +01:00
module maunium.net/go/mautrix-whatsapp
2019-03-14 00:06:06 +01:00
go 1.11
2019-01-11 20:17:31 +01:00
require (
2019-03-14 00:06:06 +01:00
github.com/Rhymen/go-whatsapp v0.0.2-0.20190313095452-eb9a9e486cd2
github.com/lib/pq v1.0.0
2019-01-11 20:17:31 +01:00
github.com/mattn/go-sqlite3 v1.10.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
2019-03-14 00:06:06 +01:00
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // 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
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
)