aboutsummaryrefslogtreecommitdiff
path: root/objectstore/chain/size.go
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/chain/size.go')
-rw-r--r--objectstore/chain/size.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/chain/size.go b/objectstore/chain/size.go
index 9815317f..34f6234c 100644
--- a/objectstore/chain/size.go
+++ b/objectstore/chain/size.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"
)