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