aboutsummaryrefslogtreecommitdiff
path: root/reachability/walk_expand_commits.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/walk_expand_commits.go')
-rw-r--r--reachability/walk_expand_commits.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/reachability/walk_expand_commits.go b/reachability/walk_expand_commits.go
index c612ddf1..dbfbc0fb 100644
--- a/reachability/walk_expand_commits.go
+++ b/reachability/walk_expand_commits.go
@@ -3,8 +3,8 @@ package reachability
import (
"fmt"
- "codeberg.org/lindenii/furgit/errors"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ "lindenii.org/go/furgit/errors"
+ objecttype "lindenii.org/go/furgit/object/type"
)
func (walk *Walk) expandCommits(item walkItem) ([]walkItem, error) {