aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/cache.go')
-rw-r--r--modules/git/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/cache.go b/modules/git/cache.go
index 39daf5c49d..a1f0f8a57b 100644
--- a/modules/git/cache.go
+++ b/modules/git/cache.go
@@ -4,7 +4,7 @@
package git
-import "gopkg.in/src-d/go-git.v4/plumbing/object"
+import "github.com/go-git/go-git/v5/plumbing/object"
// LastCommitCache cache
type LastCommitCache interface {