aboutsummaryrefslogtreecommitdiff
path: root/objectstore/mix/bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/mix/bytes.go')
-rw-r--r--objectstore/mix/bytes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/mix/bytes.go b/objectstore/mix/bytes.go
index d312eecd..e81fa88c 100644
--- a/objectstore/mix/bytes.go
+++ b/objectstore/mix/bytes.go
@@ -4,7 +4,7 @@ import (
"errors"
"fmt"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/objectstore"
objecttype "codeberg.org/lindenii/furgit/object/type"
)