aboutsummaryrefslogtreecommitdiff
path: root/object/header/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/header/parse.go')
-rw-r--r--object/header/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/header/parse.go b/object/header/parse.go
index cad521e5..25a8afbe 100644
--- a/object/header/parse.go
+++ b/object/header/parse.go
@@ -4,7 +4,7 @@ import (
"bytes"
"strconv"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// Parse parses a canonical loose-object header ("type size\\x00").