aboutsummaryrefslogtreecommitdiff
path: root/format/commitgraph/read/edges.go
diff options
context:
space:
mode:
Diffstat (limited to 'format/commitgraph/read/edges.go')
-rw-r--r--format/commitgraph/read/edges.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/format/commitgraph/read/edges.go b/format/commitgraph/read/edges.go
index 96ffeb6d..e9f286da 100644
--- a/format/commitgraph/read/edges.go
+++ b/format/commitgraph/read/edges.go
@@ -3,8 +3,8 @@ package read
import (
"encoding/binary"
- "codeberg.org/lindenii/furgit/format/commitgraph"
- "codeberg.org/lindenii/furgit/internal/intconv"
+ "lindenii.org/go/furgit/format/commitgraph"
+ "lindenii.org/go/furgit/internal/intconv"
)
func (reader *Reader) decodeExtraEdgeList(layer *layer, edgeStart uint32) ([]Position, error) {