summaryrefslogtreecommitdiffstats
path: root/src/util
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/util
parent5d6eb5bfd64c6d5d773c71159d819b651dd5f7f1 (diff)
Use glide to handle go dependencies
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util.go4
-rw-r--r--src/util/util_windows.go2
2 files changed, 3 insertions, 3 deletions
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