Skip to content

Commit cfc1d48

Browse files
build(deps): bump google.golang.org/grpc from 1.50.1 to 1.56.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.50.1...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f11e91 commit cfc1d48

File tree

2 files changed

+55
-51
lines changed

2 files changed

+55
-51
lines changed

go.mod

+16-15
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/dubbogo/gost v1.13.3-0.20221216065235-4c45e166b5a0
1717
github.com/dubbogo/grpc-go v1.42.9
1818
github.com/dubbogo/triple v1.1.8
19-
github.com/envoyproxy/go-control-plane v0.10.2-0.20220428052930-ec95b9f870a8
19+
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f
2020
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
2121
github.com/go-errors/errors v1.0.1
2222
github.com/go-playground/assert/v2 v2.0.1
@@ -25,7 +25,7 @@ require (
2525
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
2626
github.com/golang-jwt/jwt/v4 v4.4.2
2727
github.com/golang/mock v1.6.0
28-
github.com/golang/protobuf v1.5.2
28+
github.com/golang/protobuf v1.5.3
2929
github.com/imdario/mergo v0.3.12
3030
github.com/jhump/protoreflect v1.9.0
3131
github.com/mitchellh/mapstructure v1.5.0
@@ -50,15 +50,16 @@ require (
5050
go.uber.org/zap v1.21.0
5151
golang.org/x/crypto v0.14.0
5252
golang.org/x/net v0.17.0
53-
google.golang.org/grpc v1.50.1
54-
google.golang.org/protobuf v1.28.1
53+
google.golang.org/grpc v1.56.3
54+
google.golang.org/protobuf v1.30.0
5555
gopkg.in/yaml.v2 v2.4.0
5656
mosn.io/proxy-wasm-go-host v0.1.0
5757
vimagination.zapto.org/byteio v0.0.0-20200222190125-d27cba0f0b10
5858
)
5959

6060
require (
61-
cloud.google.com/go v0.65.0 // indirect
61+
cloud.google.com/go/compute v1.19.1 // indirect
62+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
6263
contrib.go.opencensus.io/exporter/prometheus v0.4.1 // indirect
6364
github.com/RoaringBitmap/roaring v0.7.1 // indirect
6465
github.com/Workiva/go-datastructures v1.0.52 // indirect
@@ -67,17 +68,17 @@ require (
6768
github.com/bits-and-blooms/bitset v1.2.0 // indirect
6869
github.com/buger/jsonparser v1.1.1 // indirect
6970
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
70-
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
71-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
72-
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
73-
github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc // indirect
71+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
72+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
73+
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
74+
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
7475
github.com/coreos/go-semver v0.3.0 // indirect
7576
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
7677
github.com/davecgh/go-spew v1.1.1 // indirect
7778
github.com/eapache/go-resiliency v1.1.0 // indirect
7879
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
7980
github.com/eapache/queue v1.1.0 // indirect
80-
github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect
81+
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
8182
github.com/go-kit/log v0.2.0 // indirect
8283
github.com/go-logfmt/logfmt v0.5.1 // indirect
8384
github.com/go-logr/logr v1.2.3 // indirect
@@ -90,7 +91,7 @@ require (
9091
github.com/golang/snappy v0.0.4 // indirect
9192
github.com/google/uuid v1.3.0 // indirect
9293
github.com/gorilla/websocket v1.4.2 // indirect
93-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
94+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
9495
github.com/inconshreveable/mousetrap v1.0.0 // indirect
9596
github.com/jinzhu/copier v0.3.5 // indirect
9697
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -130,18 +131,18 @@ require (
130131
github.com/yusufpapurcu/wmi v1.2.2 // indirect
131132
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
132133
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
133-
go.opencensus.io v0.23.0 // indirect
134+
go.opencensus.io v0.24.0 // indirect
134135
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
135136
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
136137
go.uber.org/atomic v1.9.0 // indirect
137138
go.uber.org/multierr v1.6.0 // indirect
138139
golang.org/x/arch v0.0.0-20200826200359-b19915210f00 // indirect
139-
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
140+
golang.org/x/oauth2 v0.7.0 // indirect
140141
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
141142
golang.org/x/sys v0.13.0 // indirect
142143
golang.org/x/text v0.13.0 // indirect
143-
google.golang.org/appengine v1.6.6 // indirect
144-
google.golang.org/genproto v0.0.0-20220329172620-7be39ac1afc7 // indirect
144+
google.golang.org/appengine v1.6.7 // indirect
145+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
145146
gopkg.in/ini.v1 v1.51.0 // indirect
146147
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
147148
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)