aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/thin_unresolved.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest/thin_unresolved.go')
-rw-r--r--packfile/ingest/thin_unresolved.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/thin_unresolved.go b/packfile/ingest/thin_unresolved.go
index 72433878..757cc0e2 100644
--- a/packfile/ingest/thin_unresolved.go
+++ b/packfile/ingest/thin_unresolved.go
@@ -4,7 +4,7 @@ import (
"bytes"
"slices"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
objecttype "codeberg.org/lindenii/furgit/object/type"
)