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