aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-06-04 18:45:57 +0300
committerTulir Asokan <tulir@maunium.net>2020-06-04 18:46:06 +0300
commit37fd0be64ad53f531ed71f3fa71379eb818a9162 (patch)
tree96a4fb476e54b78cdd3ed87ff0e2cf1ed0feba31 /go.mod
parentb3b7b7048083af8da9cc6e78e1a4cb73988f6798 (diff)
Update mautrix-go to fix new OTK generation for e2ee
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a07e991..67db38f 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.4.2
+ maunium.net/go/mautrix v0.4.9
maunium.net/go/mauview v0.1.1
maunium.net/go/tcell v0.2.0
)