diff options
Diffstat (limited to 'cache/object_test.go')
-rw-r--r-- | cache/object_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/object_test.go b/cache/object_test.go index 91aba8f..7d00970 100644 --- a/cache/object_test.go +++ b/cache/object_test.go @@ -4,7 +4,7 @@ import ( "io" "testing" - "gopkg.in/src-d/go-git.v4/plumbing" + "srcd.works/go-git.v4/plumbing" . "gopkg.in/check.v1" ) |