-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: update to latest google.golang.org/protobuf
Local changes were made to account for the following upstream changes: * Internal fields are now unexported: XXX_sizecache -> sizeCache XXX_unrecognized -> unknownFields XXX_InternalExtensions -> extensionFields * Every message has a *protoimpl.MessageState as the first field * Well-known types no longer have an XXX_WellKnownType method * MessageSets now lack the protobuf_messageset tag * Extensions of MessageSets now use their real name * Messages no longer have a XXX_OneofWrappers method Change-Id: Iec13a8b113d523ed11493fa713e7c6df8895b9ed Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/186538 Reviewed-by: Damien Neil <[email protected]>
- Loading branch information
Showing
30 changed files
with
618 additions
and
390 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.