Skip to content

Commit

Permalink
chore(deps): update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2024
1 parent 631d50f commit 9424ac1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,14 +20,14 @@ 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/otiai10/copy v1.14.0
Expand All @@ -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.203.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 (
Expand Down

0 comments on commit 9424ac1

Please sign in to comment.