load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "antlrdoc.go", "atn.go", "atn_config.go", "atn_config_set.go", "atn_deserialization_options.go", "atn_deserializer.go", "atn_simulator.go", "atn_state.go", "atn_type.go", "char_stream.go", "common_token_factory.go", "common_token_stream.go", "comparators.go", "configuration.go", "dfa.go", "dfa_serializer.go", "dfa_state.go", "diagnostic_error_listener.go", "error_listener.go", "error_strategy.go", "errors.go", "file_stream.go", "input_stream.go", "int_stream.go", "interval_set.go", "jcollect.go", "lexer.go", "lexer_action.go", "lexer_action_executor.go", "lexer_atn_simulator.go", "ll1_analyzer.go", "nostatistics.go", "parser.go", "parser_atn_simulator.go", "parser_rule_context.go", "prediction_context.go", "prediction_context_cache.go", "prediction_mode.go", "recognizer.go", "rule_context.go", "semantic_context.go", "stats_data.go", "token.go", "token_source.go", "token_stream.go", "tokenstream_rewriter.go", "trace_listener.go", "transition.go", "tree.go", "trees.go", "utils.go", ], importmap = "kubevirt.io/containerized-data-importer/vendor/github.com/antlr4-go/antlr/v4", importpath = "github.com/antlr4-go/antlr/v4", visibility = ["//visibility:public"], deps = ["//vendor/golang.org/x/exp/slices:go_default_library"], )