Skip to content

Commit

Permalink
deps: bump go-grpc (1.19.0 -> 1.20.0) (#396)
Browse files Browse the repository at this point in the history
* deps: bump go-grpc (1.19.0 -> 1.20.1)

Looks like we've missed a few releases -- here they are. The interesting
releases are:

- v1.20.0, as it has a few new features and bug fixes
- v1.19.1 has a bug fix for grpc/grpc-go#2669,
  which could have happened to us as well.

For all the notes, see the releases page:
https://github.com/grpc/grpc-go/releases

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored May 22, 2019
1 parent 53af36f commit 468a0e1
Show file tree
Hide file tree
Showing 29 changed files with 791 additions and 637 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ required = [

[[constraint]]
name = "google.golang.org/grpc"
version = "1.19.0"
version = "1.20.1"

[[constraint]]
name = "github.com/dexidp/dex"
Expand Down
42 changes: 37 additions & 5 deletions 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.

19 changes: 13 additions & 6 deletions vendor/google.golang.org/grpc/balancer/base/balancer.go

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

57 changes: 22 additions & 35 deletions vendor/google.golang.org/grpc/balancer_conn_wrappers.go

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

Loading

0 comments on commit 468a0e1

Please sign in to comment.