Files
squashfs/go.mod
T
Caleb Gardner 5761ad59cf Renamed BlockReader to MetadataReader (more correct)
SOME work on fragments (not working still...)
2020-11-23 16:50:00 -06:00

10 lines
213 B
Modula-2

module github.com/CalebQ42/GoSquashfs
go 1.15
require (
github.com/CalebQ42/GoAppImage v0.4.0
github.com/google/go-cmp v0.5.3 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)