mirror of
https://github.com/anchore/syft.git
synced 2026-05-20 04:05:24 +02:00
* port to go-make Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * refresh fixtures on running unit tests Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * address refresh cache issues with old now-gitignored files Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> --------- Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
15 lines
273 B
Modula-2
15 lines
273 B
Modula-2
module github.com/anchore/syft/.make
|
|
|
|
go 1.25.8
|
|
|
|
require (
|
|
github.com/anchore/go-make v0.4.0
|
|
github.com/goccy/go-yaml v1.19.2
|
|
)
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
golang.org/x/sys v0.44.0 // indirect
|
|
)
|