Skip to content

Commit ccc1376

Browse files
Bump google.golang.org/grpc from 1.49.0 to 1.53.0 (#306)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.49.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.49.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d24dce1 commit ccc1376

File tree

2 files changed

+441
-36
lines changed

2 files changed

+441
-36
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ require (
2424

2525
require (
2626
bitbucket.org/creachadair/shell v0.0.7 // indirect
27-
cloud.google.com/go/compute v1.7.0 // indirect
27+
cloud.google.com/go/compute v1.15.1 // indirect
28+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2829
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
2930
github.com/BurntSushi/toml v1.2.0 // indirect
3031
github.com/Microsoft/go-winio v0.5.2 // indirect
@@ -40,13 +41,13 @@ require (
4041
github.com/blang/semver v3.5.1+incompatible // indirect
4142
github.com/blang/semver/v4 v4.0.0 // indirect
4243
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
43-
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
44-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
44+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
45+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4546
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
4647
github.com/cilium/ebpf v0.7.0 // indirect
4748
github.com/cloudflare/circl v1.3.3 // indirect
48-
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
49-
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
49+
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
50+
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b // indirect
5051
github.com/containerd/cgroups v1.0.4 // indirect
5152
github.com/containerd/containerd v1.6.18 // indirect
5253
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
@@ -72,8 +73,8 @@ require (
7273
github.com/docker/go-units v0.4.0 // indirect
7374
github.com/dustin/go-humanize v1.0.0 // indirect
7475
github.com/emirpasic/gods v1.18.1 // indirect
75-
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
76-
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
76+
github.com/envoyproxy/go-control-plane v0.10.3 // indirect
77+
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
7778
github.com/fsnotify/fsnotify v1.5.4 // indirect
7879
github.com/fullstorydev/grpcurl v1.8.6 // indirect
7980
github.com/ghodss/yaml v1.0.0 // indirect
@@ -118,7 +119,7 @@ require (
118119
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
119120
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
120121
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
121-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect
122+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
122123
github.com/hashicorp/errwrap v1.1.0 // indirect
123124
github.com/hashicorp/go-multierror v1.1.1 // indirect
124125
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -183,12 +184,12 @@ require (
183184
github.com/sirupsen/logrus v1.9.0 // indirect
184185
github.com/skeema/knownhosts v1.1.0 // indirect
185186
github.com/soheilhy/cmux v0.1.5 // indirect
186-
github.com/spf13/afero v1.8.2 // indirect
187+
github.com/spf13/afero v1.9.2 // indirect
187188
github.com/spf13/cast v1.5.0 // indirect
188189
github.com/spf13/jwalterweatherman v1.1.0 // indirect
189190
github.com/spf13/pflag v1.0.5 // indirect
190191
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
191-
github.com/stretchr/testify v1.8.0 // indirect
192+
github.com/stretchr/testify v1.8.1 // indirect
192193
github.com/subosito/gotenv v1.4.1 // indirect
193194
github.com/sylabs/sif/v2 v2.8.1 // indirect
194195
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
@@ -222,7 +223,7 @@ require (
222223
go.etcd.io/etcd/v3 v3.6.0-alpha.0 // indirect
223224
go.mongodb.org/mongo-driver v1.10.0 // indirect
224225
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1 // indirect
225-
go.opencensus.io v0.23.0 // indirect
226+
go.opencensus.io v0.24.0 // indirect
226227
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0 // indirect
227228
go.opentelemetry.io/otel v1.7.0 // indirect
228229
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.7.0 // indirect
@@ -234,18 +235,18 @@ require (
234235
go.uber.org/atomic v1.10.0 // indirect
235236
go.uber.org/multierr v1.8.0 // indirect
236237
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a // indirect
237-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
238+
golang.org/x/mod v0.7.0 // indirect
238239
golang.org/x/net v0.7.0 // indirect
239-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
240-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
240+
golang.org/x/oauth2 v0.4.0 // indirect
241+
golang.org/x/sync v0.1.0 // indirect
241242
golang.org/x/sys v0.5.0 // indirect
242243
golang.org/x/term v0.5.0 // indirect
243244
golang.org/x/text v0.7.0 // indirect
244245
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
245-
golang.org/x/tools v0.1.12 // indirect
246+
golang.org/x/tools v0.3.0 // indirect
246247
google.golang.org/appengine v1.6.7 // indirect
247-
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58 // indirect
248-
google.golang.org/grpc v1.49.0 // indirect
248+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
249+
google.golang.org/grpc v1.53.0 // indirect
249250
google.golang.org/protobuf v1.28.1 // indirect
250251
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
251252
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)