aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-20 01:10:26 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-20 01:10:26 +0200
commitdb7d2da50cd0f4c20bc0966bff7c388c017e182f (patch)
tree0b7c450f0df7d912a9c30354ed84197a9931582d /go.mod
parent8a0a3a6487bafbbcd3e0ae630b7ba95bf8ce76ce (diff)
Hide tombstoned rooms from room list
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 a19e2cb..cfe36bd 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.1.0-alpha.3.0.20200219223957-21a588b7e623
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20200219230859-de66c34ea5bc
maunium.net/go/mauview v0.0.0-20200219222453-b984e20438e6
maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09
)