mirror of
https://github.com/anchore/grype
synced 2024-11-12 23:37:06 +00:00
23 lines
886 B
Modula-2
23 lines
886 B
Modula-2
module github.com/anchore/vulnscan
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.2.1
|
|
github.com/anchore/imgbom v0.0.0-20200605135927-64a9125895b5
|
|
github.com/anchore/stereoscope v0.0.0-20200604133300-7e63b350b6d6
|
|
github.com/anchore/vulnscan-db v0.0.0-20200604185950-6a9f5a2c9ddf
|
|
github.com/hashicorp/go-version v1.2.0
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
|
github.com/knqyf263/go-version v1.1.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.0
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
google.golang.org/genproto v0.0.0-20200605102947-12044bf5ea91 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|