diff options
Diffstat (limited to 'builder/remotecontext/git/gitutils.go')
-rw-r--r-- | builder/remotecontext/git/gitutils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/remotecontext/git/gitutils.go b/builder/remotecontext/git/gitutils.go index b3aba7f58b..c0f68f8f89 100644 --- a/builder/remotecontext/git/gitutils.go +++ b/builder/remotecontext/git/gitutils.go @@ -5,12 +5,12 @@ import ( "net/http" "net/url" "os" - "os/exec" "path/filepath" "strings" "github.com/moby/sys/symlink" "github.com/pkg/errors" + exec "golang.org/x/sys/execabs" ) type gitRepo struct { |