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 Jan 23, 2025
1 parent 6ebe14b commit 0446e0b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.23
toolchain go1.23.4

require (
cloud.google.com/go/asset v1.20.3
cloud.google.com/go/storage v1.49.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.3
cloud.google.com/go/asset v1.20.4
cloud.google.com/go/storage v1.50.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.4
github.com/GoogleCloudPlatform/config-validator v0.0.0-20230824155412-0da46e6a67ad
github.com/briandowns/spinner v1.23.1
github.com/fatih/color v1.18.0
github.com/gammazero/workerpool v1.1.3
github.com/go-git/go-git/v5 v5.13.0
github.com/go-git/go-git/v5 v5.13.1
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v68 v68.0.0
Expand All @@ -23,25 +23,25 @@ require (
github.com/hashicorp/terraform-json v0.24.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/invopop/jsonschema v0.13.0
github.com/itchyny/json2yaml v0.1.4
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jedib0t/go-pretty/v6 v6.6.5
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/otiai10/copy v1.14.0
github.com/open-policy-agent/opa v1.0.0
github.com/otiai10/copy v1.14.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/zclconf/go-cty v1.15.1
golang.org/x/oauth2 v0.24.0
github.com/zclconf/go-cty v1.16.1
golang.org/x/oauth2 v0.25.0
golang.org/x/text v0.21.0
google.golang.org/api v0.214.0
google.golang.org/protobuf v1.36.1
google.golang.org/api v0.217.0
google.golang.org/protobuf v1.36.3
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.4.0
)
Expand Down

0 comments on commit 0446e0b

Please sign in to comment.