aboutsummaryrefslogtreecommitdiff
path: root/commitgraph/read/open_chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitgraph/read/open_chain.go')
-rw-r--r--commitgraph/read/open_chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitgraph/read/open_chain.go b/commitgraph/read/open_chain.go
index 8d5ec268..b55f3e57 100644
--- a/commitgraph/read/open_chain.go
+++ b/commitgraph/read/open_chain.go
@@ -8,7 +8,7 @@ import (
"strings"
"codeberg.org/lindenii/furgit/internal/intconv"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
func openChain(root *os.Root, algo objectid.Algorithm) (*Reader, error) {