aboutsummaryrefslogtreecommitdiff
path: root/object/tree_serialize.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/tree_serialize.go')
-rw-r--r--object/tree_serialize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tree_serialize.go b/object/tree_serialize.go
index 254b13e3..5c10bef6 100644
--- a/object/tree_serialize.go
+++ b/object/tree_serialize.go
@@ -4,7 +4,7 @@ import (
"errors"
"strconv"
- "codeberg.org/lindenii/furgit/internal/objectheader"
+ "codeberg.org/lindenii/furgit/objectheader"
"codeberg.org/lindenii/furgit/objecttype"
)