Updated libraries.

Replaced builtin zlib with faster library.
This commit is contained in:
Caleb Gardner
2021-04-03 10:14:12 -05:00
parent 7f5fa3ba1f
commit 28f39cf315
4 changed files with 22 additions and 48 deletions
+7 -10
View File
@@ -1,19 +1,16 @@
module github.com/CalebQ42/squashfs
go 1.15
go 1.16
require (
github.com/CalebQ42/GoAppImage v0.5.0
github.com/adrg/xdg v0.2.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/klauspost/compress v1.11.6
github.com/kr/text v0.2.0 // indirect
github.com/pierrec/lz4/v4 v4.1.3
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.9
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
github.com/ulikunitz/xz v0.5.10
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)