summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a1a41d5..0a405d2 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module "github.com/akavel/up"
require (
"github.com/gdamore/encoding" v0.0.0-20151215212835-b23993cbb635
- "github.com/gdamore/tcell" v1.0.0
+ "github.com/gdamore/tcell" v0.0.0-20180321021336-aa381bce1bf2
"github.com/lucasb-eyer/go-colorful" v0.0.0-20170903184257-231272389856
"github.com/mattn/go-isatty" v0.0.3
"github.com/mattn/go-runewidth" v0.0.2