aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/hash.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:21:09 +0000
committerGravatar Runxi Yu2026-03-25 14:21:09 +0000
commit7d9c128ce04875f970c78673500c0a492000398f (patch)
tree4e65166a451f9970c5264fad72e9a8f9634eefb5 /packfile/ingest/hash.go
parentresearch: Dynamic packfile log (diff)
signatureNo signature
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'packfile/ingest/hash.go')
-rw-r--r--packfile/ingest/hash.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/packfile/ingest/hash.go b/packfile/ingest/hash.go
index 83df55c5..bb8fd2b4 100644
--- a/packfile/ingest/hash.go
+++ b/packfile/ingest/hash.go
@@ -3,9 +3,9 @@ package ingest
import (
"fmt"
- "codeberg.org/lindenii/furgit/objectheader"
+ objectheader "codeberg.org/lindenii/furgit/object/header"
"codeberg.org/lindenii/furgit/objectid"
- "codeberg.org/lindenii/furgit/objecttype"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
)
// hashCanonicalObject hashes canonical object bytes (header+content).