17 lines
564 B
Modula-2
17 lines
564 B
Modula-2
module maunium.net/go/mautrix-whatsapp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/Rhymen/go-whatsapp v0.0.2-0.20190313095452-eb9a9e486cd2
|
|
github.com/lib/pq v1.0.0
|
|
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
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
|
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
|
|
)
|