Fix Error decompressing files with lots of NULLs #24

This commit is contained in:
Caleb Gardner
2023-08-11 15:32:52 -05:00
parent 7e1a584e8f
commit 87f7533a17
5 changed files with 23 additions and 14 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
module github.com/CalebQ42/squashfs
go 1.20
go 1.21
require (
github.com/CalebQ42/fuse v0.1.0
github.com/klauspost/compress v1.16.4
github.com/pierrec/lz4/v4 v4.1.17
github.com/klauspost/compress v1.16.7
github.com/pierrec/lz4/v4 v4.1.18
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/seaweedfs/fuse v1.2.2
github.com/therootcompany/xz v1.0.1
github.com/ulikunitz/xz v0.5.11
golang.org/x/sys v0.7.0
golang.org/x/sys v0.11.0
)