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