2020-07-24 01:29:05 +00:00
|
|
|
module github.com/anchore/grype
|
2020-05-26 14:37:28 +00:00
|
|
|
|
2021-04-16 12:55:03 +00:00
|
|
|
go 1.16
|
2020-05-26 14:37:28 +00:00
|
|
|
|
|
|
|
require (
|
2021-04-13 20:08:02 +00:00
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/adrg/xdg v0.2.1
|
2020-09-25 20:29:15 +00:00
|
|
|
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04
|
2021-09-09 11:42:11 +00:00
|
|
|
github.com/anchore/go-version v1.2.2-0.20210903204242-51efa5b487c4
|
2021-11-16 18:07:56 +00:00
|
|
|
github.com/anchore/grype-db v0.0.0-20211115233739-c0e91d61ed51
|
2021-10-25 14:14:37 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20211024152658-003132a67c10
|
2021-11-15 22:11:56 +00:00
|
|
|
github.com/anchore/syft v0.30.1
|
2021-09-29 19:44:36 +00:00
|
|
|
github.com/bmatcuk/doublestar/v2 v2.0.4
|
2020-09-14 16:06:29 +00:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
2020-07-30 23:06:27 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-11-19 17:39:35 +00:00
|
|
|
github.com/facebookincubator/nvdtools v0.1.4
|
2021-10-29 14:51:58 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.3.0
|
2020-07-16 19:12:19 +00:00
|
|
|
github.com/go-test/deep v1.0.7
|
2021-09-29 19:44:36 +00:00
|
|
|
github.com/google/go-cmp v0.4.1
|
2021-10-22 17:46:56 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-10-01 17:03:50 +00:00
|
|
|
github.com/gookit/color v1.4.2
|
2020-06-19 14:12:29 +00:00
|
|
|
github.com/hashicorp/go-getter v1.4.1
|
2021-03-30 17:15:57 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-06-02 21:21:29 +00:00
|
|
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
|
2021-10-18 17:27:02 +00:00
|
|
|
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
|
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-07-25 15:38:08 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2021-10-01 17:03:50 +00:00
|
|
|
github.com/pkg/profile v1.6.0
|
2020-12-08 18:38:43 +00:00
|
|
|
github.com/scylladb/go-set v1.0.2
|
2020-06-19 15:12:00 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2021-10-22 17:46:56 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-07-14 14:21:20 +00:00
|
|
|
github.com/spf13/afero v1.3.2
|
2020-09-14 16:06:29 +00:00
|
|
|
github.com/spf13/cobra v1.0.1-0.20200909172742-8a63648dd905
|
2021-10-01 17:03:50 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-05-26 14:37:28 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-06-29 21:34:26 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5
|
2020-08-07 22:19:25 +00:00
|
|
|
github.com/wagoodman/go-progress v0.0.0-20200807221327-51d465df1451
|
2020-07-30 23:06:27 +00:00
|
|
|
github.com/wagoodman/jotframe v0.0.0-20200730190914-3517092dd163
|
2020-08-01 15:58:10 +00:00
|
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
2020-08-17 21:24:43 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-10-22 17:46:56 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-05-26 14:37:28 +00:00
|
|
|
)
|