vendor: Update github.com/gogo/protobuf
Also tweaks the proto definitions: - [packed=false] on the block_indexes field to retain compat with v0.14.16 and earlier. - Uses the vendored protobuf package in include paths. And, "build.go setup" will install the vendored protoc-gen-gogofast. This should ensure that a proto rebuild isn't so dependent on whatever version of the compiler and package the developer has installed... GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3864
This commit is contained in:
committed by
Audrius Butkevicius
parent
4fb9c143ac
commit
987718baf8
11
vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto
generated
vendored
Normal file
11
vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package proto3extension;
|
||||
|
||||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
extend google.protobuf.FieldOptions {
|
||||
bool primary = 51234;
|
||||
bool index = 51235;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user