aboutsummaryrefslogtreecommitdiff
path: root/errors
diff options
context:
space:
mode:
Diffstat (limited to 'errors')
-rw-r--r--errors/missing.go2
-rw-r--r--errors/type.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/errors/missing.go b/errors/missing.go
index 9efc029a..18ea43cd 100644
--- a/errors/missing.go
+++ b/errors/missing.go
@@ -3,7 +3,7 @@ package errors
import (
"fmt"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ objectid "lindenii.org/go/furgit/object/id"
)
// ObjectMissingError indicates that a referenced object is absent from the
diff --git a/errors/type.go b/errors/type.go
index bf3ba110..f24030cc 100644
--- a/errors/type.go
+++ b/errors/type.go
@@ -3,8 +3,8 @@ package errors
import (
"fmt"
- objectid "codeberg.org/lindenii/furgit/object/id"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ objectid "lindenii.org/go/furgit/object/id"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// ObjectTypeError indicates that a referenced object has a different type than