2020-05-12 14:45:18 +00:00
|
|
|
module github.com/anchore/imgbom
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-05-21 19:25:59 +00:00
|
|
|
github.com/adrg/xdg v0.2.1
|
2020-05-20 22:29:06 +00:00
|
|
|
github.com/anchore/go-testutils v0.0.0-20200520222037-edc2bf1864fe
|
2020-05-23 23:22:52 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20200523232006-be5f3c18958f
|
2020-05-19 13:07:34 +00:00
|
|
|
github.com/go-test/deep v1.0.6
|
2020-05-23 23:22:52 +00:00
|
|
|
github.com/google/go-containerregistry v0.0.0-20200521151920-a873a21aff23 // indirect
|
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-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-05-20 22:29:06 +00:00
|
|
|
github.com/sergi/go-diff v1.1.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
|
|
|
|
go.uber.org/zap v1.15.0
|
2020-05-23 23:22:52 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
2020-05-29 15:30:26 +00:00
|
|
|
google.golang.org/protobuf v1.24.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
|
|
|
)
|