diff options
Diffstat (limited to 'object/store/chain/size.go')
| -rw-r--r-- | object/store/chain/size.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/chain/size.go b/object/store/chain/size.go index f0099028..3f9ea591 100644 --- a/object/store/chain/size.go +++ b/object/store/chain/size.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - objectid "codeberg.org/lindenii/furgit/object/id" - objectstore "codeberg.org/lindenii/furgit/object/store" + objectid "lindenii.org/go/furgit/object/id" + objectstore "lindenii.org/go/furgit/object/store" ) // ReadSize reads object content length from the first backend that has it. |
