28f39cf315
Replaced builtin zlib with faster library.
17 lines
535 B
Modula-2
17 lines
535 B
Modula-2
module github.com/CalebQ42/squashfs
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/CalebQ42/GoAppImage v0.5.0
|
|
github.com/adrg/xdg v0.3.2 // indirect
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
|
|
github.com/klauspost/compress v1.11.13
|
|
github.com/pierrec/lz4/v4 v4.1.4
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/ulikunitz/xz v0.5.10
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|