From 7d3575b3624c39f26c5f7a1646ebe2f78920f04a Mon Sep 17 00:00:00 2001 From: Edgar Lee Date: Thu, 1 Jun 2017 16:27:17 -0700 Subject: Use glide to handle go dependencies --- src/tui/tcell.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/tui') 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 { -- cgit v1.2.3