vendor: update grpc, gogo/protobuf

This commit is contained in:
Gyu-Ho Lee
2016-04-25 14:10:58 -07:00
parent 4b31acf0e0
commit 12d01bb1eb
19 changed files with 384 additions and 241 deletions

View File

@ -409,10 +409,10 @@ func convertCode(err error) codes.Code {
return codes.Unknown
}
// SupportPackageIsVersion1 is referenced from generated protocol buffer files
// SupportPackageIsVersion2 is referenced from generated protocol buffer files
// to assert that that code is compatible with this version of the grpc package.
//
// This constant may be renamed in the future if a change in the generated code
// requires a synchronised update of grpc-go and protoc-gen-go. This constant
// should not be referenced from any other code.
const SupportPackageIsVersion1 = true
const SupportPackageIsVersion2 = true