aboutsummaryrefslogtreecommitdiff
path: root/reachability/walk_seq.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/walk_seq.go')
-rw-r--r--reachability/walk_seq.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/walk_seq.go b/reachability/walk_seq.go
index ad3415d1..089edc39 100644
--- a/reachability/walk_seq.go
+++ b/reachability/walk_seq.go
@@ -4,7 +4,7 @@ import (
"errors"
"iter"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// Seq returns the traversal sequence. It is single-use.