mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
20 lines
727 B
Modula-2
20 lines
727 B
Modula-2
module github.com/anchore/imgbom
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/anchore/go-testutils v0.0.0-20200520222037-edc2bf1864fe
|
|
github.com/anchore/stereoscope v0.0.0-20200520221116-025e07f1c93e
|
|
github.com/go-test/deep v1.0.6
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
|
|
github.com/mitchellh/mapstructure v1.3.0
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
|
|
google.golang.org/genproto v0.0.0-20200519141106-08726f379972 // indirect
|
|
)
|