updated to latest mautrix-go and mautrix-appservice-go (#145)

This commit is contained in:
Marco Antonio Alvarez
2020-03-26 18:31:56 +01:00
committed by GitHub
parent 8dd5f6a0d1
commit 2d8bc96a09
3 changed files with 49 additions and 13 deletions

3
go.mod
View File

@ -10,11 +10,12 @@ require (
github.com/lib/pq v1.1.1
github.com/mattn/go-sqlite3 v1.10.0
github.com/pkg/errors v0.8.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
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.20200209182939-9df6760d40d2
maunium.net/go/mautrix v0.1.0-alpha.3.0.20200221234248-8a868bce2854
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20200209183024-a3d12dc80898
)