2020-05-26 14:37:28 +00:00
|
|
|
module github.com/anchore/vulnscan
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/adrg/xdg v0.2.1
|
2020-07-07 13:12:31 +00:00
|
|
|
github.com/anchore/go-testutils v0.0.0-20200624184116-66aa578126db
|
2020-07-14 14:21:20 +00:00
|
|
|
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
|
2020-07-21 17:41:48 +00:00
|
|
|
github.com/anchore/siren-db v0.0.0-20200721170640-64923624e7b2
|
2020-07-24 01:26:03 +00:00
|
|
|
github.com/anchore/syft v0.0.0-20200724005404-a4016d35ce09
|
2020-07-16 19:12:19 +00:00
|
|
|
github.com/facebookincubator/nvdtools v0.1.4-0.20200622182922-aed862a62ae6
|
|
|
|
github.com/go-test/deep v1.0.7
|
2020-06-19 14:12:29 +00:00
|
|
|
github.com/hashicorp/go-getter v1.4.1
|
2020-06-02 21:21:29 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
2020-06-01 11:13:53 +00:00
|
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-06-19 15:12:00 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2020-07-14 14:21:20 +00:00
|
|
|
github.com/spf13/afero v1.3.2
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
go.uber.org/zap v1.15.0
|
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
|
|
)
|