aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/object_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/cache/object_test.go')
-rw-r--r--plumbing/cache/object_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/cache/object_test.go b/plumbing/cache/object_test.go
index 2e8fa7b..d3a217c 100644
--- a/plumbing/cache/object_test.go
+++ b/plumbing/cache/object_test.go
@@ -6,7 +6,7 @@ import (
"sync"
"testing"
- "gopkg.in/src-d/go-git.v4/plumbing"
+ "github.com/go-git/go-git/v5/plumbing"
. "gopkg.in/check.v1"
)