diff --git a/cli/go.mod b/cli/go.mod index a19e07f73db..1f9dac7f697 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( cloud.google.com/go/asset v1.20.3 - cloud.google.com/go/storage v1.48.0 + cloud.google.com/go/storage v1.49.0 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.3 github.com/GoogleCloudPlatform/config-validator v0.0.0-20230824155412-0da46e6a67ad github.com/briandowns/spinner v1.23.1 @@ -16,8 +16,8 @@ require ( github.com/golang/protobuf v1.5.4 github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62 github.com/google/go-cmp v0.6.0 - github.com/google/go-github/v67 v67.0.0 - github.com/gruntwork-io/terratest v0.48.0 + github.com/google/go-github/v68 v68.0.0 + github.com/gruntwork-io/terratest v0.48.1 github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 github.com/hashicorp/terraform-json v0.24.0 github.com/iancoleman/strcase v0.3.0 @@ -28,7 +28,7 @@ require ( github.com/manifoldco/promptui v0.9.0 github.com/migueleliasweb/go-github-mock v1.1.0 github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 - github.com/open-policy-agent/opa v0.70.0 + github.com/open-policy-agent/opa v1.0.0 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.8.1 @@ -39,8 +39,8 @@ require ( golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect golang.org/x/oauth2 v0.24.0 golang.org/x/text v0.21.0 - google.golang.org/api v0.212.0 - google.golang.org/protobuf v1.36.0 + google.golang.org/api v0.214.0 + google.golang.org/protobuf v1.36.1 gopkg.in/yaml.v3 v3.0.1 sigs.k8s.io/yaml v1.4.0 )