aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/ingest/thin_append.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/internal/ingest/thin_append.go')
-rw-r--r--object/store/packed/internal/ingest/thin_append.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/packed/internal/ingest/thin_append.go b/object/store/packed/internal/ingest/thin_append.go
index 779d477f..6fec67f6 100644
--- a/object/store/packed/internal/ingest/thin_append.go
+++ b/object/store/packed/internal/ingest/thin_append.go
@@ -5,9 +5,9 @@ import (
"hash/crc32"
"io"
- "codeberg.org/lindenii/furgit/internal/intconv"
- objectid "codeberg.org/lindenii/furgit/object/id"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ "lindenii.org/go/furgit/internal/intconv"
+ objectid "lindenii.org/go/furgit/object/id"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// appendBaseObject appends one base object as a new packed non-delta entry.