]> git.lizzy.rs Git - micro.git/blobdiff - go.mod
Add simulation screen tests
[micro.git] / go.mod
diff --git a/go.mod b/go.mod
index 9fd93b63412334e25e7c7d2493f2dc57871a3482..9b6490f957ba3ac3c1d5de182eb64519070a4e59 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
        github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5
        github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
        github.com/zyedidia/pty v2.0.0+incompatible // indirect
-       github.com/zyedidia/tcell v1.4.6
+       github.com/zyedidia/tcell v1.4.8
        github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
        golang.org/x/text v0.3.2
        gopkg.in/sourcemap.v1 v1.0.5 // indirect
@@ -27,4 +27,6 @@ require (
 
 replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
 
+replace github.com/mattn/go-runewidth => github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059
+
 go 1.11