aboutsummaryrefslogtreecommitdiff
path: root/objectstore/packed/pack.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/packed/pack.go')
-rw-r--r--objectstore/packed/pack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/packed/pack.go b/objectstore/packed/pack.go
index 874b2b76..c384d6a5 100644
--- a/objectstore/packed/pack.go
+++ b/objectstore/packed/pack.go
@@ -6,8 +6,8 @@ import (
"os"
"syscall"
- packfmt "codeberg.org/lindenii/furgit/format/pack"
"codeberg.org/lindenii/furgit/internal/intconv"
+ packfmt "codeberg.org/lindenii/furgit/packfile"
)
// packFile stores one mapped and validated .pack file.