aboutsummaryrefslogtreecommitdiff
path: root/cmd/index-pack/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/index-pack/main.go')
-rw-r--r--cmd/index-pack/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index-pack/main.go b/cmd/index-pack/main.go
index 0b52add2..3cc91075 100644
--- a/cmd/index-pack/main.go
+++ b/cmd/index-pack/main.go
@@ -9,7 +9,7 @@ import (
"path/filepath"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/objectstore"
+ "codeberg.org/lindenii/furgit/object/store"
"codeberg.org/lindenii/furgit/packfile/ingest"
"codeberg.org/lindenii/furgit/repository"
)