mautrix-whatsapp/go.mod

22 lines
718 B
Modula-2
Raw Normal View History

2019-01-11 20:17:31 +01:00
module maunium.net/go/mautrix-whatsapp
2019-07-17 23:15:55 +02:00
go 1.11
2019-03-14 00:06:06 +01:00
2019-01-11 20:17:31 +01:00
require (
github.com/Rhymen/go-whatsapp v0.0.2-0.20190524185555-8d76e32a6d8e
2019-05-15 20:49:16 +02:00
github.com/lib/pq v1.1.1
2019-01-11 20:17:31 +01:00
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
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.0.20190825132810-9d870654e9d2
2019-09-01 17:23:14 +02:00
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190901152202-40639f5932be
2019-01-11 20:17:31 +01:00
)
2019-05-15 20:49:16 +02:00
replace (
2019-09-03 20:24:33 +02:00
github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.0.2-0.20190903182221-4e1a838ff3ba
gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1
)