aboutsummaryrefslogtreecommitdiff
path: root/commitgraph/read/layer_lookup.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitgraph/read/layer_lookup.go')
-rw-r--r--commitgraph/read/layer_lookup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitgraph/read/layer_lookup.go b/commitgraph/read/layer_lookup.go
index 9a03505a..84095788 100644
--- a/commitgraph/read/layer_lookup.go
+++ b/commitgraph/read/layer_lookup.go
@@ -5,7 +5,7 @@ import (
"encoding/binary"
"codeberg.org/lindenii/furgit/internal/intconv"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
func layerLookup(layer *layer, oid objectid.ObjectID) (uint32, bool) {