Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
Merged
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
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(),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already enabled by default (the method was also removed)

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