aboutsummaryrefslogtreecommitdiff
path: root/errors/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors/type.go')
-rw-r--r--errors/type.go2
1 files changed, 1 insertions, 1 deletions
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"
)