Skip to content

Commit 12432b5

Browse files
fix(deps): update go modules (#2759)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 376f9e8 commit 12432b5

File tree

3 files changed

+42
-744
lines changed

3 files changed

+42
-744
lines changed

cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

33
# Changing this value will trigger a new release
4-
VERSION=v1.5.9
4+
VERSION=v1.5.10
55
BINARY=bin/cft
66
GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit
77
PLATFORMS := linux windows darwin

cli/go.mod

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
cloud.google.com/go/asset v1.20.3
99
cloud.google.com/go/storage v1.48.0
10-
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.2
10+
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.3
1111
github.com/GoogleCloudPlatform/config-validator v0.0.0-20230824155412-0da46e6a67ad
1212
github.com/briandowns/spinner v1.23.1
1313
github.com/fatih/color v1.18.0
@@ -17,9 +17,9 @@ require (
1717
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
1818
github.com/google/go-cmp v0.6.0
1919
github.com/google/go-github/v67 v67.0.0
20-
github.com/gruntwork-io/terratest v0.47.2
20+
github.com/gruntwork-io/terratest v0.48.0
2121
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6
22-
github.com/hashicorp/terraform-json v0.23.0
22+
github.com/hashicorp/terraform-json v0.24.0
2323
github.com/iancoleman/strcase v0.3.0
2424
github.com/inconshreveable/log15 v2.16.0+incompatible
2525
github.com/invopop/jsonschema v0.12.0
@@ -39,26 +39,26 @@ require (
3939
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
4040
golang.org/x/oauth2 v0.24.0
4141
golang.org/x/text v0.21.0
42-
google.golang.org/api v0.210.0
43-
google.golang.org/protobuf v1.35.2
42+
google.golang.org/api v0.212.0
43+
google.golang.org/protobuf v1.36.0
4444
gopkg.in/yaml.v3 v3.0.1
4545
sigs.k8s.io/yaml v1.4.0
4646
)
4747

4848
require (
4949
github.com/hashicorp/go-version v1.7.0
5050
github.com/hashicorp/hcl/v2 v2.23.0
51-
github.com/jedib0t/go-pretty/v6 v6.6.4
51+
github.com/jedib0t/go-pretty/v6 v6.6.5
5252

5353
)
5454

5555
require (
5656
cel.dev/expr v0.16.1 // indirect
5757
cloud.google.com/go v0.116.0 // indirect
5858
cloud.google.com/go/accesscontextmanager v1.9.2 // indirect
59-
cloud.google.com/go/auth v0.11.0 // indirect
59+
cloud.google.com/go/auth v0.13.0 // indirect
6060
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
61-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
61+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
6262
cloud.google.com/go/iam v1.2.2 // indirect
6363
cloud.google.com/go/longrunning v0.6.2 // indirect
6464
cloud.google.com/go/monitoring v1.21.2 // indirect
@@ -77,7 +77,6 @@ require (
7777
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
7878
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
7979
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
80-
github.com/aws/aws-sdk-go v1.45.5 // indirect
8180
github.com/bahlo/generic-list-go v0.2.0 // indirect
8281
github.com/beorn7/perks v1.0.1 // indirect
8382
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
@@ -132,15 +131,14 @@ require (
132131
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
133132
github.com/hashicorp/errwrap v1.1.0 // indirect
134133
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
135-
github.com/hashicorp/go-getter v1.7.6 // indirect
134+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
136135
github.com/hashicorp/go-multierror v1.1.1 // indirect
137136
github.com/hashicorp/go-safetemp v1.0.0 // indirect
138137
github.com/hashicorp/hcl v1.0.0 // indirect
139138
github.com/imdario/mergo v0.3.16 // indirect
140139
github.com/inconshreveable/mousetrap v1.1.0 // indirect
141140
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
142141
github.com/jinzhu/copier v0.4.0 // indirect
143-
github.com/jmespath/go-jmespath v0.4.0 // indirect
144142
github.com/josharian/intern v1.0.0 // indirect
145143
github.com/json-iterator/go v1.1.12 // indirect
146144
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -150,6 +148,7 @@ require (
150148
github.com/mattn/go-colorable v0.1.13 // indirect
151149
github.com/mattn/go-isatty v0.0.20 // indirect
152150
github.com/mattn/go-runewidth v0.0.15 // indirect
151+
github.com/mattn/go-shellwords v1.0.12 // indirect
153152
github.com/mattn/go-zglob v0.0.4 // indirect
154153
github.com/mitchellh/go-homedir v1.1.0 // indirect
155154
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -186,7 +185,7 @@ require (
186185
github.com/tidwall/match v1.1.1 // indirect
187186
github.com/tidwall/pretty v1.2.1 // indirect
188187
github.com/tidwall/sjson v1.2.5 // indirect
189-
github.com/tmccombs/hcl2json v0.6.0 // indirect
188+
github.com/tmccombs/hcl2json v0.6.4 // indirect
190189
github.com/ulikunitz/xz v0.5.11 // indirect
191190
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
192191
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -210,15 +209,15 @@ require (
210209
go.uber.org/multierr v1.9.0 // indirect
211210
golang.org/x/crypto v0.31.0 // indirect
212211
golang.org/x/mod v0.22.0 // indirect
213-
golang.org/x/net v0.31.0 // indirect
212+
golang.org/x/net v0.32.0 // indirect
214213
golang.org/x/sync v0.10.0 // indirect
215214
golang.org/x/sys v0.28.0 // indirect
216215
golang.org/x/term v0.27.0 // indirect
217216
golang.org/x/time v0.8.0 // indirect
218217
golang.org/x/tools v0.26.0 // indirect
219218
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
220219
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
221-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
220+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
222221
google.golang.org/grpc v1.67.2 // indirect
223222
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
224223
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)