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/util/util.go | 4 ++-- src/util/util_windows.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util') diff --git a/src/util/util.go b/src/util/util.go index 15ec0ad8..867935ac 100644 --- a/src/util/util.go +++ b/src/util/util.go @@ -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) diff --git a/src/util/util_windows.go b/src/util/util_windows.go index 06644167..1bf8f7aa 100644 --- a/src/util/util_windows.go +++ b/src/util/util_windows.go @@ -7,7 +7,7 @@ import ( "os/exec" "syscall" - "github.com/junegunn/go-shellwords" + "github.com/mattn/go-shellwords" ) // ExecCommand executes the given command with $SHELL -- cgit v1.2.3