mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module github.com/anchore/grype
|
|
|
|
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/grype-db v0.0.0-20200730184339-fc1f236ce8b2
|
|
github.com/anchore/stereoscope v0.0.0-20200706164556-7cf39d7f4639
|
|
github.com/anchore/syft v0.1.0-beta.2.0.20200730191658-271ba35c8520
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/facebookincubator/nvdtools v0.1.4-0.20200622182922-aed862a62ae6
|
|
github.com/go-test/deep v1.0.7
|
|
github.com/gookit/color v1.2.5
|
|
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/olekukonko/tablewriter v0.0.4
|
|
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
|
|
github.com/wagoodman/go-partybus v0.0.0-20200526224238-eb215533f07d
|
|
github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240
|
|
github.com/wagoodman/jotframe v0.0.0-20200730190914-3517092dd163
|
|
go.uber.org/zap v1.15.0
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|