2020-05-12 14:45:18 +00:00
|
|
|
module github.com/anchore/imgbom
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-05-18 15:59:33 +00:00
|
|
|
github.com/anchore/stereoscope v0.0.0-20200518155435-f6c722e4572b
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
2020-05-12 14:45:18 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-05-18 15:59:33 +00:00
|
|
|
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587 // indirect
|
2020-05-12 14:45:18 +00:00
|
|
|
)
|