aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/ingest/hash.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/internal/ingest/hash.go')
-rw-r--r--object/store/packed/internal/ingest/hash.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/packed/internal/ingest/hash.go b/object/store/packed/internal/ingest/hash.go
index 4b739c20..7ae65526 100644
--- a/object/store/packed/internal/ingest/hash.go
+++ b/object/store/packed/internal/ingest/hash.go
@@ -3,9 +3,9 @@ package ingest
import (
"fmt"
- objectheader "codeberg.org/lindenii/furgit/object/header"
- objectid "codeberg.org/lindenii/furgit/object/id"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ objectheader "lindenii.org/go/furgit/object/header"
+ objectid "lindenii.org/go/furgit/object/id"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// hashCanonicalObject hashes canonical object bytes (header+content).