aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-05-05 19:16:25 +0300
committerTulir Asokan <tulir@maunium.net>2020-05-05 19:16:25 +0300
commit9d4fffb259f0809cd9eae1d77e3e80f4335a4b39 (patch)
tree42cee09277028f7e59f3bd439041ba6816522424 /go.mod
parent22681875f32fa97f65c9a52e2ee666932706ce95 (diff)
Don't encrypt outgoing reactions
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 1cf74ae..765d0b9 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.20200505153708-a120e7a70f5a
+ maunium.net/go/mautrix v0.2.0-beta.4.0.20200505161530-e9e56523da93
maunium.net/go/mauview v0.1.0
maunium.net/go/tcell v0.1.0
)