diff options
Diffstat (limited to 'object/store/mix/header.go')
| -rw-r--r-- | object/store/mix/header.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/mix/header.go b/object/store/mix/header.go index d57375ec..1045c359 100644 --- a/object/store/mix/header.go +++ b/object/store/mix/header.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" ) // ReadHeader reads object header data from one backend that has it. |
