vendor: pin "grpc/grpc-go" v1.7.5

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2017-12-18 15:56:23 -08:00
parent 95ecf9602a
commit d57002ba9c
3 changed files with 5 additions and 5 deletions

View File

@ -567,6 +567,6 @@ const SupportPackageIsVersion3 = true
const SupportPackageIsVersion4 = true
// Version is the current grpc version.
const Version = "1.7.4"
const Version = "1.7.5"
const grpcUA = "grpc-go/" + Version