vendor: update github.com/gogo/protobuf and github.com/golang/protobuf

This commit is contained in:
Anthony Romano
2017-06-12 14:12:37 -07:00
parent 933aa09b73
commit 2afd0a726f
28 changed files with 1975 additions and 135 deletions

View File

@ -154,6 +154,7 @@ type ExtensionDesc struct {
Field int32 // field number
Name string // fully-qualified name of extension, for text formatting
Tag string // protobuf tag style
Filename string // name of the file in which the extension is defined
}
func (ed *ExtensionDesc) repeated() bool {