aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/thin_append.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest/thin_append.go')
-rw-r--r--packfile/ingest/thin_append.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/thin_append.go b/packfile/ingest/thin_append.go
index c0883d81..779d477f 100644
--- a/packfile/ingest/thin_append.go
+++ b/packfile/ingest/thin_append.go
@@ -6,7 +6,7 @@ import (
"io"
"codeberg.org/lindenii/furgit/internal/intconv"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
objecttype "codeberg.org/lindenii/furgit/object/type"
)