5761ad59cf
SOME work on fragments (not working still...)
10 lines
213 B
Modula-2
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
|
|
)
|