aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-22 21:43:43 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-22 21:43:43 +0300
commit37df8eb454088e61db7a14f382851205bc1806ad (patch)
treee0ea3fd779782407c2f8fbc11f213e602e0d425b /go.mod
parentf8a89058723f37ef538dd42976d400bf0637cc9b (diff)
Update tcell
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a479179..120bc70 100644
--- a/go.mod
+++ b/go.mod
@@ -26,8 +26,8 @@ require (
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.2
maunium.net/go/mautrix v0.1.0-alpha.3.0.20190621202236-a465f0da5c5e
- maunium.net/go/mauview v0.0.0-20190606152754-de9e0a754a5d
- maunium.net/go/tcell v0.0.0-20190606152714-9a88fc07b3ed
+ maunium.net/go/mauview v0.0.0-20190622184322-29d5817be32b
+ maunium.net/go/tcell v0.0.0-20190622184231-1bfeebfb5c2d
)
replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1