aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/object_errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/object_errors.go')
-rw-r--r--object/fetch/object_errors.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/object/fetch/object_errors.go b/object/fetch/object_errors.go
index 08de6f75..62f9eb55 100644
--- a/object/fetch/object_errors.go
+++ b/object/fetch/object_errors.go
@@ -3,9 +3,9 @@ package fetch
import (
stderrors "errors"
- giterrors "codeberg.org/lindenii/furgit/errors"
- objectid "codeberg.org/lindenii/furgit/object/id"
- objectstore "codeberg.org/lindenii/furgit/object/store"
+ giterrors "lindenii.org/go/furgit/errors"
+ objectid "lindenii.org/go/furgit/object/id"
+ objectstore "lindenii.org/go/furgit/object/store"
)
// wrapObjectReadError maps raw object-store lookup failures to fetcher-level