diff options
Diffstat (limited to 'objectstore/packed/pack_idx_checksum.go')
| -rw-r--r-- | objectstore/packed/pack_idx_checksum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/packed/pack_idx_checksum.go b/objectstore/packed/pack_idx_checksum.go index 25556088..28d4c3db 100644 --- a/objectstore/packed/pack_idx_checksum.go +++ b/objectstore/packed/pack_idx_checksum.go @@ -4,7 +4,7 @@ import ( "bytes" "fmt" - "codeberg.org/lindenii/furgit/objectid" + objectid "codeberg.org/lindenii/furgit/object/id" ) // verifyMappedPackMatchesMappedIdx compares one mapped pack trailer hash with |
