aboutsummaryrefslogtreecommitdiff
path: root/commitquery/query_is_ancestor.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitquery/query_is_ancestor.go')
-rw-r--r--commitquery/query_is_ancestor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitquery/query_is_ancestor.go b/commitquery/query_is_ancestor.go
index c21892c8..41400456 100644
--- a/commitquery/query_is_ancestor.go
+++ b/commitquery/query_is_ancestor.go
@@ -1,6 +1,6 @@
package commitquery
-import objectid "codeberg.org/lindenii/furgit/object/id"
+import objectid "lindenii.org/go/furgit/object/id"
// IsAncestor reports whether ancestor is reachable from descendant through
// commit parent edges.