diff options
Diffstat (limited to 'packfile')
| -rw-r--r-- | packfile/ingest/api.go | 2 | ||||
| -rw-r--r-- | packfile/ingest/thin_fix.go | 2 |
2 files changed, 2 insertions, 2 deletions
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. |
