aboutsummaryrefslogtreecommitdiff
path: root/commitgraph/read/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitgraph/read/errors.go')
-rw-r--r--commitgraph/read/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitgraph/read/errors.go b/commitgraph/read/errors.go
index 40315af7..0a32a368 100644
--- a/commitgraph/read/errors.go
+++ b/commitgraph/read/errors.go
@@ -3,7 +3,7 @@ package read
import (
"fmt"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// NotFoundError reports a missing commit graph entry by object ID.