Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update grpc-go from 1.14.0 to 1.23.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
DReigada authored and Joseph-Irving committed Aug 15, 2019
1 parent 3ea5e8e commit d81de51
Show file tree
Hide file tree
Showing 94 changed files with 6,751 additions and 2,424 deletions.
190 changes: 170 additions & 20 deletions Gopkg.lock

Large diffs are not rendered by default.

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

[[constraint]]
name = "google.golang.org/grpc"
version = "1.14.0"
version = "1.23.0"

[[constraint]]
name = "gopkg.in/alecthomas/kingpin.v2"
Expand Down
1 change: 0 additions & 1 deletion pkg/server/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func NewGateway(ctx context.Context, address string, caFile, certificateFile, ke
grpc.WithBalancerName(roundrobin.Name),
grpc.WithDisableServiceConfig(),
grpc.WithBlock(),
grpc.WithWaitForHandshake(),
grpc.WithStreamInterceptor(grpc_prometheus.StreamClientInterceptor),
}
conn, err := grpc.DialContext(ctx, dialAddress, dialOpts...)
Expand Down
37 changes: 21 additions & 16 deletions vendor/google.golang.org/grpc/.travis.yml

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

58 changes: 41 additions & 17 deletions vendor/google.golang.org/grpc/CONTRIBUTING.md

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

65 changes: 35 additions & 30 deletions vendor/google.golang.org/grpc/Makefile

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

100 changes: 88 additions & 12 deletions vendor/google.golang.org/grpc/README.md

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

2 changes: 1 addition & 1 deletion vendor/google.golang.org/grpc/backoff.go

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

Loading

0 comments on commit d81de51

Please sign in to comment.