Regenerate all BUILD files in vendor/ from scratch using gazelle
This commit is contained in:
9
vendor/github.com/onsi/ginkgo/internal/leafnodes/BUILD
generated
vendored
9
vendor/github.com/onsi/ginkgo/internal/leafnodes/BUILD
generated
vendored
@@ -1,9 +1,4 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_library",
|
||||
)
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
@@ -18,6 +13,7 @@ go_library(
|
||||
"synchronized_after_suite_node.go",
|
||||
"synchronized_before_suite_node.go",
|
||||
],
|
||||
visibility = ["//vendor/github.com/onsi/ginkgo:__subpackages__"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/ginkgo/internal/codelocation:go_default_library",
|
||||
"//vendor/github.com/onsi/ginkgo/internal/failer:go_default_library",
|
||||
@@ -36,4 +32,5 @@ filegroup(
|
||||
name = "all-srcs",
|
||||
srcs = [":package-srcs"],
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user