aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-05-06 20:01:08 +0300
committerTulir Asokan <tulir@maunium.net>2020-05-06 20:01:08 +0300
commitebdfe914283fb91204ca8512a0a73a78fe41998f (patch)
tree47eac32a4ce211b7d240841fe35e1a0cb745680c /go.mod
parent4052ec532b7f963ef738f8c5fb0b32759571e8f5 (diff)
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 6b5183a..c7be98c 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.0
- maunium.net/go/mauview v0.1.0
- maunium.net/go/tcell v0.1.0
+ maunium.net/go/mautrix v0.3.1
+ maunium.net/go/mauview v0.1.1
+ maunium.net/go/tcell v0.2.0
)