aboutsummaryrefslogtreecommitdiff
path: root/commitquery/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitquery/node.go')
-rw-r--r--commitquery/node.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commitquery/node.go b/commitquery/node.go
index 7432a719..d0ab1f66 100644
--- a/commitquery/node.go
+++ b/commitquery/node.go
@@ -1,8 +1,8 @@
package commitquery
import (
- commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ commitgraphread "lindenii.org/go/furgit/format/commitgraph/read"
+ objectid "lindenii.org/go/furgit/object/id"
)
// node stores one mutable commit traversal node.