aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest')
-rw-r--r--packfile/ingest/api.go2
-rw-r--r--packfile/ingest/thin_fix.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/packfile/ingest/api.go b/packfile/ingest/api.go
index 860ce5f5..ce366a4f 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/object/storer"
+ objectstorer "codeberg.org/lindenii/furgit/object/storer"
)
// Options controls one pack ingest operation.
diff --git a/packfile/ingest/thin_fix.go b/packfile/ingest/thin_fix.go
index 1be75f8e..83e5572a 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/object/storer"
+ objectstorer "codeberg.org/lindenii/furgit/object/storer"
)
// maybeFixThin appends missing bases and rewrites pack header/trailer when needed.