diff --git a/cli/go.mod b/cli/go.mod index 0978556230d..fbf9b42d3e3 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -5,9 +5,9 @@ go 1.22.0 toolchain go1.22.8 require ( - cloud.google.com/go/asset v1.20.2 + cloud.google.com/go/asset v1.20.3 cloud.google.com/go/storage v1.45.0 - github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2 + github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.3 github.com/GoogleCloudPlatform/config-validator v0.0.0-20230824155412-0da46e6a67ad github.com/briandowns/spinner v1.23.1 github.com/fatih/color v1.18.0 @@ -20,16 +20,16 @@ require ( github.com/gruntwork-io/terratest v0.47.2 github.com/hashicorp/hcl/v2 v2.22.0 github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 - github.com/hashicorp/terraform-json v0.22.1 + github.com/hashicorp/terraform-json v0.23.0 github.com/iancoleman/strcase v0.3.0 github.com/inconshreveable/log15 v2.16.0+incompatible github.com/invopop/jsonschema v0.12.0 github.com/itchyny/json2yaml v0.1.4 github.com/jedib0t/go-pretty v4.3.0+incompatible github.com/manifoldco/promptui v0.9.0 - github.com/migueleliasweb/go-github-mock v1.0.1 + 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.69.0 + github.com/open-policy-agent/opa v0.70.0 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.8.1 @@ -40,15 +40,15 @@ require ( golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect golang.org/x/oauth2 v0.23.0 golang.org/x/text v0.19.0 - google.golang.org/api v0.201.0 + google.golang.org/api v0.204.0 google.golang.org/protobuf v1.35.1 gopkg.in/yaml.v3 v3.0.1 sigs.k8s.io/yaml v1.4.0 ) require ( - github.com/hashicorp/go-version v1.6.0 - github.com/jedib0t/go-pretty/v6 v6.6.0 + github.com/hashicorp/go-version v1.7.0 + github.com/jedib0t/go-pretty/v6 v6.6.1 ) require (