diff options
Diffstat (limited to 'ancestor')
| -rw-r--r-- | ancestor/ancestor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestor/ancestor.go b/ancestor/ancestor.go index ad90bd33..51684250 100644 --- a/ancestor/ancestor.go +++ b/ancestor/ancestor.go @@ -2,7 +2,7 @@ package ancestor import ( - commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" + commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read" "codeberg.org/lindenii/furgit/internal/commitquery" "codeberg.org/lindenii/furgit/internal/peel" "codeberg.org/lindenii/furgit/objectid" |
