all: Update protobuf package 1.0.0 -> 1.2.0 (#5452)
Also adds a few file global options to keep the generated code similar to what we already had.
This commit is contained in:
7
vendor/github.com/gogo/protobuf/proto/proto3_proto/Makefile
generated
vendored
Normal file
7
vendor/github.com/gogo/protobuf/proto/proto3_proto/Makefile
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
regenerate:
|
||||
go install github.com/gogo/protobuf/protoc-min-version
|
||||
protoc-min-version --version="3.0.0" --gogo_out=\
|
||||
Mtest_proto/test.proto=github.com/gogo/protobuf/proto/test_proto,\
|
||||
Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types:. \
|
||||
--proto_path=../../protobuf:../:. proto3.proto
|
||||
|
||||
Reference in New Issue
Block a user