Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.40.0 to 1.53.0 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
//replace github.com/aeraki-mesh/meta-protocol-control-plane-api => github.com/aeraki-mesh/meta-protocol-control-plane-api v0.0.0-20220325074604-63adf119a7bc

require (
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158 // indirect
github.com/envoyproxy/go-control-plane v0.9.10-0.20210804155723-c55ac1656905
github.com/envoyproxy/protoc-gen-validate v0.6.1 // indirect
github.com/envoyproxy/go-control-plane v0.10.3
github.com/fatih/color v1.12.0
github.com/go-logr/logr v0.4.0
github.com/gogo/protobuf v1.3.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gosuri/uitable v0.0.4
github.com/imdario/mergo v0.3.12 // indirect
github.com/magiconair/properties v1.8.1 // indirect
Expand All @@ -41,13 +37,7 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210728212813-7823e685a01f // indirect
google.golang.org/grpc v1.40.0
google.golang.org/grpc v1.53.0
istio.io/api v0.0.0-20210819145325-4e216752748c
istio.io/client-go v1.11.0
istio.io/gogo-genproto v0.0.0-20210806192525-32ebb2f9006c // indirect
Expand Down
Loading