aboutsummaryrefslogtreecommitdiff
path: root/object/tree/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/tree/parse.go')
-rw-r--r--object/tree/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tree/parse.go b/object/tree/parse.go
index bb874828..8a649fa5 100644
--- a/object/tree/parse.go
+++ b/object/tree/parse.go
@@ -5,7 +5,7 @@ import (
"fmt"
"strconv"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ objectid "lindenii.org/go/furgit/object/id"
)
// Parse decodes a tree object body into a fully materialized Tree.