aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/merge_base.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/merge_base.go')
-rw-r--r--plumbing/object/merge_base.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plumbing/object/merge_base.go b/plumbing/object/merge_base.go
index 6f2568d..b412361 100644
--- a/plumbing/object/merge_base.go
+++ b/plumbing/object/merge_base.go
@@ -4,8 +4,8 @@ import (
"fmt"
"sort"
- "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"
)
// errIsReachable is thrown when first commit is an ancestor of the second