aboutsummaryrefslogtreecommitdiff
path: root/object/parse_with_header.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/parse_with_header.go')
-rw-r--r--object/parse_with_header.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/parse_with_header.go b/object/parse_with_header.go
index 9bcf5a4c..2b38da72 100644
--- a/object/parse_with_header.go
+++ b/object/parse_with_header.go
@@ -3,8 +3,8 @@ package object
import (
"fmt"
- objectheader "codeberg.org/lindenii/furgit/object/header"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ objectheader "lindenii.org/go/furgit/object/header"
+ objectid "lindenii.org/go/furgit/object/id"
)
// ParseWithHeader parses a loose object in "type size\x00body" format.