Update mautrix-go

This commit is contained in:
Tulir Asokan
2019-05-16 00:51:45 +03:00
parent e5085b87c7
commit f39fd0ac46
2 changed files with 5 additions and 1 deletions

3
go.mod
View File

@ -10,10 +10,11 @@ require (
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
golang.org/x/sys v0.0.0-20190515190549-87c872767d25 // indirect
golang.org/x/tools v0.0.0-20190515191914-7c3f65130f29 // indirect
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.20190512142959-897a8c5be1d9
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190515215109-3e27638f3f1d
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20190515184712-aecd1f0cca6f
)