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-12-04 01:06:23 +00:00
|
|
|
github.com/CycloneDX/cyclonedx-go v0.4.0
|
2021-03-18 13:01:07 +00:00
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
2022-01-12 17:13:42 +00:00
|
|
|
github.com/acobaugh/osrelease v0.1.0
|
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-09-14 18:51:19 +00:00
|
|
|
github.com/anchore/go-rpmdb v0.0.0-20210914181456-a9c52348da63
|
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-09-22 19:04:09 +00:00
|
|
|
github.com/anchore/packageurl-go v0.0.0-20210922164639-b3fa992ebd29
|
2022-02-01 22:47:15 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20220201190559-f162f1e96f45
|
2021-11-19 14:16:25 +00:00
|
|
|
// we are hinting brotli to latest due to warning when installing archiver v3:
|
|
|
|
// go: warning: github.com/andybalholm/brotli@v1.0.1: retracted by module author: occasional panics and data corruption
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2020-12-18 21:59:30 +00:00
|
|
|
github.com/antihax/optional v1.0.0
|
2022-01-06 21:40:51 +00:00
|
|
|
github.com/bmatcuk/doublestar/v4 v4.0.2
|
2022-02-01 22:47:15 +00:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
|
|
|
github.com/docker/docker v20.10.12+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
|
2022-02-01 22:47:15 +00:00
|
|
|
github.com/go-test/deep v1.0.8
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2021-10-07 16:16:38 +00:00
|
|
|
github.com/google/uuid v1.2.0
|
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
|
2021-11-16 19:14:13 +00:00
|
|
|
github.com/jinzhu/copier v0.3.2
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
2021-11-19 14:16:25 +00:00
|
|
|
github.com/mholt/archiver/v3 v3.5.1
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-11-16 19:14:13 +00:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1
|
2020-07-24 01:48:12 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.3
|
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
|
2021-10-07 16:16:38 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-06-25 20:30:41 +00:00
|
|
|
github.com/spdx/tools-golang v0.1.0
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/spf13/afero v1.6.0
|
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-03-18 13:01:07 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-11-16 19:43:46 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-06-29 18:28:09 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-03 18:21:25 +00:00
|
|
|
github.com/vifraa/gopom v0.1.0
|
2021-06-29 18:28:09 +00:00
|
|
|
github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5
|
2020-07-31 10:56:20 +00:00
|
|
|
github.com/wagoodman/go-progress v0.0.0-20200731105512-1020f39e6240
|
2021-11-30 16:23:16 +00:00
|
|
|
github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb
|
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
|
2021-11-16 19:43:46 +00:00
|
|
|
golang.org/x/mod v0.4.2
|
2022-01-10 18:40:24 +00:00
|
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
2021-11-30 16:23:16 +00:00
|
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
2021-10-07 16:16:38 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-05-12 14:45:18 +00:00
|
|
|
)
|