aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/objfile/reader_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/format/objfile/reader_test.go')
-rw-r--r--plumbing/format/objfile/reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/objfile/reader_test.go b/plumbing/format/objfile/reader_test.go
index 715792d..48e7f1c 100644
--- a/plumbing/format/objfile/reader_test.go
+++ b/plumbing/format/objfile/reader_test.go
@@ -8,7 +8,7 @@ import (
"io/ioutil"
. "gopkg.in/check.v1"
- "gopkg.in/src-d/go-git.v4/plumbing"
+ "github.com/go-git/go-git/v5/plumbing"
)
type SuiteReader struct{}