diff options
Diffstat (limited to 'object/store/chain/bytes.go')
| -rw-r--r-- | object/store/chain/bytes.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/chain/bytes.go b/object/store/chain/bytes.go index dc9b7906..aabed063 100644 --- a/object/store/chain/bytes.go +++ b/object/store/chain/bytes.go @@ -4,9 +4,9 @@ import ( "errors" "fmt" - 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" ) // ReadBytesFull reads a full serialized object from the first backend that has it. |
