aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-05-05 20:38:58 +0300
committerTulir Asokan <tulir@maunium.net>2020-05-05 20:38:58 +0300
commit0988b0590cf9c2909131e86a56a1ad9ed1745431 (patch)
treed0162ff769d42ed95e34551e3b93de70048025fc /go.mod
parent9b2b164108cc516ee4a8f49539c3beef22006a6d (diff)
Make e2ee optional
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 aeda64b..c9536a2 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.20200505163640-61b3fde37bf4
+ maunium.net/go/mautrix v0.2.0-beta.4.0.20200505170605-f82efbca9632
maunium.net/go/mauview v0.1.0
maunium.net/go/tcell v0.1.0
)