aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-04-04 01:03:17 +0300
committerTulir Asokan <tulir@maunium.net>2020-04-04 01:03:17 +0300
commit842aab13243b0c14f20ae8a3a1d8501a33920501 (patch)
treeab624cbbd5c57ec80e4d933edce51be02b85d89e /go.mod
parent0a493d643c3a15779dcee35583f8e5c59fde3031 (diff)
Add toggles for disabling markdown and HTML
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 f72db5c..137267a 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.1.0-beta.1.0.20200320135656-32dd5f172592
+ maunium.net/go/mautrix v0.1.0-beta.2.0.20200403220206-c81fdd9fe68f
maunium.net/go/mauview v0.1.0-beta.1
maunium.net/go/tcell v0.1.0
)