load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "and.go", "assignable_to_type_of_matcher.go", "attributes_slice.go", "be_a_directory.go", "be_a_regular_file.go", "be_an_existing_file.go", "be_closed_matcher.go", "be_comparable_to_matcher.go", "be_element_of_matcher.go", "be_empty_matcher.go", "be_equivalent_to_matcher.go", "be_false_matcher.go", "be_identical_to.go", "be_key_of_matcher.go", "be_nil_matcher.go", "be_numerically_matcher.go", "be_sent_matcher.go", "be_temporally_matcher.go", "be_true_matcher.go", "be_zero_matcher.go", "consist_of.go", "contain_element_matcher.go", "contain_elements_matcher.go", "contain_substring_matcher.go", "equal_matcher.go", "have_cap_matcher.go", "have_each_matcher.go", "have_exact_elements.go", "have_existing_field_matcher.go", "have_field.go", "have_http_body_matcher.go", "have_http_header_with_value_matcher.go", "have_http_status_matcher.go", "have_key_matcher.go", "have_key_with_value_matcher.go", "have_len_matcher.go", "have_occurred_matcher.go", "have_prefix_matcher.go", "have_suffix_matcher.go", "have_value.go", "match_error_matcher.go", "match_json_matcher.go", "match_regexp_matcher.go", "match_xml_matcher.go", "match_yaml_matcher.go", "not.go", "or.go", "panic_matcher.go", "receive_matcher.go", "satisfy_matcher.go", "semi_structured_data_support.go", "succeed_matcher.go", "type_support.go", "with_transform.go", ], importmap = "kubevirt.io/containerized-data-importer/vendor/github.com/onsi/gomega/matchers", importpath = "github.com/onsi/gomega/matchers", visibility = ["//visibility:public"], deps = [ "//vendor/github.com/google/go-cmp/cmp:go_default_library", "//vendor/github.com/onsi/gomega/format:go_default_library", "//vendor/github.com/onsi/gomega/internal/gutil:go_default_library", "//vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph:go_default_library", "//vendor/github.com/onsi/gomega/types:go_default_library", "//vendor/golang.org/x/net/html/charset:go_default_library", "//vendor/gopkg.in/yaml.v3:go_default_library", ], )