diff options
Diffstat (limited to 'object/store/packed/quarantine_test.go')
| -rw-r--r-- | object/store/packed/quarantine_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/object/store/packed/quarantine_test.go b/object/store/packed/quarantine_test.go index 036da535..68ab06c4 100644 --- a/object/store/packed/quarantine_test.go +++ b/object/store/packed/quarantine_test.go @@ -7,11 +7,11 @@ import ( "strings" "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - objectstore "codeberg.org/lindenii/furgit/object/store" - "codeberg.org/lindenii/furgit/object/store/packed" - objecttype "codeberg.org/lindenii/furgit/object/type" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + objectstore "lindenii.org/go/furgit/object/store" + "lindenii.org/go/furgit/object/store/packed" + objecttype "lindenii.org/go/furgit/object/type" ) func fixturePath(t *testing.T, algo objectid.Algorithm, name string) string { |
