diff options
Diffstat (limited to 'errors/type.go')
| -rw-r--r-- | errors/type.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
