aboutsummaryrefslogtreecommitdiffstats
path: root/prune.go
diff options
context:
space:
mode:
Diffstat (limited to 'prune.go')
-rw-r--r--prune.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/prune.go b/prune.go
index c840325..cc5907a 100644
--- a/prune.go
+++ b/prune.go
@@ -4,8 +4,8 @@ import (
"errors"
"time"
- "gopkg.in/src-d/go-git.v4/plumbing"
- "gopkg.in/src-d/go-git.v4/plumbing/storer"
+ "github.com/go-git/go-git/v5/plumbing"
+ "github.com/go-git/go-git/v5/plumbing/storer"
)
type PruneHandler func(unreferencedObjectHash plumbing.Hash) error