Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scorecard - get real asset ancestry path #575

Merged
merged 13 commits into from
Feb 21, 2020
9 changes: 3 additions & 6 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ require (
cloud.google.com/go v0.38.0
github.com/GoogleCloudPlatform/terraform-validator v0.0.0-20190611191127-0aa9d709266e
github.com/briandowns/spinner v1.6.1
github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d // indirect
github.com/forseti-security/config-validator v0.0.0-20191121204425-eb1b299ab838
github.com/golang/protobuf v1.3.1
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/golang/protobuf v1.3.2
github.com/hashicorp/terraform v0.12.2 // indirect
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/open-policy-agent/opa v0.11.0
github.com/open-policy-agent/opa v0.16.2
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.4.0
google.golang.org/api v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v3 v3.0.0-20191105164941-196cff6ef4b6
)
Loading