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

@@ -9,6 +9,7 @@ go_library(
"server_reporter.go",
"util.go",
],
importmap = "vendor/github.com/grpc-ecosystem/go-grpc-prometheus",
importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
visibility = ["//visibility:public"],
deps = [

View File

@@ -18,6 +18,7 @@ go_library(
"proto_errors.go",
"query.go",
],
importmap = "vendor/github.com/grpc-ecosystem/grpc-gateway/runtime",
importpath = "github.com/grpc-ecosystem/grpc-gateway/runtime",
visibility = ["//visibility:public"],
deps = [

View File

@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["stream_chunk.pb.go"],
importmap = "vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/internal",
importpath = "github.com/grpc-ecosystem/grpc-gateway/runtime/internal",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/golang/protobuf/proto:go_default_library"],

View File

@@ -7,6 +7,7 @@ go_library(
"pattern.go",
"trie.go",
],
importmap = "vendor/github.com/grpc-ecosystem/grpc-gateway/utilities",
importpath = "github.com/grpc-ecosystem/grpc-gateway/utilities",
visibility = ["//visibility:public"],
)