Revert go-whatsapp update again

This partly reverts commit b092e71a44e111f83b3e7716c2855adc7ebc5177
This commit is contained in:
Tulir Asokan
2019-03-30 19:25:24 +02:00
parent 3ed2522a10
commit 043820755f
4 changed files with 21 additions and 31 deletions

8
go.mod
View File

@ -3,12 +3,16 @@ module maunium.net/go/mautrix-whatsapp
go 1.11
require (
github.com/Rhymen/go-whatsapp v0.0.2-0.20190313095452-eb9a9e486cd2
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f // indirect
github.com/Rhymen/go-whatsapp v0.0.0-20190208090600-c1173899de99
github.com/gorilla/mux v1.7.0 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-colorable v0.1.1 // indirect
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
golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f // indirect
golang.org/x/sys v0.0.0-20190222171317-cd391775e71e // indirect
gopkg.in/yaml.v2 v2.2.2
maunium.net/go/mauflag v1.0.0
maunium.net/go/maulogger/v2 v2.0.0