c5c6291643
Added Xz compression support Started testing using a big squashfs fil (particularly the squashfs from an Arch Linux install img)
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
module github.com/CalebQ42/squashfs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/CalebQ42/GoAppImage v0.4.0
|
|
github.com/ulikunitz/xz v0.5.8
|
|
)
|