Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit ad74323

Browse files
committed
worktree: fix ioutil import path
1 parent 8b17cf0 commit ad74323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worktree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"gopkg.in/src-d/go-git.v4/plumbing/filemode"
1515
"gopkg.in/src-d/go-git.v4/plumbing/format/index"
1616
"gopkg.in/src-d/go-git.v4/plumbing/object"
17+
"gopkg.in/src-d/go-git.v4/utils/ioutil"
1718
"gopkg.in/src-d/go-git.v4/utils/merkletrie"
18-
"gopkg.in/src-d/go-git/utils/ioutil"
1919

2020
"gopkg.in/src-d/go-billy.v3"
2121
)

0 commit comments

Comments
 (0)