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