aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-04-10 02:30:32 +0300
committerTulir Asokan <tulir@maunium.net>2019-04-10 02:30:32 +0300
commitc9f731a5ceb6d9bf2cf40869cede05e1f2815995 (patch)
tree5cdb5c7e28ac10b212b6ba231d8f22e67e8cc38a
parent099eebfa67fd91646bd57f0876d5e2a77c2c379d (diff)
Update mautrix-go
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e201049..2b0228c 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
gopkg.in/yaml.v2 v2.2.2
- maunium.net/go/mautrix v0.1.0-alpha.3.0.20190328212757-5794ed367481
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20190409232906-0ad616f68d2c
maunium.net/go/mauview v0.0.0-20190406150001-ad4a4e562f9e
maunium.net/go/tcell v0.0.0-20190406145848-d520315b0ddb
)