OSDN Git Service

add protobuf to vendor
authorpaladz <453256728@qq.com>
Wed, 1 Nov 2017 08:55:33 +0000 (16:55 +0800)
committerpaladz <453256728@qq.com>
Wed, 1 Nov 2017 08:55:33 +0000 (16:55 +0800)
commit43a39ccb1d694bc3fa0cd81c139a0e2d968a8136
tree866f956b5c9dbfd5b15b823870ed64278dfa5e3c
parentc92616d07e81d4d6bb796bafd7636e0d5ee70623
add protobuf to vendor
107 files changed:
vendor/github.com/golang/protobuf/.gitignore [new file with mode: 0644]
vendor/github.com/golang/protobuf/.travis.yml [new file with mode: 0644]
vendor/github.com/golang/protobuf/AUTHORS [new file with mode: 0644]
vendor/github.com/golang/protobuf/CONTRIBUTORS [new file with mode: 0644]
vendor/github.com/golang/protobuf/LICENSE [new file with mode: 0644]
vendor/github.com/golang/protobuf/Make.protobuf [new file with mode: 0644]
vendor/github.com/golang/protobuf/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/README.md [new file with mode: 0644]
vendor/github.com/golang/protobuf/_conformance/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/_conformance/conformance.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/descriptor/descriptor.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/descriptor/descriptor_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/all_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/any_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/clone.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/clone_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/decode.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/decode_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/encode.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/encode_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/equal.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/equal_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/extensions.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/extensions_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/lib.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/map_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/message_set.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/message_set_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/pointer_reflect.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/pointer_unsafe.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/properties.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/proto3_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/size2_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/size_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/testdata/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/testdata/golden_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/testdata/test.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/testdata/test.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/text.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/text_parser.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/text_parser_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/proto/text_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/doc.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/generator/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/generator/generator.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/link_grpc.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/main.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/any.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/any/any.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/any/any.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/any_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/doc.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/duration.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/duration/duration.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/duration_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/empty/empty.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/empty/empty.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/regen.sh [new file with mode: 0755]
vendor/github.com/golang/protobuf/ptypes/struct/struct.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/struct/struct.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/timestamp.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/timestamp_test.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go [new file with mode: 0644]
vendor/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto [new file with mode: 0644]