aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-05-06 23:40:50 +0300
committerTulir Asokan <tulir@maunium.net>2020-05-06 23:40:50 +0300
commit2b07b80e64e0c1ebe1673a5a534398f1fb8ad086 (patch)
tree46ac9ff26431a158d3f5a06c2c45ec12c00ba3b1 /go.mod
parent03826346d9bbe44f32e868e18d0367949b518361 (diff)
Parse event content when getting single event from server
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 c7be98c..38bfbf6 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.3.1
+ maunium.net/go/mautrix v0.3.2
maunium.net/go/mauview v0.1.1
maunium.net/go/tcell v0.2.0
)