Use glide to handle go dependencies

This commit is contained in:
Edgar Lee
2017-06-01 16:27:17 -07:00
parent 5d6eb5bfd6
commit 7d3575b362
10 changed files with 64 additions and 39 deletions

View File

@@ -5,8 +5,8 @@ import (
"os"
"time"
"github.com/junegunn/go-isatty"
"github.com/junegunn/go-runewidth"
"github.com/mattn/go-isatty"
"github.com/mattn/go-runewidth"
)
var _runeWidths = make(map[rune]int)