2020-07-24 00:54:04 +00:00
|
|
|
module github.com/anchore/syft
|
2020-05-12 14:45:18 +00:00
|
|
|
|
2021-04-16 12:35:05 +00:00
|
|
|
go 1.16
|
2020-05-12 14:45:18 +00:00
|
|
|
|
|
|
|
require (
|
2021-03-18 13:01:07 +00:00
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/adrg/xdg v0.2.1
|
2021-03-18 13:01:07 +00:00
|
|
|
github.com/alecthomas/jsonschema v0.0.0-20210301060011-54c507b6f074
|
2021-02-25 18:47:13 +00:00
|
|
|
github.com/anchore/client-go v0.0.0-20210222170800-9c70f9b80bcf
|
2021-06-02 15:32:13 +00:00
|
|
|
github.com/anchore/go-rpmdb v0.0.0-20210602151223-1f0f707a2894
|
2020-09-25 18:53:05 +00:00
|
|
|
github.com/anchore/go-testutils v0.0.0-20200925183923-d5f45b0d3c04
|
2020-07-21 16:02:03 +00:00
|
|
|
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
|
2021-05-24 20:05:56 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20210524175238-3b7662f3a66f
|
2020-12-18 21:59:30 +00:00
|
|
|
github.com/antihax/optional v1.0.0
|
2021-01-04 21:41:45 +00:00
|
|
|
github.com/bmatcuk/doublestar/v2 v2.0.4
|
2020-09-13 21:18:13 +00:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
|
2020-08-03 20:03:47 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-11-19 16:11:02 +00:00
|
|
|
github.com/facebookincubator/nvdtools v0.1.4
|
2020-11-05 18:46:20 +00:00
|
|
|
github.com/go-test/deep v1.0.7
|
2020-08-25 00:43:29 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-08-03 20:03:47 +00:00
|
|
|
github.com/gookit/color v1.2.7
|
2020-05-18 15:59:33 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-06-01 14:33:46 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-05-23 23:22:52 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.1
|
2020-07-24 01:48:12 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-08-31 01:40:19 +00:00
|
|
|
github.com/package-url/packageurl-go v0.1.0
|
2020-08-04 22:22:43 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.0
|
2020-12-11 21:14:00 +00:00
|
|
|
github.com/pkg/profile v1.5.0
|
2020-12-01 12:56:44 +00:00
|
|
|
github.com/scylladb/go-set v1.0.2
|
2020-05-20 22:29:06 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2020-08-01 15:56:38 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2021-06-25 20:30:41 +00:00
|
|
|
github.com/spdx/tools-golang v0.1.0
|
2020-09-25 14:24:24 +00:00
|
|
|
github.com/spf13/afero v1.2.2
|
2020-09-13 21:18:13 +00:00
|
|
|
github.com/spf13/cobra v1.0.1-0.20200909172742-8a63648dd905
|
2021-03-18 13:01:07 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-03-23 15:00:59 +00:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2020-06-25 14:39:11 +00:00
|
|
|
github.com/wagoodman/go-partybus v0.0.0-20200526224238-eb215533f07d
|
2020-07-31 10:56:20 +00:00
|
|
|
github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240
|
2020-07-30 19:16:58 +00:00
|
|
|
github.com/wagoodman/jotframe v0.0.0-20200730190914-3517092dd163
|
2020-08-01 15:56:38 +00:00
|
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
2020-08-04 20:05:53 +00:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
2020-08-13 20:34:32 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-09-28 21:25:04 +00:00
|
|
|
golang.org/x/mod v0.3.0
|
2020-05-23 23:22:52 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-05-12 14:45:18 +00:00
|
|
|
)
|