6ad6857d8d
Trying to figure out how to write. Might have to keep tables uncompressed for now.
15 lines
441 B
Modula-2
15 lines
441 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.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
|
|
)
|