grype/go.mod
2020-07-16 14:59:35 -04:00

22 lines
801 B
Modula-2

module github.com/anchore/vulnscan
go 1.14
require (
github.com/adrg/xdg v0.2.1
github.com/anchore/go-testutils v0.0.0-20200624184116-66aa578126db
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
github.com/anchore/imgbom v0.0.0-20200713170720-e8d11eec6992
github.com/anchore/siren-db v0.0.0-20200716152335-9bc4580f72a1
github.com/anchore/stereoscope v0.0.0-20200706164556-7cf39d7f4639
github.com/hashicorp/go-getter v1.4.1
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
github.com/mitchellh/go-homedir v1.1.0
github.com/sergi/go-diff v1.1.0
github.com/spf13/afero v1.3.2
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
)