aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/storer/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/storer/index.go')
-rw-r--r--plumbing/storer/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/storer/index.go b/plumbing/storer/index.go
index e087296..3311394 100644
--- a/plumbing/storer/index.go
+++ b/plumbing/storer/index.go
@@ -1,6 +1,6 @@
package storer
-import "gopkg.in/src-d/go-git.v4/plumbing/format/index"
+import "github.com/go-git/go-git/v5/plumbing/format/index"
// IndexStorer generic storage of index.Index
type IndexStorer interface {