Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 2887460

Browse files
thaJeztahTibor Vass
authored andcommitted
vendor: bump google.golang.org/grpc v1.23.1
full diff: grpc/grpc-go@v1.23.0...v1.23.1 - grpc/grpc-go#3018 server: set and advertise max frame size of 16KB - grpc/grpc-go#3017 grpclb: fix deadlock in grpclb connection cache - Before the fix, if the timer to remove a SubConn fires at the same time NewSubConn cancels the timer, it caused a mutex leak and deadlock. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 013151ff786b0391ecbf5a6b0fbe68d3d0b0ded1) Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 0e40b91921fe721f70afdaf89f55d8ab52684714 Component: cli
1 parent 09986ab commit 2887460

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

components/cli/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ golang.org/x/sys 4b34438f7a67ee5f45cc6132e2ba
8787
golang.org/x/text f21a4dfb5e38f5895301dc265a8def02365cc3d0 # v0.3.0
8888
golang.org/x/time fbb02b2291d28baffd63558aa44b4b56f178d650
8989
google.golang.org/genproto 02b4e95473316948020af0b7a4f0f22c73929b0e
90-
google.golang.org/grpc 6eaf6f47437a6b4e2153a190160ef39a92c7eceb # v1.23.0
90+
google.golang.org/grpc 39e8a7b072a67ca2a75f57fa2e0d50995f5b22f6 # v1.23.1
9191
gopkg.in/inf.v0 d2d2541c53f18d2a059457998ce2876cc8e67cbf # v0.9.1
9292
gopkg.in/yaml.v2 bb4e33bf68bf89cad44d386192cbed201f35b241 # v2.2.3
9393
gotest.tools 1083505acf35a0bd8a696b26837e1fb3187a7a83 # v2.3.0

components/cli/vendor/google.golang.org/grpc/internal/transport/http2_server.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/cli/vendor/google.golang.org/grpc/internal/transport/http_util.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/cli/vendor/google.golang.org/grpc/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)