vendor update: github.com/golang/protobuf

This commit is contained in:
Shiyang Wang
2017-11-04 11:23:34 +08:00
parent d837a6a2ea
commit 1c146fcf31
21 changed files with 1110 additions and 172 deletions

View File

@@ -5,7 +5,10 @@ go_library(
srcs = ["jsonpb.go"],
importpath = "github.com/golang/protobuf/jsonpb",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/golang/protobuf/proto:go_default_library"],
deps = [
"//vendor/github.com/golang/protobuf/proto:go_default_library",
"//vendor/github.com/golang/protobuf/ptypes/struct:go_default_library",
],
)
filegroup(