aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/object_errors.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:14:54 +0000
committerGravatar Runxi Yu2026-05-27 06:14:54 +0000
commitc1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch)
tree46ce23f979dfd2a0121aff7c2be03adcad99ac4a /object/fetch/object_errors.go
parentREADME: Use next's (diff)
signatureNo signature
Switch package URLs to lindenii.org/go/furgit v0.1.178
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