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

chore(deps): bump google.golang.org/grpc from 1.31.1 to 1.56.3 in /xds-server #37

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
17 changes: 4 additions & 13 deletions xds-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,22 @@ go 1.15

require (
github.com/asishrs/proxyless-grpc-lb/common v0.0.0-20200824005131-5718db7e19f5
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/envoyproxy/go-control-plane v0.9.6
github.com/envoyproxy/protoc-gen-validate v0.4.1 // indirect
github.com/envoyproxy/go-control-plane v0.11.1-0.20230524094728-9239064ad72f
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.5.3
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.1.1
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/magiconair/properties v1.8.2 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
google.golang.org/grpc v1.31.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
google.golang.org/grpc v1.56.3
gopkg.in/ini.v1 v1.60.1 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
k8s.io/apimachinery v0.18.8
k8s.io/client-go v11.0.0+incompatible
k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect
Expand Down
Loading