Run hack/update-bazel.sh
This commit is contained in:
2
vendor/github.com/grpc-ecosystem/go-grpc-prometheus/BUILD
generated
vendored
2
vendor/github.com/grpc-ecosystem/go-grpc-prometheus/BUILD
generated
vendored
@@ -9,7 +9,7 @@ go_library(
|
||||
"server_reporter.go",
|
||||
"util.go",
|
||||
],
|
||||
importmap = "vendor/github.com/grpc-ecosystem/go-grpc-prometheus",
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/grpc-ecosystem/go-grpc-prometheus",
|
||||
importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
2
vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/BUILD
generated
vendored
2
vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/BUILD
generated
vendored
@@ -18,7 +18,7 @@ go_library(
|
||||
"proto_errors.go",
|
||||
"query.go",
|
||||
],
|
||||
importmap = "vendor/github.com/grpc-ecosystem/grpc-gateway/runtime",
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime",
|
||||
importpath = "github.com/grpc-ecosystem/grpc-gateway/runtime",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
|
2
vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/internal/BUILD
generated
vendored
2
vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/internal/BUILD
generated
vendored
@@ -3,7 +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",
|
||||
importmap = "k8s.io/kubernetes/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"],
|
||||
|
2
vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/BUILD
generated
vendored
2
vendor/github.com/grpc-ecosystem/grpc-gateway/utilities/BUILD
generated
vendored
@@ -7,7 +7,7 @@ go_library(
|
||||
"pattern.go",
|
||||
"trie.go",
|
||||
],
|
||||
importmap = "vendor/github.com/grpc-ecosystem/grpc-gateway/utilities",
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/grpc-ecosystem/grpc-gateway/utilities",
|
||||
importpath = "github.com/grpc-ecosystem/grpc-gateway/utilities",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user