diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /reachability/walk_expand_objects.go | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'reachability/walk_expand_objects.go')
| -rw-r--r-- | reachability/walk_expand_objects.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reachability/walk_expand_objects.go b/reachability/walk_expand_objects.go index 8f0e1d02..87b93b6b 100644 --- a/reachability/walk_expand_objects.go +++ b/reachability/walk_expand_objects.go @@ -3,9 +3,9 @@ package reachability import ( "fmt" - "codeberg.org/lindenii/furgit/errors" - objecttree "codeberg.org/lindenii/furgit/object/tree" - objecttype "codeberg.org/lindenii/furgit/object/type" + "lindenii.org/go/furgit/errors" + objecttree "lindenii.org/go/furgit/object/tree" + objecttype "lindenii.org/go/furgit/object/type" ) func (walk *Walk) expandObjects(item walkItem) ([]walkItem, error) { |
