summaryrefslogtreecommitdiffstats
path: root/src/tui
diff options
context:
space:
mode:
authorEdgar Lee <edgar.lee@docker.com>2017-06-01 16:27:17 -0700
committerEdgar Lee <edgar.lee@docker.com>2017-06-01 17:08:47 -0700
commit7d3575b3624c39f26c5f7a1646ebe2f78920f04a (patch)
tree3375113ca5f14919e333d2d0a9d1915d52e59069 /src/tui
parent5d6eb5bfd64c6d5d773c71159d819b651dd5f7f1 (diff)
Use glide to handle go dependencies
Diffstat (limited to 'src/tui')
-rw-r--r--src/tui/tcell.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index 3a8c7655..e66ed2f0 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -8,11 +8,10 @@ import (
"runtime"
- // https://github.com/gdamore/tcell/pull/135
- "github.com/junegunn/tcell"
- "github.com/junegunn/tcell/encoding"
+ "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/encoding"
- "github.com/junegunn/go-runewidth"
+ "github.com/mattn/go-runewidth"
)
func HasFullscreenRenderer() bool {