Skip to content

Commit 69b6f3d

Browse files
build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.51.0...v1.52.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fff9e84 commit 69b6f3d

File tree

2 files changed

+43
-245
lines changed

2 files changed

+43
-245
lines changed

go.mod

+14-14
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ require (
1212
github.com/hashicorp/terraform-plugin-log v0.7.0
1313
github.com/talos-systems/talos v1.2.3
1414
github.com/talos-systems/talos/pkg/machinery v1.2.3
15-
google.golang.org/grpc v1.51.0
15+
google.golang.org/grpc v1.52.0
1616
google.golang.org/protobuf v1.28.1
1717
gopkg.in/yaml.v3 v3.0.1
1818
k8s.io/client-go v0.26.0
1919
)
2020

2121
require (
22-
cloud.google.com/go v0.102.1 // indirect
23-
cloud.google.com/go/compute v1.8.0 // indirect
24-
cloud.google.com/go/iam v0.3.0 // indirect
25-
cloud.google.com/go/storage v1.23.0 // indirect
22+
cloud.google.com/go v0.105.0 // indirect
23+
cloud.google.com/go/compute v1.12.1 // indirect
24+
cloud.google.com/go/compute/metadata v0.2.1 // indirect
25+
cloud.google.com/go/iam v0.7.0 // indirect
26+
cloud.google.com/go/storage v1.27.0 // indirect
2627
github.com/Masterminds/goutils v1.1.1 // indirect
2728
github.com/Masterminds/semver/v3 v3.1.1 // indirect
2829
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
@@ -71,9 +72,8 @@ require (
7172
github.com/google/go-cmp v0.5.9 // indirect
7273
github.com/google/gofuzz v1.2.0 // indirect
7374
github.com/google/uuid v1.3.0 // indirect
74-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
75-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
76-
github.com/googleapis/go-type-adapters v1.0.0 // indirect
75+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
76+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
7777
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect
7878
github.com/hashicorp/errwrap v1.1.0 // indirect
7979
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -164,18 +164,18 @@ require (
164164
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
165165
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
166166
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
167-
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
168-
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
169-
golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
167+
golang.org/x/net v0.4.0 // indirect
168+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
169+
golang.org/x/sync v0.1.0 // indirect
170170
golang.org/x/sys v0.3.0 // indirect
171171
golang.org/x/term v0.3.0 // indirect
172172
golang.org/x/text v0.5.0 // indirect
173173
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
174-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
174+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
175175
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b // indirect
176-
google.golang.org/api v0.91.0 // indirect
176+
google.golang.org/api v0.102.0 // indirect
177177
google.golang.org/appengine v1.6.7 // indirect
178-
google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
178+
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
179179
gopkg.in/inf.v0 v0.9.1 // indirect
180180
gopkg.in/yaml.v2 v2.4.0 // indirect
181181
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect

0 commit comments

Comments
 (0)