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

Commit

Permalink
bump google.golang.org/grpc v1.20.1
Browse files Browse the repository at this point in the history
full diff: grpc/grpc-go@v1.12.2...v1.20.1

includes  grpc/grpc-go#2695 transport: do not close channel that can lead to panic
addresses moby/moby#39053

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 28ad54d84f05b789e6a5f9a2ff2a5230d2ec886e)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: d371b283c3dd3319350caf23336d6bc93bd5a15d
Component: engine
  • Loading branch information
thaJeztah committed May 14, 2019
1 parent 7e52973 commit 5b4d325
Show file tree
Hide file tree
Showing 94 changed files with 8,046 additions and 5,225 deletions.
2 changes: 1 addition & 1 deletion components/engine/vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ github.com/opencontainers/go-digest 279bed98673dd5bef374d3b6e4b0
# get go-zfs packages
github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb

google.golang.org/grpc 7a6a684ca69eb4cae85ad0a484f2e531598c047b # v1.12.2
google.golang.org/grpc 25c4f928eaa6d96443009bd842389fb4fa48664e # v1.20.1

# The version of runc should match the version that is used by the containerd
# version that is used. If you need to update runc, open a pull request in
Expand Down
26 changes: 24 additions & 2 deletions components/engine/vendor/google.golang.org/grpc/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 4 additions & 62 deletions components/engine/vendor/google.golang.org/grpc/backoff.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 1 addition & 26 deletions components/engine/vendor/google.golang.org/grpc/balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 118 additions & 10 deletions components/engine/vendor/google.golang.org/grpc/balancer/balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5b4d325

Please sign in to comment.