Update to gazelle 0.12.0 and run hack/update-bazel.sh

This commit is contained in:
Jeff Grafton
2018-05-15 17:22:27 -07:00
parent e7f1eaf289
commit a725660640
855 changed files with 2949 additions and 6691 deletions

View File

@@ -7,12 +7,13 @@ go_library(
"api.pb.go",
"status.go",
],
importmap = "vendor/github.com/libopenstorage/openstorage/api",
importpath = "github.com/libopenstorage/openstorage/api",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/golang/protobuf/proto:go_default_library",
"//vendor/github.com/golang/protobuf/ptypes/timestamp:go_default_library",
"//vendor/github.com/mohae/deepcopy:go_default_library",
"@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
],
)