2020-07-24 00:54:04 +00:00
|
|
|
module github.com/anchore/syft
|
2020-05-12 14:45:18 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/adrg/xdg v0.2.1
|
2020-07-13 17:07:20 +00:00
|
|
|
github.com/anchore/go-testutils v0.0.0-20200624184116-66aa578126db
|
2020-07-21 16:02:03 +00:00
|
|
|
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b
|
2020-07-13 17:07:20 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20200706164556-7cf39d7f4639
|
2020-07-20 19:25:57 +00:00
|
|
|
github.com/bmatcuk/doublestar v1.3.1
|
2020-05-19 13:07:34 +00:00
|
|
|
github.com/go-test/deep v1.0.6
|
2020-06-16 15:37:37 +00:00
|
|
|
github.com/google/go-containerregistry v0.1.1 // indirect
|
2020-06-25 14:39:11 +00:00
|
|
|
github.com/gookit/color v1.2.5
|
2020-05-29 15:30:26 +00:00
|
|
|
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
|
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-07-23 12:17:30 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.5.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
|
2020-05-12 14:45:18 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/spf13/viper v1.7.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-23 14:52:44 +00:00
|
|
|
github.com/wagoodman/go-rpmdb v0.0.0-20200719223757-ce54a4b0607b
|
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-05-21 19:25:59 +00:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-06-25 14:39:11 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
2020-06-16 15:37:37 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200615140333-fd031eab31e7 // indirect
|
2020-06-04 18:42:59 +00:00
|
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
2020-05-23 23:22:52 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-05-12 14:45:18 +00:00
|
|
|
)
|