aboutsummaryrefslogtreecommitdiff
path: root/objectstore/chain
diff options
context:
space:
mode:
Diffstat (limited to 'objectstore/chain')
-rw-r--r--objectstore/chain/bytes.go2
-rw-r--r--objectstore/chain/header.go2
-rw-r--r--objectstore/chain/reader.go2
-rw-r--r--objectstore/chain/size.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/objectstore/chain/bytes.go b/objectstore/chain/bytes.go
index f5e5ac6d..83d8957b 100644
--- a/objectstore/chain/bytes.go
+++ b/objectstore/chain/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"
)
diff --git a/objectstore/chain/header.go b/objectstore/chain/header.go
index 6937d6f3..44a365a5 100644
--- a/objectstore/chain/header.go
+++ b/objectstore/chain/header.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"
)
diff --git a/objectstore/chain/reader.go b/objectstore/chain/reader.go
index 2a19c6fb..d68f9965 100644
--- a/objectstore/chain/reader.go
+++ b/objectstore/chain/reader.go
@@ -5,7 +5,7 @@ import (
"fmt"
"io"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/objectstore"
objecttype "codeberg.org/lindenii/furgit/object/type"
)
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"
)