Files
squashfs/go.mod
T
Caleb Gardner 16ef5838c3 Move changes from exp2 to main
This is largely a move to simplify a lot of the readers
Also further breaks out functions.
2022-05-10 01:12:13 -05:00

24 lines
713 B
Modula-2

module github.com/CalebQ42/squashfs
go 1.18
require (
github.com/CalebQ42/GoAppImage v0.5.0
github.com/adrg/xdg v0.3.3 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210420193930-a4630ec28c79 // indirect
github.com/klauspost/compress v1.12.2
github.com/pierrec/lz4/v4 v4.1.6
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/ulikunitz/xz v0.5.10
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
require (
github.com/golang/snappy v0.0.3 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/therootcompany/xz v1.0.1
go.lsp.dev/uri v0.3.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)