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..2fcdc5b 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"
+ "srcd.works/go-git.v4/plumbing"
)
type SuiteReader struct{}