aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 20:42:13 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 20:42:36 +0300
commitd1d129f6cffb909516a29f9bdb0da6f13e65dcaf (patch)
tree3daa497ecf5dd8d3c0d1f180263e55d7171df64d /go.mod
parent691708a76ef6bb0eee8869582647a19946d787c1 (diff)
Add support for redactions. Fixes #19
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 12b9067..c1a6062 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
gopkg.in/russross/blackfriday.v2 v2.0.1
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.2
- maunium.net/go/mautrix v0.1.0-alpha.3.0.20190616163219-6b4bce05f314
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20190616174145-055ff7b0fa6a
maunium.net/go/mauview v0.0.0-20190606152754-de9e0a754a5d
maunium.net/go/tcell v0.0.0-20190606152714-9a88fc07b3ed
)