aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/records.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest/records.go')
-rw-r--r--packfile/ingest/records.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/records.go b/packfile/ingest/records.go
index 27150af6..75f157fa 100644
--- a/packfile/ingest/records.go
+++ b/packfile/ingest/records.go
@@ -1,7 +1,7 @@
package ingest
import (
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
objecttype "codeberg.org/lindenii/furgit/object/type"
)