syft/.make/go.mod
Alex Goodman 80d3b62de4
bump go-make to v0.7.0 (#4999)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
2026-06-22 09:47:58 -04:00

15 lines
273 B
Modula-2

module github.com/anchore/syft/.make
go 1.25.8
require (
github.com/anchore/go-make v0.7.0
github.com/goccy/go-yaml v1.19.2
)
require (
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/sys v0.46.0 // indirect
)