vendor: upgrade grpc-go to 1.4.2

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee
2017-06-22 14:26:45 -07:00
parent cdc7d77beb
commit 861ebe6950
4 changed files with 9 additions and 5 deletions

View File

@ -528,6 +528,6 @@ func getMaxSize(mcMax, doptMax *int, defaultVal int) *int {
const SupportPackageIsVersion4 = true
// Version is the current grpc version.
const Version = "1.4.1"
const Version = "1.4.2"
const grpcUA = "grpc-go/" + Version