2020-05-26 14:37:28 +00:00
|
|
|
module github.com/anchore/vulnscan
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/adrg/xdg v0.2.1
|
|
|
|
github.com/anchore/imgbom v0.0.0-20200526132012-dcba50eaa89c
|
|
|
|
github.com/anchore/stereoscope v0.0.0-20200523232006-be5f3c18958f
|
2020-05-28 22:28:29 +00:00
|
|
|
github.com/anchore/vulnscan-db v0.0.0-20200528193934-4a3f5d48b4c8
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-05-28 22:28:29 +00:00
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
go.uber.org/zap v1.15.0
|
|
|
|
gopkg.in/ini.v1 v1.56.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
)
|
2020-05-28 22:28:29 +00:00
|
|
|
|
|
|
|
replace github.com/anchore/imgbom => ../imgbom
|