aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/read_loose.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/files/read_loose.go')
-rw-r--r--refstore/files/read_loose.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/read_loose.go b/refstore/files/read_loose.go
index cc2bed49..8c743fb4 100644
--- a/refstore/files/read_loose.go
+++ b/refstore/files/read_loose.go
@@ -6,7 +6,7 @@ import (
"os"
"strings"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/ref"
"codeberg.org/lindenii/furgit/refstore"
)