diff options
Diffstat (limited to 'object/fetch/exact_reader.go')
| -rw-r--r-- | object/fetch/exact_reader.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/object/fetch/exact_reader.go b/object/fetch/exact_reader.go index d588480d..9064aff4 100644 --- a/object/fetch/exact_reader.go +++ b/object/fetch/exact_reader.go @@ -3,9 +3,9 @@ package fetch import ( "io" - giterrors "codeberg.org/lindenii/furgit/errors" - objectid "codeberg.org/lindenii/furgit/object/id" - objecttype "codeberg.org/lindenii/furgit/object/type" + giterrors "lindenii.org/go/furgit/errors" + objectid "lindenii.org/go/furgit/object/id" + objecttype "lindenii.org/go/furgit/object/type" ) // exactReader reads one object's content stream and verifies that its header |
