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_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/util_windows.go') 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