From bfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 25 Mar 2026 14:30:31 +0000 Subject: *: objectstore -> object/store --- packfile/ingest/api.go | 2 +- packfile/ingest/thin_fix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packfile') diff --git a/packfile/ingest/api.go b/packfile/ingest/api.go index b2f3c92f..38d7f079 100644 --- a/packfile/ingest/api.go +++ b/packfile/ingest/api.go @@ -8,7 +8,7 @@ import ( "os" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/objectstore" + "codeberg.org/lindenii/furgit/object/store" ) // Options controls one pack ingest operation. diff --git a/packfile/ingest/thin_fix.go b/packfile/ingest/thin_fix.go index f94d8c0b..083c7173 100644 --- a/packfile/ingest/thin_fix.go +++ b/packfile/ingest/thin_fix.go @@ -6,7 +6,7 @@ import ( "codeberg.org/lindenii/furgit/internal/intconv" "codeberg.org/lindenii/furgit/internal/progress" - "codeberg.org/lindenii/furgit/objectstore" + "codeberg.org/lindenii/furgit/object/store" ) // maybeFixThin appends missing bases and rewrites pack header/trailer when needed. -- cgit v1.3.1-10-gc9f91