update BUILD files
This commit is contained in:
1
vendor/github.com/onsi/gomega/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/BUILD
generated
vendored
@@ -6,6 +6,7 @@ go_library(
|
||||
"gomega_dsl.go",
|
||||
"matchers.go",
|
||||
],
|
||||
importpath = "github.com/onsi/gomega",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/internal/assertion:go_default_library",
|
||||
|
1
vendor/github.com/onsi/gomega/format/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/format/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["format.go"],
|
||||
importpath = "github.com/onsi/gomega/format",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
1
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/gstruct/BUILD
generated
vendored
@@ -9,6 +9,7 @@ go_library(
|
||||
"pointer.go",
|
||||
"types.go",
|
||||
],
|
||||
importpath = "github.com/onsi/gomega/gstruct",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/format:go_default_library",
|
||||
|
1
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/gstruct/errors/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["nested_types.go"],
|
||||
importpath = "github.com/onsi/gomega/gstruct/errors",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
1
vendor/github.com/onsi/gomega/internal/assertion/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/internal/assertion/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["assertion.go"],
|
||||
importpath = "github.com/onsi/gomega/internal/assertion",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
1
vendor/github.com/onsi/gomega/internal/asyncassertion/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/internal/asyncassertion/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["async_assertion.go"],
|
||||
importpath = "github.com/onsi/gomega/internal/asyncassertion",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/internal/oraclematcher:go_default_library",
|
||||
|
1
vendor/github.com/onsi/gomega/internal/oraclematcher/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/internal/oraclematcher/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["oracle_matcher.go"],
|
||||
importpath = "github.com/onsi/gomega/internal/oraclematcher",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
1
vendor/github.com/onsi/gomega/internal/testingtsupport/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/internal/testingtsupport/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["testing_t_support.go"],
|
||||
importpath = "github.com/onsi/gomega/internal/testingtsupport",
|
||||
visibility = ["//vendor/github.com/onsi/gomega:__subpackages__"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/types:go_default_library"],
|
||||
)
|
||||
|
1
vendor/github.com/onsi/gomega/matchers/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/matchers/BUILD
generated
vendored
@@ -42,6 +42,7 @@ go_library(
|
||||
"type_support.go",
|
||||
"with_transform.go",
|
||||
],
|
||||
importpath = "github.com/onsi/gomega/matchers",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/format:go_default_library",
|
||||
|
1
vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/BUILD
generated
vendored
@@ -6,6 +6,7 @@ go_library(
|
||||
"bipartitegraph.go",
|
||||
"bipartitegraphmatching.go",
|
||||
],
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/bipartitegraph",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/onsi/gomega/matchers/support/goraph/edge:go_default_library",
|
||||
|
1
vendor/github.com/onsi/gomega/matchers/support/goraph/edge/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/matchers/support/goraph/edge/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["edge.go"],
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/edge",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["//vendor/github.com/onsi/gomega/matchers/support/goraph/node:go_default_library"],
|
||||
)
|
||||
|
1
vendor/github.com/onsi/gomega/matchers/support/goraph/node/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/matchers/support/goraph/node/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["node.go"],
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/node",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
1
vendor/github.com/onsi/gomega/matchers/support/goraph/util/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/matchers/support/goraph/util/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["util.go"],
|
||||
importpath = "github.com/onsi/gomega/matchers/support/goraph/util",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
1
vendor/github.com/onsi/gomega/types/BUILD
generated
vendored
1
vendor/github.com/onsi/gomega/types/BUILD
generated
vendored
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["types.go"],
|
||||
importpath = "github.com/onsi/gomega/types",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user