diff options
Diffstat (limited to 'objectstore/loose/write_writer.go')
| -rw-r--r-- | objectstore/loose/write_writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/loose/write_writer.go b/objectstore/loose/write_writer.go index 39834412..c075f2ba 100644 --- a/objectstore/loose/write_writer.go +++ b/objectstore/loose/write_writer.go @@ -2,7 +2,6 @@ package loose import ( "bytes" - "compress/zlib" "crypto/rand" "errors" "hash" @@ -10,6 +9,7 @@ import ( "os" "path/filepath" + "codeberg.org/lindenii/furgit/internal/zlib" "codeberg.org/lindenii/furgit/objectheader" "codeberg.org/lindenii/furgit/objectid" ) |
