Use SQLCryptoStore from mautrix-go and update deps

This commit is contained in:
Tulir Asokan
2020-06-23 23:22:30 +03:00
parent cbd1a79e80
commit 542d30ead7
4 changed files with 56 additions and 417 deletions

12
go.mod
View File

@@ -6,17 +6,17 @@ require (
github.com/Rhymen/go-whatsapp v0.1.0
github.com/chai2010/webp v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.5.2
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/lib/pq v1.7.0
github.com/mattn/go-sqlite3 v1.14.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/image v0.0.0-20200618115811-c13761719519
gopkg.in/yaml.v2 v2.3.0
maunium.net/go/mauflag v1.0.0
maunium.net/go/maulogger/v2 v2.1.1
maunium.net/go/mautrix v0.5.2
github.com/prometheus/client_golang v1.6.0
maunium.net/go/mautrix v0.5.4
)
replace github.com/Rhymen/go-whatsapp => github.com/tulir/go-whatsapp v0.3.2