aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-04-28 00:58:26 +0300
committerTulir Asokan <tulir@maunium.net>2020-04-28 00:58:38 +0300
commit7d0d701c5014be43f993d34a52e122f41eedc18d (patch)
treeaeae98e87e4971af21b446d3393547a4562899f7 /go.mod
parent0e8e81a6078a98803f1012882f8c176fd3b5204e (diff)
Add initial support for encrypting messages
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 8564081..95879d3 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.2.0-beta.4.0.20200426213554-b07cb6dc1f6b
+ maunium.net/go/mautrix v0.2.0-beta.4.0.20200427215704-fe82e2b914c8
maunium.net/go/mauview v0.1.0
maunium.net/go/tcell v0.1.0
)