Update vendoring for github.com/golang/protobuf/proto

This commit is contained in:
Ben Kochie 2016-12-16 12:56:38 +01:00
commit 3939e9d0b1
14 changed files with 819 additions and 185 deletions

View file

@ -39,5 +39,5 @@ test: install generate-test-pbs
generate-test-pbs:
make install
make -C testdata
protoc --go_out=Mtestdata/test.proto=github.com/golang/protobuf/proto/testdata:. proto3_proto/proto3.proto
protoc --go_out=Mtestdata/test.proto=github.com/golang/protobuf/proto/testdata,Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. proto3_proto/proto3.proto
make