From 3e7c942b8b906dab33c39c884d269942838e84be Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Mon, 12 Sep 2016 14:43:48 +0700 Subject: [PATCH] update import paths --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 89ed9db..af9d80a 100644 --- a/utils.go +++ b/utils.go @@ -4,7 +4,7 @@ import ( "log" "os/exec" - "github.com/kovetskiy/executil" + "github.com/reconquest/executil-go" ) func execute(cmd *exec.Cmd) (string, error) {