aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/delta_header.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:32:04 +0000
committerGravatar Runxi Yu2026-03-25 14:32:04 +0000
commit329e6b4557dd90405d0560edcba2ce0440633de0 (patch)
tree9092540230972efd0a0c267dcc337bb57c0d6be7 /packfile/ingest/delta_header.go
parent*: refstore -> ref/store (diff)
signatureNo signature
*: delta -> packfile/delta
Diffstat (limited to 'packfile/ingest/delta_header.go')
-rw-r--r--packfile/ingest/delta_header.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/delta_header.go b/packfile/ingest/delta_header.go
index 76e90172..63fda066 100644
--- a/packfile/ingest/delta_header.go
+++ b/packfile/ingest/delta_header.go
@@ -1,6 +1,6 @@
package ingest
-import deltaapply "codeberg.org/lindenii/furgit/delta/apply"
+import deltaapply "codeberg.org/lindenii/furgit/packfile/delta/apply"
// finalizeStreamPackHash consumes trailer bytes and verifies stream integrity.
// readDeltaHeaderSizes reads source and destination sizes from one delta payload.