aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.go
diff options
context:
space:
mode:
Diffstat (limited to 'worktree.go')
-rw-r--r--worktree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree.go b/worktree.go
index 0e63cf1..ae1ab28 100644
--- a/worktree.go
+++ b/worktree.go
@@ -14,8 +14,8 @@ import (
"gopkg.in/src-d/go-git.v4/plumbing/filemode"
"gopkg.in/src-d/go-git.v4/plumbing/format/index"
"gopkg.in/src-d/go-git.v4/plumbing/object"
+ "gopkg.in/src-d/go-git.v4/utils/ioutil"
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
- "gopkg.in/src-d/go-git/utils/ioutil"
"gopkg.in/src-d/go-billy.v3"
)