2019-01-11 20:17:31 +01:00
|
|
|
module maunium.net/go/mautrix-whatsapp
|
|
|
|
|
2020-03-26 18:57:46 +01:00
|
|
|
go 1.14
|
2019-03-14 00:06:06 +01:00
|
|
|
|
2019-01-11 20:17:31 +01:00
|
|
|
require (
|
2020-03-27 09:27:03 +01:00
|
|
|
github.com/Rhymen/go-whatsapp v0.1.0
|
2019-10-04 20:01:53 +02:00
|
|
|
github.com/chai2010/webp v1.1.0
|
2020-05-08 21:32:22 +02:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/lib/pq v1.5.2
|
2020-03-27 09:27:03 +01:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
|
|
github.com/pkg/errors v0.9.1
|
2020-03-26 18:31:56 +01:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2020-03-27 09:27:03 +01:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
2020-05-09 01:08:23 +02:00
|
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
2020-03-27 09:27:03 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-01-11 20:17:31 +01:00
|
|
|
maunium.net/go/mauflag v1.0.0
|
2020-03-27 09:27:03 +01:00
|
|
|
maunium.net/go/maulogger/v2 v2.1.1
|
2020-05-12 22:16:33 +02:00
|
|
|
maunium.net/go/mautrix v0.4.4
|
2019-01-11 20:17:31 +01:00
|
|
|
)
|
2019-05-15 20:49:16 +02:00
|
|
|
|
2020-04-21 22:18:28 +02:00
|
|
|
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.2.6
|