mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
* add query by MIME type to source.FileResolver Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * import stereoscope lib changes to find mime type - add bin cataloger - add bin parser - add mime type go utils - import new resolver Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> * add go std library code to unpack bin - keep them in their own (original) files - add note for "this code was copied from" - comment the lines the required changing Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com> Co-authored-by: Alex Goodman <alex.goodman@anchore.com>
15 lines
412 B
Modula-2
15 lines
412 B
Modula-2
module github.com/anchore/test
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20211006190231-62292e806868
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20211006194710-c8a6f5223071 // indirect
|
|
|
|
exclude golang.org/x/net v0.0.0-20211005215030-d2e5035098b3
|
|
|
|
replace golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 => golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
|