-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change updates the protobuf deps and makes various fixes. Most fixes are related to new `XXX_` fields. In particular, the new fields interfere with JSON marshaling and printing with `%v`. Note that the new fields could be omitted but that is undesirable: `XXX_NoUnkeyedLiteral` is a good idea and there would be a performance cost associated with removing `XXX_sizecache`. Some more info on important protobuf changes here: https://groups.google.com/forum/#!topic/golang-nuts/F5xFHTfwRnY Change lists: gogo/protobuf@1adfc12...936d59a googleapis/go-genproto@f676e0f...a1fde74 Note that gogo/protobuf was forked under cockroachdb, and I made a fix in our fork. This commit should be reviewed: cockroachdb/gogoproto@d26e6ac Informs #30774. Release note: None
- Loading branch information
1 parent
4f701b9
commit db4a8a1
Showing
90 changed files
with
22,585 additions
and
5,300 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.