aboutsummaryrefslogtreecommitdiff
path: root/objectstore/loose/paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/loose/paths.go')
-rw-r--r--objectstore/loose/paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/loose/paths.go b/objectstore/loose/paths.go
index e8020d72..ca15aa62 100644
--- a/objectstore/loose/paths.go
+++ b/objectstore/loose/paths.go
@@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/objectstore"
)