mirror of
https://github.com/anchore/syft.git
synced 2026-07-04 18:18:26 +02:00
13 lines
280 B
Modula-2
13 lines
280 B
Modula-2
module github.com/anchore/syft/.make
|
|
|
|
go 1.25.8
|
|
|
|
require github.com/anchore/go-make v0.7.0
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
golang.org/x/mod v0.37.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|