707391baba
Create Reader Pulled back in Inode decoding and superblock New Data and Metadata readers Added getting of id, fragment, and export table data lazily Added README to squashfs/squashfs
12 lines
264 B
Modula-2
12 lines
264 B
Modula-2
module github.com/CalebQ42/squashfs
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/pierrec/lz4/v4 v4.1.19
|
|
github.com/ulikunitz/xz v0.5.11
|
|
github.com/klauspost/compress v1.17.4
|
|
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
|
|
github.com/therootcompany/xz v1.0.1
|
|
)
|