aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-20 22:11:09 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-20 22:11:09 +0200
commitfa8147f07aed32614d97cf062ae1d6773cb7d1f9 (patch)
treec4c018739f01606055b14ff1c051004d903df823 /go.mod
parentdb1424a06d2274f0321991660312445829df13c9 (diff)
Add background color for reactions
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 4c56796..78cea34 100644
--- a/go.mod
+++ b/go.mod
@@ -20,6 +20,6 @@ require (
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.20200220001222-8dc3dd5d538d
- maunium.net/go/mauview v0.0.0-20200219222453-b984e20438e6
+ maunium.net/go/mauview v0.0.0-20200220201003-92b19f8819b4
maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09
)