diff options
Diffstat (limited to 'reachability/unit_test.go')
| -rw-r--r-- | reachability/unit_test.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/reachability/unit_test.go b/reachability/unit_test.go index 469c79ff..bbee0ebf 100644 --- a/reachability/unit_test.go +++ b/reachability/unit_test.go @@ -7,14 +7,14 @@ import ( "slices" "testing" - giterrors "codeberg.org/lindenii/furgit/errors" - "codeberg.org/lindenii/furgit/internal/testgit" - objectfetch "codeberg.org/lindenii/furgit/object/fetch" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/store/memory" - "codeberg.org/lindenii/furgit/object/tree" - objecttype "codeberg.org/lindenii/furgit/object/type" - "codeberg.org/lindenii/furgit/reachability" + giterrors "lindenii.org/go/furgit/errors" + "lindenii.org/go/furgit/internal/testgit" + objectfetch "lindenii.org/go/furgit/object/fetch" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/object/store/memory" + "lindenii.org/go/furgit/object/tree" + objecttype "lindenii.org/go/furgit/object/type" + "lindenii.org/go/furgit/reachability" ) type memStore struct { |
