aboutsummaryrefslogtreecommitdiff
path: root/object/store/chain/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/chain/reader.go')
-rw-r--r--object/store/chain/reader.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/chain/reader.go b/object/store/chain/reader.go
index 3991ee9a..feff84e9 100644
--- a/object/store/chain/reader.go
+++ b/object/store/chain/reader.go
@@ -5,9 +5,9 @@ import (
"fmt"
"io"
- objectid "codeberg.org/lindenii/furgit/object/id"
- objectstore "codeberg.org/lindenii/furgit/object/store"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ objectid "lindenii.org/go/furgit/object/id"
+ objectstore "lindenii.org/go/furgit/object/store"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// ReadReaderFull reads a full serialized object stream from the first backend that has it.