diff options
Diffstat (limited to 'worktree_unix_other.go')
-rw-r--r-- | worktree_unix_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_unix_other.go b/worktree_unix_other.go index d632767..f45966b 100644 --- a/worktree_unix_other.go +++ b/worktree_unix_other.go @@ -6,7 +6,7 @@ import ( "syscall" "time" - "gopkg.in/src-d/go-git.v4/plumbing/format/index" + "github.com/go-git/go-git/v5/plumbing/format/index" ) func init() { |