Skip to content

Commit 18af6bf

Browse files
renovate[bot]niharika-98
authored andcommitted
chore(deps): Update dependency go to v1.23.5 (terraform-google-modules#804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 814e3ef commit 18af6bf

File tree

2 files changed

+3
-934
lines changed

2 files changed

+3
-934
lines changed

test/integration/go.mod

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,29 @@ module github.com/terraform-google-modules/terraform-docs-samples/test/integrati
22

33
go 1.22.7
44

5-
toolchain go1.23.4
5+
toolchain go1.23.5
66

77
require (
88
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.4
99
github.com/stretchr/testify v1.10.0
1010
)
1111

1212
require (
13-
cloud.google.com/go v0.116.0 // indirect
14-
cloud.google.com/go/compute v1.28.3 // indirect
15-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
16-
cloud.google.com/go/iam v1.2.2 // indirect
17-
cloud.google.com/go/storage v1.47.0 // indirect
1813
github.com/agext/levenshtein v1.2.3 // indirect
1914
github.com/alexflint/go-filemutex v1.3.0 // indirect
2015
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
21-
github.com/aws/aws-sdk-go v1.45.5 // indirect
2216
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2317
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2418
github.com/go-errors/errors v1.5.0 // indirect
2519
github.com/go-openapi/jsonpointer v0.20.0 // indirect
2620
github.com/go-openapi/jsonreference v0.20.2 // indirect
2721
github.com/go-openapi/swag v0.22.4 // indirect
28-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2922
github.com/golang/protobuf v1.5.4 // indirect
3023
github.com/google/gnostic-models v0.6.8 // indirect
3124
github.com/google/go-cmp v0.6.0 // indirect
32-
github.com/google/s2a-go v0.1.8 // indirect
33-
github.com/google/uuid v1.6.0 // indirect
34-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
35-
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
3625
github.com/gruntwork-io/terratest v0.48.1 // indirect
3726
github.com/hashicorp/errwrap v1.1.0 // indirect
3827
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39-
github.com/hashicorp/go-getter v1.7.6 // indirect
4028
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
4129
github.com/hashicorp/go-multierror v1.1.1 // indirect
4230
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -46,7 +34,6 @@ require (
4634
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 // indirect
4735
github.com/hashicorp/terraform-json v0.24.0 // indirect
4836
github.com/jinzhu/copier v0.4.0 // indirect
49-
github.com/jmespath/go-jmespath v0.4.0 // indirect
5037
github.com/josharian/intern v1.0.0 // indirect
5138
github.com/klauspost/compress v1.16.7 // indirect
5239
github.com/mailru/easyjson v0.7.7 // indirect
@@ -63,22 +50,13 @@ require (
6350
github.com/tmccombs/hcl2json v0.6.4 // indirect
6451
github.com/ulikunitz/xz v0.5.11 // indirect
6552
github.com/zclconf/go-cty v1.15.1 // indirect
66-
go.opencensus.io v0.24.0 // indirect
6753
golang.org/x/crypto v0.31.0 // indirect
6854
golang.org/x/mod v0.22.0 // indirect
6955
golang.org/x/net v0.33.0 // indirect
70-
golang.org/x/oauth2 v0.24.0 // indirect
7156
golang.org/x/sync v0.10.0 // indirect
7257
golang.org/x/sys v0.28.0 // indirect
7358
golang.org/x/text v0.21.0 // indirect
7459
golang.org/x/tools v0.22.0 // indirect
75-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
76-
google.golang.org/api v0.206.0 // indirect
77-
google.golang.org/appengine v1.6.8 // indirect
78-
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
79-
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
80-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
81-
google.golang.org/grpc v1.67.1 // indirect
8260
google.golang.org/protobuf v1.35.1 // indirect
8361
gopkg.in/yaml.v3 v3.0.1 // indirect
8462
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect

0 commit comments

Comments
 (0)