diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /errors | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'errors')
| -rw-r--r-- | errors/missing.go | 2 | ||||
| -rw-r--r-- | errors/type.go | 4 |
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 |
