hack/update-bazel.sh
This commit is contained in:
38
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
38
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
@@ -1,38 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"elements.go",
|
||||
"fields.go",
|
||||
"ignore.go",
|
||||
"keys.go",
|
||||
"pointer.go",
|
||||
"types.go",
|
||||
],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/gstruct",
|
||||
importpath = "github.com/onsi/gomega/gstruct",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/format:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/gstruct/errors:go_default_library",
|
||||
"//vendor/github.com/onsi/gomega/types:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [
|
||||
":package-srcs",
|
||||
"//vendor/github.com/onsi/gomega/gstruct/errors:all-srcs",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
24
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
24
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
@@ -1,24 +0,0 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["nested_types.go"],
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/onsi/gomega/gstruct/errors",
|
||||
importpath = "github.com/onsi/gomega/gstruct/errors",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user