"""Defines our Golang dependencies for Bazel""" load("@bazel_gazelle//:deps.bzl", "go_repository") def go_repositories(): """Macro function loaded into WORKSPACE to define our Golang deps""" go_repository( name = "cat_dario_mergo", build_file_proto_mode = "disable_global", importpath = "dario.cat/mergo", sum = "h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=", version = "v1.0.0", ) go_repository( name = "co_elastic_go_apm", build_file_proto_mode = "disable_global", importpath = "go.elastic.co/apm", sum = "h1:AWEKpHwRal0yCMd4K8Oxy1HAa7xid+xq1yy+XjgoVU0=", version = "v1.8.0", ) go_repository( name = "co_elastic_go_apm_module_apmhttp", build_file_proto_mode = "disable_global", importpath = "go.elastic.co/apm/module/apmhttp", sum = "h1:5AJPefWJzWDLX/47XIDfaloGiYWkkOQEULvlrI6Ieaw=", version = "v1.8.0", ) go_repository( name = "co_elastic_go_apm_module_apmot", build_file_proto_mode = "disable_global", importpath = "go.elastic.co/apm/module/apmot", sum = "h1:7r8b5RGDN5gAUG7FoegzJ24+jFSZF7FvY2ODODaKFYk=", version = "v1.8.0", ) go_repository( name = "co_elastic_go_fastjson", build_file_proto_mode = "disable_global", importpath = "go.elastic.co/fastjson", sum = "h1:ooXV/ABvf+tBul26jcVViPT3sBir0PvXgibYB1IQQzg=", version = "v1.0.0", ) go_repository( name = "co_honnef_go_tools", build_file_proto_mode = "disable_global", importpath = "honnef.co/go/tools", sum = "h1:6qXr+R5w+ktL5UkwEbPp+fEvfyoMPche6GkOpGHZcLc=", version = "v0.4.2", ) go_repository( name = "com_github_1password_connect_sdk_go", build_file_proto_mode = "disable_global", importpath = "github.com/1Password/connect-sdk-go", sum = "h1:KyjJ+kCKj6BwB2Y8tPM1Ixg5uIS6HsB0uWA8U38p/Uk=", version = "v1.5.3", ) go_repository( name = "com_github_99designs_gqlgen", build_file_proto_mode = "disable_global", importpath = "github.com/99designs/gqlgen", sum = "h1:bH0AH67vIJo8JKNKPJP+pOPpQhZeuVRQLf53dKIpDik=", version = "v0.17.45", ) go_repository( name = "com_github_acomagu_bufpipe", build_file_proto_mode = "disable_global", importpath = "github.com/acomagu/bufpipe", sum = "h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk=", version = "v1.0.3", ) go_repository( name = "com_github_adalogics_go_fuzz_headers", build_file_proto_mode = "disable_global", importpath = "github.com/AdaLogics/go-fuzz-headers", sum = "h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU=", version = "v0.0.0-20230811130428-ced1acdcaa24", ) go_repository( name = "com_github_adamkorcz_go_118_fuzz_build", build_file_proto_mode = "disable_global", importpath = "github.com/AdamKorcz/go-118-fuzz-build", sum = "h1:59MxjQVfjXsBpLy+dbd2/ELV5ofnUkUZBvWSC85sheA=", version = "v0.0.0-20230306123547-8075edf89bb0", ) go_repository( name = "com_github_adamkorcz_go_fuzz_headers_1", build_file_proto_mode = "disable_global", importpath = "github.com/AdamKorcz/go-fuzz-headers-1", sum = "h1:zjqpY4C7H15HjRPEenkS4SAn3Jy2eRRjkjZbGR30TOg=", version = "v0.0.0-20230919221257-8b5d3ce2d11d", ) go_repository( name = "com_github_aead_chacha20", build_file_proto_mode = "disable_global", importpath = "github.com/aead/chacha20", sum = "h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=", version = "v0.0.0-20180709150244-8b13a72661da", ) go_repository( name = "com_github_afex_hystrix_go", build_file_proto_mode = "disable_global", importpath = "github.com/afex/hystrix-go", sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=", version = "v0.0.0-20180502004556-fa1af6a1f4f5", ) go_repository( name = "com_github_agext_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/agext/levenshtein", sum = "h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=", version = "v1.2.3", ) go_repository( name = "com_github_agnivade_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/agnivade/levenshtein", sum = "h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8=", version = "v1.1.1", ) go_repository( name = "com_github_ahmetb_gen_crd_api_reference_docs", build_file_proto_mode = "disable_global", importpath = "github.com/ahmetb/gen-crd-api-reference-docs", sum = "h1:+XfOU14S4bGuwyvCijJwhhBIjYN+YXS18jrCY2EzJaY=", version = "v0.3.0", ) go_repository( name = "com_github_ajg_form", build_file_proto_mode = "disable_global", importpath = "github.com/ajg/form", sum = "h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=", version = "v1.5.1", ) go_repository( name = "com_github_ajstarks_deck", build_file_proto_mode = "disable_global", importpath = "github.com/ajstarks/deck", sum = "h1:7kQgkwGRoLzC9K0oyXdJo7nve/bynv/KwUsxbiTlzAM=", version = "v0.0.0-20200831202436-30c9fc6549a9", ) go_repository( name = "com_github_ajstarks_deck_generate", build_file_proto_mode = "disable_global", importpath = "github.com/ajstarks/deck/generate", sum = "h1:iXUgAaqDcIUGbRoy2TdeofRG/j1zpGRSEmNK05T+bi8=", version = "v0.0.0-20210309230005-c3f852c02e19", ) go_repository( name = "com_github_ajstarks_svgo", build_file_proto_mode = "disable_global", importpath = "github.com/ajstarks/svgo", sum = "h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=", version = "v0.0.0-20211024235047-1546f124cd8b", ) go_repository( name = "com_github_akamai_akamaiopen_edgegrid_golang", build_file_proto_mode = "disable_global", importpath = "github.com/akamai/AkamaiOPEN-edgegrid-golang", sum = "h1:F1j7z+/DKEsYqZNoxC6wvfmaiDneLsQOFQmuq9NADSY=", version = "v1.2.2", ) go_repository( name = "com_github_akavel_rsrc", build_file_proto_mode = "disable_global", importpath = "github.com/akavel/rsrc", sum = "h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=", version = "v0.10.2", ) go_repository( name = "com_github_akeylesslabs_akeyless_go_cloud_id", build_file_proto_mode = "disable_global", importpath = "github.com/akeylesslabs/akeyless-go-cloud-id", sum = "h1:ly0WKARATneFzwBlTZ2lUyjtLqoOEYqt1vOlf89za/4=", version = "v0.3.5", ) go_repository( name = "com_github_akeylesslabs_akeyless_go_v3", build_file_proto_mode = "disable_global", importpath = "github.com/akeylesslabs/akeyless-go/v3", sum = "h1:fMF8SMDiBL9CufVjLUyF1Z+Z04t5CC3KGOROSjaJ/eA=", version = "v3.6.3", ) go_repository( name = "com_github_alecaivazis_survey_v2", build_file_proto_mode = "disable_global", importpath = "github.com/AlecAivazis/survey/v2", sum = "h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=", version = "v2.3.7", ) go_repository( name = "com_github_alecthomas_assert_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/assert/v2", sum = "h1:XivOgYcduV98QCahG8T5XTezV5bylXe+lBxLG2K2ink=", version = "v2.2.1", ) go_repository( name = "com_github_alecthomas_chroma", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/chroma", sum = "h1:7XDcGkCQopCNKjZHfYrNLraA+M7e0fMiJ/Mfikbfjek=", version = "v0.10.0", ) go_repository( name = "com_github_alecthomas_chroma_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/chroma/v2", sum = "h1:w9WJUjFFmHHB2e8mRpL9jjy3alYDlU0QLDezj1xE264=", version = "v2.8.0", ) go_repository( name = "com_github_alecthomas_kingpin_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/kingpin/v2", sum = "h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=", version = "v2.4.0", ) go_repository( name = "com_github_alecthomas_participle_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/participle/v2", sum = "h1:z7dElHRrOEEq45F2TG5cbQihMtNTv8vwldytDj7Wrz4=", version = "v2.1.0", ) go_repository( name = "com_github_alecthomas_repr", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/repr", sum = "h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=", version = "v0.2.0", ) go_repository( name = "com_github_alecthomas_template", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/template", sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", version = "v0.0.0-20190718012654-fb15b899a751", ) go_repository( name = "com_github_alecthomas_units", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/units", sum = "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=", version = "v0.0.0-20211218093645-b94a6e3cc137", ) go_repository( name = "com_github_alessio_shellescape", build_file_proto_mode = "disable_global", importpath = "github.com/alessio/shellescape", sum = "h1:MHPfaU+ddJ0/bYWpgIeUnQUqKrlJ1S7BfEYPM4uEoM0=", version = "v1.4.2", ) go_repository( name = "com_github_alexbrainman_sspi", build_file_proto_mode = "disable_global", importpath = "github.com/alexbrainman/sspi", sum = "h1:Kk6a4nehpJ3UuJRqlA3JxYxBZEqCeOmATOvrbT4p9RA=", version = "v0.0.0-20210105120005-909beea2cc74", ) go_repository( name = "com_github_alexedwards_scs", build_file_proto_mode = "disable_global", importpath = "github.com/alexedwards/scs", sum = "h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0=", version = "v1.4.1", ) go_repository( name = "com_github_alexflint_go_filemutex", build_file_proto_mode = "disable_global", importpath = "github.com/alexflint/go-filemutex", sum = "h1:AMzIhMUqU3jMrZiTuW0zkYeKlKDAFD+DG20IoO421/Y=", version = "v0.0.0-20171022225611-72bdc8eae2ae", ) go_repository( name = "com_github_alibabacloud_go_alibabacloud_gateway_pop", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/alibabacloud-gateway-pop", sum = "h1:KFhE49hRMIl+i3NUB3NNTlVi+TPnQxGoeJ8S4HUEC+Q=", version = "v0.0.4", ) go_repository( name = "com_github_alibabacloud_go_alibabacloud_gateway_spi", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/alibabacloud-gateway-spi", sum = "h1:iC9YFYKDGEy3n/FtqJnOkZsene9olVspKmkX5A2YBEo=", version = "v0.0.4", ) go_repository( name = "com_github_alibabacloud_go_cr_20160607", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/cr-20160607", sum = "h1:WEnP1iPFKJU74ryUKh/YDPHoxMZawqlPajOymyNAkts=", version = "v1.0.1", ) go_repository( name = "com_github_alibabacloud_go_cr_20181201", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/cr-20181201", sum = "h1:B60f6S1imsgn2fgC6X6FrVNrONDrbCT0NwYhsJ0C9/c=", version = "v1.0.10", ) go_repository( name = "com_github_alibabacloud_go_darabonba_array", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-array", sum = "h1:vR8s7b1fWAQIjEjWnuF0JiKsCvclSRTfDzZHTYqfufY=", version = "v0.1.0", ) go_repository( name = "com_github_alibabacloud_go_darabonba_encode_util", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-encode-util", sum = "h1:1uJGrbsGEVqWcWxrS9MyC2NG0Ax+GpOM5gtupki31XE=", version = "v0.0.2", ) go_repository( name = "com_github_alibabacloud_go_darabonba_map", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-map", sum = "h1:qvPnGB4+dJbJIxOOfawxzF3hzMnIpjmafa0qOTp6udc=", version = "v0.0.2", ) go_repository( name = "com_github_alibabacloud_go_darabonba_openapi", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-openapi", sum = "h1:WyzxxKvhdVDlwpAMOHgAiCJ+NXa6g5ZWPFEzaK/ewwY=", version = "v0.2.1", ) go_repository( name = "com_github_alibabacloud_go_darabonba_openapi_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-openapi/v2", sum = "h1:y1K+zKhpWcxso8zqI03CcYuwgyZPFwQdwAQOXAeuOVM=", version = "v2.0.6", ) go_repository( name = "com_github_alibabacloud_go_darabonba_signature_util", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-signature-util", sum = "h1:UzCnKvsjPFzApvODDNEYqBHMFt1w98wC7FOo0InLyxg=", version = "v0.0.7", ) go_repository( name = "com_github_alibabacloud_go_darabonba_string", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/darabonba-string", sum = "h1:E714wms5ibdzCqGeYJ9JCFywE5nDyvIXIIQbZVFkkqo=", version = "v1.0.2", ) go_repository( name = "com_github_alibabacloud_go_debug", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/debug", sum = "h1:3eIEQWfay1fB24PQIEzXAswlVJtdQok8f3EVN5VrBnA=", version = "v1.0.0", ) go_repository( name = "com_github_alibabacloud_go_endpoint_util", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/endpoint-util", sum = "h1:ZkBv2/jnghxtU0p+upSU0GGzW1VL9GQdZO3mcSUTUy8=", version = "v1.1.1", ) go_repository( name = "com_github_alibabacloud_go_kms_20160120_v3", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/kms-20160120/v3", sum = "h1:DJfmRHjsyRmRFB7q2N9g2+wym4qxZixnsxHfiI4UhtQ=", version = "v3.1.3", ) go_repository( name = "com_github_alibabacloud_go_openapi_util", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/openapi-util", sum = "h1:0z75cIULkDrdEhkLWgi9tnLe+KhAFE/r5Pb3312/eAY=", version = "v0.1.0", ) go_repository( name = "com_github_alibabacloud_go_tea", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/tea", sum = "h1:aTsR6Rl3ANWPfqeQugPglfurloyBJY85eFy7Gc1+8oU=", version = "v1.2.2", ) go_repository( name = "com_github_alibabacloud_go_tea_utils", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/tea-utils", sum = "h1:h0/6Xd2f3bPE4XHTvkpjwxowIwRCJAJOqY6Eq8f3zfA=", version = "v1.4.5", ) go_repository( name = "com_github_alibabacloud_go_tea_utils_v2", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/tea-utils/v2", sum = "h1:EUakYEUAwr6L3wLT0vejIw2rc0IA1RSXDwLnIb3f2vU=", version = "v2.0.5", ) go_repository( name = "com_github_alibabacloud_go_tea_xml", build_file_proto_mode = "disable_global", importpath = "github.com/alibabacloud-go/tea-xml", sum = "h1:7LYnm+JbOq2B+T/B0fHC4Ies4/FofC4zHzYtqw7dgt0=", version = "v1.1.3", ) go_repository( name = "com_github_aliyun_credentials_go", build_file_proto_mode = "disable_global", importpath = "github.com/aliyun/credentials-go", sum = "h1:L4WppI9rctC8PdlMgyTkF8bBsy9pyKQEzBD1bHMRl+g=", version = "v1.3.2", ) go_repository( name = "com_github_aliyuncontainerservice_ack_ram_tool_pkg_credentials_alibabacloudsdkgo_helper", build_file_proto_mode = "disable_global", importpath = "github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper", sum = "h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw=", version = "v0.2.0", ) go_repository( name = "com_github_andreyvit_diff", build_file_proto_mode = "disable_global", importpath = "github.com/andreyvit/diff", sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=", version = "v0.0.0-20170406064948-c7f18ee00883", ) go_repository( name = "com_github_andybalholm_brotli", build_file_proto_mode = "disable_global", importpath = "github.com/andybalholm/brotli", sum = "h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=", version = "v1.0.5", ) go_repository( name = "com_github_andybalholm_cascadia", build_file_proto_mode = "disable_global", importpath = "github.com/andybalholm/cascadia", sum = "h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=", version = "v1.3.2", ) go_repository( name = "com_github_andybalholm_stroke", build_file_proto_mode = "disable_global", importpath = "github.com/andybalholm/stroke", sum = "h1:uF5Q/hWnDU1XZeT6CsrRSxHLroUSEYYO3kgES+yd+So=", version = "v0.0.0-20221221101821-bd29b49d73f0", ) go_repository( name = "com_github_anoopengineer_edidparser", build_file_proto_mode = "disable_global", importpath = "github.com/anoopengineer/edidparser", sum = "h1:wo4JgGRW+6/KSS5CqHIpc3xdDnyGqKNWSH7TIsP9XlI=", version = "v0.0.0-20140306172611-ad417053131c", ) go_repository( name = "com_github_antihax_optional", build_file_proto_mode = "disable_global", importpath = "github.com/antihax/optional", sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", version = "v1.0.0", ) go_repository( name = "com_github_antlr_antlr4_runtime_go_antlr_v4", build_file_proto_mode = "disable_global", importpath = "github.com/antlr/antlr4/runtime/Go/antlr/v4", sum = "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=", version = "v4.0.0-20230305170008-8188dc5388df", ) go_repository( name = "com_github_antonlindstrom_pgstore", build_file_proto_mode = "disable_global", importpath = "github.com/antonlindstrom/pgstore", sum = "h1:grN4CYLduV1d9SYBSYrAMPVf57cxEa7KhenvwOXTktw=", version = "v0.0.0-20200229204646-b08ebf1105e0", ) go_repository( name = "com_github_apache_arrow_go_arrow", build_file_proto_mode = "disable_global", importpath = "github.com/apache/arrow/go/arrow", sum = "h1:HGREIyk0QRPt70R69Gm1JFHDgoiyYpCyuGE8E9k/nf0=", version = "v0.0.0-20211013220434-5962184e7a30", ) go_repository( name = "com_github_apache_arrow_go_v10", build_file_proto_mode = "disable_global", importpath = "github.com/apache/arrow/go/v10", sum = "h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=", version = "v10.0.1", ) go_repository( name = "com_github_apache_arrow_go_v11", build_file_proto_mode = "disable_global", importpath = "github.com/apache/arrow/go/v11", sum = "h1:hqauxvFQxww+0mEU/2XHG6LT7eZternCZq+A5Yly2uM=", version = "v11.0.0", ) go_repository( name = "com_github_apache_arrow_go_v12", build_file_proto_mode = "disable_global", importpath = "github.com/apache/arrow/go/v12", sum = "h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc=", version = "v12.0.0", ) go_repository( name = "com_github_apache_arrow_go_v15", build_file_proto_mode = "disable_global", importpath = "github.com/apache/arrow/go/v15", sum = "h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE=", version = "v15.0.2", ) go_repository( name = "com_github_apache_thrift", build_file_proto_mode = "disable_global", importpath = "github.com/apache/thrift", sum = "h1:cMd2aj52n+8VoAtvSvLn4kDC3aZ6IAkBuqWQ2IDu7wo=", version = "v0.17.0", ) go_repository( name = "com_github_apparentlymart_go_cidr", build_file_proto_mode = "disable_global", importpath = "github.com/apparentlymart/go-cidr", sum = "h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=", version = "v1.1.0", ) go_repository( name = "com_github_apparentlymart_go_textseg_v13", build_file_proto_mode = "disable_global", importpath = "github.com/apparentlymart/go-textseg/v13", sum = "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=", version = "v13.0.0", ) go_repository( name = "com_github_apparentlymart_go_textseg_v15", build_file_proto_mode = "disable_global", importpath = "github.com/apparentlymart/go-textseg/v15", sum = "h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=", version = "v15.0.0", ) go_repository( name = "com_github_appscode_jsonpatch", build_file_proto_mode = "disable_global", importpath = "github.com/appscode/jsonpatch", sum = "h1:Kn3rqvbUFqSepE2OqVu0Pn1CbDw9IuMlONapol0zuwk=", version = "v0.0.0-20190108182946-7c0e3b262f30", ) go_repository( name = "com_github_arbovm_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/arbovm/levenshtein", sum = "h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=", version = "v0.0.0-20160628152529-48b4e1c0c4d0", ) go_repository( name = "com_github_argoproj_argo_rollouts", build_file_proto_mode = "disable_global", importpath = "github.com/argoproj/argo-rollouts", sum = "h1:zLlxybLYGmBo/DNAmJg50MIhoPmZg30D9mxrEKAJS+U=", version = "v1.1.1", ) go_repository( name = "com_github_armon_circbuf", build_file_proto_mode = "disable_global", importpath = "github.com/armon/circbuf", sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", version = "v0.0.0-20150827004946-bbbad097214e", ) go_repository( name = "com_github_armon_consul_api", build_file_proto_mode = "disable_global", importpath = "github.com/armon/consul-api", sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", version = "v0.0.0-20180202201655-eb2c6b5be1b6", ) go_repository( name = "com_github_armon_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-metrics", sum = "h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=", version = "v0.4.1", ) go_repository( name = "com_github_armon_go_radix", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-radix", sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", version = "v1.0.0", ) go_repository( name = "com_github_armon_go_socks5", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-socks5", sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=", version = "v0.0.0-20160902184237-e75332964ef5", ) go_repository( name = "com_github_asaskevich_govalidator", build_file_proto_mode = "disable_global", importpath = "github.com/asaskevich/govalidator", sum = "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=", version = "v0.0.0-20230301143203-a9d515a09cc2", ) go_repository( name = "com_github_atotto_clipboard", build_file_proto_mode = "disable_global", importpath = "github.com/atotto/clipboard", sum = "h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=", version = "v0.1.4", ) go_repository( name = "com_github_avast_retry_go_v4", build_file_proto_mode = "disable_global", importpath = "github.com/avast/retry-go/v4", sum = "h1:AxIx0HGi4VZ3I02jr78j5lZ3M6x1E0Ivxa6b0pUUh7o=", version = "v4.5.1", ) go_repository( name = "com_github_aws_aws_sdk_go", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go", sum = "h1:UrT6JC9R9PkYYXDZBV0qDKTualMr+bfK2eboTknMgbs=", version = "v1.51.21", ) go_repository( name = "com_github_aws_aws_sdk_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2", sum = "h1:/Ce4OCiM3EkpW7Y+xUnfAFpchU78K7/Ug01sZni9PgA=", version = "v1.26.0", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_aws_protocol_eventstream", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream", sum = "h1:gTK2uhtAPtFcdRRJilZPx8uJLL2J85xK11nKtWL0wfU=", version = "v1.6.1", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_config", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/config", sum = "h1:gRx/NwpNEFSk+yQlgmk1bmxxvQ5TyJ76CWXs9XScTqg=", version = "v1.27.9", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_credentials", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/credentials", sum = "h1:N8s0/7yW+h8qR8WaRlPQeJ6czVMNQVNtNdUqf6cItao=", version = "v1.17.9", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_feature_ec2_imds", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", sum = "h1:af5YzcLf80tv4Em4jWVD75lpnOHSBkPUZxZfGkrI3HI=", version = "v1.16.0", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_feature_s3_manager", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/feature/s3/manager", sum = "h1:vXY/Hq1XdxHBIYgBUmug/AbMyIe1AKulPYS2/VE1X70=", version = "v1.16.9", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_internal_configsources", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/internal/configsources", sum = "h1:0ScVK/4qZ8CIW0k8jOeFVsyS/sAiXpYxRBLolMkuLQM=", version = "v1.3.4", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_internal_endpoints_v2", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", sum = "h1:sHmMWWX5E7guWEFQ9SVo6A3S4xpPrWnd77a6y4WM6PU=", version = "v2.6.4", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_internal_ini", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/internal/ini", sum = "h1:hT8rVHwugYE2lEfdFE0QWVo81lF7jMrYJVDWI+f+VxU=", version = "v1.8.0", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_internal_v4a", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/internal/v4a", sum = "h1:mDnFOE2sVkyphMWtTH+stv0eW3k0OTx94K63xpxHty4=", version = "v1.3.3", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_cloudwatch", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/cloudwatch", sum = "h1:w/fPGB0t5rWwA43mux4e9ozFSH5zF1moQemlA131PWc=", version = "v1.8.1", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_ecr", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/ecr", sum = "h1:y6LX9GUoEA3mO0qpFl1ZQHj1rFyPWVphlzebiSt2tKE=", version = "v1.20.2", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_ecrpublic", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/ecrpublic", sum = "h1:PpbXaecV3sLAS6rjQiaKw4/jyq3Z8gNzmoJupHAoBp0=", version = "v1.18.2", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_internal_accept_encoding", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding", sum = "h1:EyBZibRTVAs6ECHZOw5/wlylS9OcTzwyjeQMudmREjE=", version = "v1.11.1", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_internal_checksum", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/internal/checksum", sum = "h1:mbWNpfRUTT6bnacmvOTKXZjR/HycibdWzNpfbrbLDIs=", version = "v1.3.5", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_internal_presigned_url", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", sum = "h1:b+E7zIUHMmcB4Dckjpkapoy47W6C9QBv/zoUP+Hn8Kc=", version = "v1.11.6", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_internal_s3shared", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/internal/s3shared", sum = "h1:4t+QEX7BsXz98W8W1lNvMAG+NX8qHz2CjLBxQKku40g=", version = "v1.17.3", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_kms", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/kms", sum = "h1:yS0JkEdV6h9JOo8sy2JSpjX+i7vsKifU8SIeHrqiDhU=", version = "v1.30.0", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_s3", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/s3", sum = "h1:lW5xUzOPGAMY7HPuNF4FdyBwRc3UJ/e8KsapbesVeNU=", version = "v1.51.4", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_sso", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/sso", sum = "h1:mnbuWHOcM70/OFUlZZ5rcdfA8PflGXXiefU/O+1S3+8=", version = "v1.20.3", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_ssooidc", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/ssooidc", sum = "h1:uLq0BKatTmDzWa/Nu4WO0M1AaQDaPpwTKAeByEc6WFM=", version = "v1.23.3", ) go_repository( name = "com_github_aws_aws_sdk_go_v2_service_sts", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2/service/sts", sum = "h1:J/PpTf/hllOjx8Xu9DMflff3FajfLxqM5+tepvVXmxg=", version = "v1.28.5", ) go_repository( name = "com_github_aws_aws_xray_sdk_go", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-xray-sdk-go", sum = "h1:3mtFCrgFR5IefmWFV5pscHp9TTyOWuqaIKJIY0d1Y4g=", version = "v0.9.4", ) go_repository( name = "com_github_aws_smithy_go", build_file_proto_mode = "disable_global", importpath = "github.com/aws/smithy-go", sum = "h1:4SZlSlMr36UEqC7XOyRVb27XMeZubNcBNN+9IgEPIQw=", version = "v1.20.1", ) go_repository( name = "com_github_awslabs_amazon_ecr_credential_helper_ecr_login", build_file_proto_mode = "disable_global", importpath = "github.com/awslabs/amazon-ecr-credential-helper/ecr-login", sum = "h1:SoFYaT9UyGkR0+nogNyD/Lj+bsixB+SNuAS4ABlEs6M=", version = "v0.0.0-20231024185945-8841054dbdb8", ) go_repository( name = "com_github_aymanbagabas_go_osc52_v2", build_file_proto_mode = "disable_global", importpath = "github.com/aymanbagabas/go-osc52/v2", sum = "h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=", version = "v2.0.1", ) go_repository( name = "com_github_aymerick_douceur", build_file_proto_mode = "disable_global", importpath = "github.com/aymerick/douceur", sum = "h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=", version = "v0.2.0", ) go_repository( name = "com_github_azure_azure_pipeline_go", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-pipeline-go", sum = "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=", version = "v0.2.3", ) go_repository( name = "com_github_azure_azure_sdk_for_go", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go", sum = "h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU=", version = "v68.0.0+incompatible", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_azcore", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/azcore", sum = "h1:E+OJmp2tPvt1W+amx48v1eqbjDYsgN+RzP4q16yV5eM=", version = "v1.11.1", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_azidentity", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/azidentity", sum = "h1:FDif4R1+UUR+00q6wquyX90K7A8dN+R5E8GEadoP7sU=", version = "v1.5.2", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_internal", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/internal", sum = "h1:LqbJ/WzJUwBf8UiaSzgX7aMclParm9/5Vgp+TY51uBQ=", version = "v1.5.2", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_dns_armdns", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns", sum = "h1:lpOxwrQ919lCZoNCd69rVt8u1eLZuMORrGXqy8sNf3c=", version = "v1.2.0", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_azkeys", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys", sum = "h1:DRiANoJTiW6obBQe3SqZizkuV1PEgfiiGivmVocDy64=", version = "v1.1.0", ) go_repository( name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_internal", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal", sum = "h1:D3occbWoio4EBLkbkevetNMAVX197GkzbUMtqjGWn80=", version = "v1.0.0", ) go_repository( name = "com_github_azure_azure_storage_blob_go", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-storage-blob-go", sum = "h1:1BCg74AmVdYwO3dlKwtFU1V0wU2PZdREkXvAmZJRUlM=", version = "v0.14.0", ) go_repository( name = "com_github_azure_go_ansiterm", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-ansiterm", sum = "h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=", version = "v0.0.0-20230124172434-306776ec8161", ) go_repository( name = "com_github_azure_go_autorest", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest", sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=", version = "v14.2.0+incompatible", ) go_repository( name = "com_github_azure_go_autorest_autorest", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest", sum = "h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw=", version = "v0.11.29", ) go_repository( name = "com_github_azure_go_autorest_autorest_adal", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/adal", sum = "h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8=", version = "v0.9.23", ) go_repository( name = "com_github_azure_go_autorest_autorest_azure_auth", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/azure/auth", sum = "h1:wkAZRgT/pn8HhFyzfe9UnqOjJYqlembgCTi72Bm/xKk=", version = "v0.5.12", ) go_repository( name = "com_github_azure_go_autorest_autorest_azure_cli", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/azure/cli", sum = "h1:w77/uPk80ZET2F+AfQExZyEWtn+0Rk/uw17m9fv5Ajc=", version = "v0.4.6", ) go_repository( name = "com_github_azure_go_autorest_autorest_date", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/date", sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", version = "v0.3.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_mocks", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/mocks", sum = "h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw=", version = "v0.4.2", ) go_repository( name = "com_github_azure_go_autorest_autorest_to", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/to", sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=", version = "v0.4.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_validation", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/validation", sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=", version = "v0.3.1", ) go_repository( name = "com_github_azure_go_autorest_logger", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/logger", sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=", version = "v0.2.1", ) go_repository( name = "com_github_azure_go_autorest_tracing", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/tracing", sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", version = "v0.6.0", ) go_repository( name = "com_github_azure_go_ntlmssp", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-ntlmssp", sum = "h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=", version = "v0.0.0-20221128193559-754e69321358", ) go_repository( name = "com_github_azuread_microsoft_authentication_library_for_go", build_file_proto_mode = "disable_global", importpath = "github.com/AzureAD/microsoft-authentication-library-for-go", sum = "h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU=", version = "v1.2.2", ) go_repository( name = "com_github_bazelbuild_bazel_gazelle", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/bazel-gazelle", sum = "h1:n41ODckCkU9D2BEwBxYN+xu5E92Vd0gaW6QmsIW9l00=", version = "v0.36.0", ) go_repository( name = "com_github_bazelbuild_buildtools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/buildtools", # patch_args = ["-p1"], # keep # patches = ["//hack/patches/bazel:buildtools.patch"], # keep sum = "h1:VNqmvOfFzn2Hrtoni8vqgXlIQ4C2Zt22fxeZ9gOOkp0=", version = "v0.0.0-20240313121412-66c605173954", ) go_repository( name = "com_github_bazelbuild_rules_go", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/rules_go", sum = "h1:CTefzjN/D3Cdn3rkrM6qMWuQj59OBcuOjyIp3m4hZ7s=", version = "v0.46.0", ) go_repository( name = "com_github_beevik_etree", build_file_proto_mode = "disable_global", importpath = "github.com/beevik/etree", sum = "h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=", version = "v1.1.0", ) go_repository( name = "com_github_beevik_ntp", build_file_proto_mode = "disable_global", importpath = "github.com/beevik/ntp", sum = "h1:Y/srlT8L1yQr58kyPWFPZIxRL8ttx2SRIpVYJqZIlAM=", version = "v1.3.1", ) go_repository( name = "com_github_benbjohnson_clock", build_file_proto_mode = "disable_global", importpath = "github.com/benbjohnson/clock", sum = "h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=", version = "v1.3.0", ) go_repository( name = "com_github_benbjohnson_immutable", build_file_proto_mode = "disable_global", importpath = "github.com/benbjohnson/immutable", sum = "h1:GYHcksoJ9K6HyAUpGxwZURrbTkXA0Dh4otXGqbhdrjA=", version = "v0.4.3", ) go_repository( name = "com_github_beorn7_perks", build_file_proto_mode = "disable_global", importpath = "github.com/beorn7/perks", sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", version = "v1.0.1", ) go_repository( name = "com_github_bgentry_go_netrc", build_file_proto_mode = "disable_global", importpath = "github.com/bgentry/go-netrc", sum = "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=", version = "v0.0.0-20140422174119-9fd32a8b3d3d", ) go_repository( name = "com_github_bgentry_speakeasy", build_file_proto_mode = "disable_global", importpath = "github.com/bgentry/speakeasy", sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", version = "v0.1.0", ) go_repository( name = "com_github_bitly_go_hostpool", build_file_proto_mode = "disable_global", importpath = "github.com/bitly/go-hostpool", sum = "h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY=", version = "v0.0.0-20171023180738-a3a6125de932", ) go_repository( name = "com_github_bitly_go_simplejson", build_file_proto_mode = "disable_global", importpath = "github.com/bitly/go-simplejson", sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=", version = "v0.5.0", ) go_repository( name = "com_github_bits_and_blooms_bitset", build_file_proto_mode = "disable_global", importpath = "github.com/bits-and-blooms/bitset", sum = "h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=", version = "v1.2.0", ) go_repository( name = "com_github_bkaradzic_go_lz4", build_file_proto_mode = "disable_global", importpath = "github.com/bkaradzic/go-lz4", sum = "h1:RXc4wYsyz985CkXXeX04y4VnZFGG8Rd43pRaHsOXAKk=", version = "v1.0.0", ) go_repository( name = "com_github_bketelsen_crypt", build_file_proto_mode = "disable_global", importpath = "github.com/bketelsen/crypt", sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=", version = "v0.0.3-0.20200106085610-5cbc8cc4026c", ) go_repository( name = "com_github_blang_semver", build_file_proto_mode = "disable_global", importpath = "github.com/blang/semver", sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=", version = "v3.5.1+incompatible", ) go_repository( name = "com_github_blang_semver_v4", build_file_proto_mode = "disable_global", importpath = "github.com/blang/semver/v4", sum = "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=", version = "v4.0.0", ) go_repository( name = "com_github_bluekeyes_hatpear", build_file_proto_mode = "disable_global", importpath = "github.com/bluekeyes/hatpear", sum = "h1:FA5diKynoYJi6YVTJPEDbe4MG6eA8h+7LYHUlm8bppc=", version = "v0.1.1", ) go_repository( name = "com_github_bmatcuk_doublestar_v2", build_file_proto_mode = "disable_global", importpath = "github.com/bmatcuk/doublestar/v2", sum = "h1:D6SI8MzWzXXBXZFS87cFL6s/n307lEU+thM2SUnge3g=", version = "v2.0.3", ) go_repository( name = "com_github_bmatcuk_doublestar_v4", build_file_proto_mode = "disable_global", importpath = "github.com/bmatcuk/doublestar/v4", sum = "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", version = "v4.6.1", ) go_repository( name = "com_github_bmizerany_assert", build_file_proto_mode = "disable_global", importpath = "github.com/bmizerany/assert", sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=", version = "v0.0.0-20160611221934-b7ed37b82869", ) go_repository( name = "com_github_boj_redistore", build_file_proto_mode = "disable_global", importpath = "github.com/boj/redistore", sum = "h1:RmdPFa+slIr4SCBg4st/l/vZWVe9QJKMXGO60Bxbe04=", version = "v0.0.0-20180917114910-cd5dcc76aeff", ) go_repository( name = "com_github_bombsimon_logrusr_v4", build_file_proto_mode = "disable_global", importpath = "github.com/bombsimon/logrusr/v4", sum = "h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=", version = "v4.1.0", ) go_repository( name = "com_github_boombuler_barcode", build_file_proto_mode = "disable_global", importpath = "github.com/boombuler/barcode", sum = "h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs=", version = "v1.0.1", ) go_repository( name = "com_github_bos_hieu_mongostore", build_file_proto_mode = "disable_global", importpath = "github.com/bos-hieu/mongostore", sum = "h1:RS2CLzHoRmI/6Cz+sldlva9lJxICHS6odDOGpoFgbUE=", version = "v0.0.2", ) go_repository( name = "com_github_bradfitz_gomemcache", build_file_proto_mode = "disable_global", importpath = "github.com/bradfitz/gomemcache", sum = "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=", version = "v0.0.0-20190913173617-a41fca850d0b", ) go_repository( name = "com_github_bradleyfalzon_ghinstallation_v2", build_file_proto_mode = "disable_global", importpath = "github.com/bradleyfalzon/ghinstallation/v2", sum = "h1:5+NghM1Zred9Z078QEZtm28G/kfDfZN/92gkDlLwGVA=", version = "v2.1.0", ) go_repository( name = "com_github_bradleypeabody_gorilla_sessions_memcache", build_file_proto_mode = "disable_global", importpath = "github.com/bradleypeabody/gorilla-sessions-memcache", sum = "h1:4QHxgr7hM4gVD8uOwrk8T1fjkKRLwaLjmTkU0ibhZKU=", version = "v0.0.0-20181103040241-659414f458e1", ) go_repository( name = "com_github_briandowns_spinner", build_file_proto_mode = "disable_global", importpath = "github.com/briandowns/spinner", sum = "h1:Dmz6bJXocvwkw7BOz4jpyVZReGrkjs+fBDWKn5tBES4=", version = "v0.0.0-20190212173954-5cf08d0ac778", ) go_repository( name = "com_github_bshuster_repo_logrus_logstash_hook", build_file_proto_mode = "disable_global", importpath = "github.com/bshuster-repo/logrus-logstash-hook", sum = "h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70=", version = "v1.0.0", ) go_repository( name = "com_github_bufbuild_protocompile", build_file_proto_mode = "disable_global", importpath = "github.com/bufbuild/protocompile", sum = "h1:Uu7WiSQ6Yj9DbkdnOe7U4mNKp58y9WDMKDn28/ZlunY=", version = "v0.6.0", ) go_repository( name = "com_github_buger_jsonparser", build_file_proto_mode = "disable_global", importpath = "github.com/buger/jsonparser", sum = "h1:y853v6rXx+zefEcjET3JuKAqvhj+FKflQijjeaSv2iA=", version = "v0.0.0-20180808090653-f4dd9f5a6b44", ) go_repository( name = "com_github_bugsnag_bugsnag_go", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/bugsnag-go", sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=", version = "v0.0.0-20141110184014-b1d153021fcd", ) go_repository( name = "com_github_bugsnag_osext", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/osext", sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=", version = "v0.0.0-20130617224835-0dd3f918b21b", ) go_repository( name = "com_github_bugsnag_panicwrap", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/panicwrap", sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=", version = "v0.0.0-20151223152923-e2c28503fcd0", ) go_repository( name = "com_github_buildkite_agent_v3", build_file_proto_mode = "disable_global", importpath = "github.com/buildkite/agent/v3", sum = "h1:yvzSjI8Lgifw883I8m9u8/L/Thxt4cLFd5aWPn3gg70=", version = "v3.62.0", ) go_repository( name = "com_github_buildkite_go_pipeline", build_file_proto_mode = "disable_global", importpath = "github.com/buildkite/go-pipeline", sum = "h1:SW4EaXNwfjow7xDRPGgX0Rcx+dPj5C1kV9LKCLjWGtM=", version = "v0.3.2", ) go_repository( name = "com_github_buildkite_interpolate", build_file_proto_mode = "disable_global", importpath = "github.com/buildkite/interpolate", sum = "h1:k6UDF1uPYOs0iy1HPeotNa155qXRWrzKnqAaGXHLZCE=", version = "v0.0.0-20200526001904-07f35b4ae251", ) go_repository( name = "com_github_burntsushi_toml", build_file_proto_mode = "disable_global", importpath = "github.com/BurntSushi/toml", sum = "h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=", version = "v1.3.2", ) go_repository( name = "com_github_burntsushi_xgb", build_file_proto_mode = "disable_global", importpath = "github.com/BurntSushi/xgb", sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", version = "v0.0.0-20160522181843-27f122750802", ) go_repository( name = "com_github_bwesterb_go_ristretto", build_file_proto_mode = "disable_global", importpath = "github.com/bwesterb/go-ristretto", sum = "h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/JMzngw=", version = "v1.2.3", ) go_repository( name = "com_github_bytedance_sonic", build_file_proto_mode = "disable_global", importpath = "github.com/bytedance/sonic", sum = "h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=", version = "v1.11.6", ) go_repository( name = "com_github_bytedance_sonic_loader", build_file_proto_mode = "disable_global", importpath = "github.com/bytedance/sonic/loader", sum = "h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=", version = "v0.1.1", ) go_repository( name = "com_github_c_bata_go_prompt", build_file_proto_mode = "disable_global", importpath = "github.com/c-bata/go-prompt", sum = "h1:POP+nrHE+DfLYx370bedwNhsqmpCUynWPxuHi0C5vZI=", version = "v0.2.6", ) go_repository( name = "com_github_campoy_embedmd", build_file_proto_mode = "disable_global", importpath = "github.com/campoy/embedmd", sum = "h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=", version = "v1.0.0", ) go_repository( name = "com_github_casbin_casbin_v2", build_file_proto_mode = "disable_global", importpath = "github.com/casbin/casbin/v2", sum = "h1:/poEwPSovi4bTOcP752/CsTQiRz2xycyVKFG7GUhbDw=", version = "v2.37.0", ) go_repository( name = "com_github_cavaliercoder_badio", build_file_proto_mode = "disable_global", importpath = "github.com/cavaliercoder/badio", sum = "h1:YYUjy5BRwO5zPtfk+aa2gw255FIIoi93zMmuy19o0bc=", version = "v0.0.0-20160213150051-ce5280129e9e", ) go_repository( name = "com_github_cavaliercoder_go_rpm", build_file_proto_mode = "disable_global", importpath = "github.com/cavaliercoder/go-rpm", sum = "h1:jP7ki8Tzx9ThnFPLDhBYAhEpI2+jOURnHQNURgsMvnY=", version = "v0.0.0-20200122174316-8cb9fd9c31a8", ) go_repository( name = "com_github_cavaliergopher_cpio", build_file_proto_mode = "disable_global", importpath = "github.com/cavaliergopher/cpio", sum = "h1:KQFSeKmZhv0cr+kawA3a0xTQCU4QxXF1vhU7P7av2KM=", version = "v1.0.1", ) go_repository( name = "com_github_cenkalti_backoff", build_file_proto_mode = "disable_global", importpath = "github.com/cenkalti/backoff", sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=", version = "v2.2.1+incompatible", ) go_repository( name = "com_github_cenkalti_backoff_v3", build_file_proto_mode = "disable_global", importpath = "github.com/cenkalti/backoff/v3", sum = "h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M=", version = "v3.2.2", ) go_repository( name = "com_github_cenkalti_backoff_v4", build_file_proto_mode = "disable_global", importpath = "github.com/cenkalti/backoff/v4", sum = "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=", version = "v4.2.1", ) go_repository( name = "com_github_census_instrumentation_opencensus_proto", build_file_proto_mode = "disable_global", importpath = "github.com/census-instrumentation/opencensus-proto", replace = "github.com/census-instrumentation/opencensus-proto", sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=", version = "v0.2.1", ) go_repository( name = "com_github_cert_manager_cert_manager", build_file_proto_mode = "disable_global", importpath = "github.com/cert-manager/cert-manager", sum = "h1:uuM1O2g2S80nxiH3eW2cZYMGiL2zmDFVdAzg8sibWuc=", version = "v1.14.5", ) go_repository( name = "com_github_cert_manager_issuer_lib", build_directives = [ "gazelle:resolve go go github.com/cert-manager/issuer-lib/conditions @com_github_cert_manager_issuer_lib//conditions:conditions", ], # keep. gazelle is incorrectly generating //conditions:conditions as the label for this import build_file_proto_mode = "disable_global", importpath = "github.com/cert-manager/issuer-lib", sum = "h1:1Fo13ljnYbs2tR4pyRjFbeF1CGcWHTXYQbWRLIGlGrE=", version = "v0.7.0", ) go_repository( name = "com_github_cespare_xxhash", build_file_proto_mode = "disable_global", importpath = "github.com/cespare/xxhash", sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", version = "v1.1.0", ) go_repository( name = "com_github_cespare_xxhash_v2", build_file_proto_mode = "disable_global", importpath = "github.com/cespare/xxhash/v2", sum = "h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=", version = "v2.3.0", ) go_repository( name = "com_github_chai2010_gettext_go", build_file_proto_mode = "disable_global", importpath = "github.com/chai2010/gettext-go", sum = "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=", version = "v1.0.2", ) go_repository( name = "com_github_charmbracelet_bubbles", build_file_proto_mode = "disable_global", importpath = "github.com/charmbracelet/bubbles", sum = "h1:PYv1A036luoBGroX6VWjQIE9Syf2Wby2oOl/39KLfy0=", version = "v0.18.0", ) go_repository( name = "com_github_charmbracelet_bubbletea", build_file_proto_mode = "disable_global", importpath = "github.com/charmbracelet/bubbletea", sum = "h1:bAfwk7jRz7FKFl9RzlIULPkStffg5k6pNt5dywy4TcM=", version = "v0.25.0", ) go_repository( name = "com_github_charmbracelet_glamour", build_file_proto_mode = "disable_global", importpath = "github.com/charmbracelet/glamour", sum = "h1:2BtKGZ4iVJCDfMF229EzbeR1QRKLWztO9dMtjmqZSng=", version = "v0.7.0", ) go_repository( name = "com_github_charmbracelet_lipgloss", build_file_proto_mode = "disable_global", importpath = "github.com/charmbracelet/lipgloss", sum = "h1:0FwZb0wTiyalb8QQlILWyIuh3nF5wok6j9D9oUQwfQY=", version = "v0.10.1-0.20240413172830-d0be07ea6b9c", ) go_repository( name = "com_github_charmbracelet_x_exp_term", build_file_proto_mode = "disable_global", importpath = "github.com/charmbracelet/x/exp/term", sum = "h1:1BXkZqDueTOBECyDoFGRi0xMYgjJ6vvoPIkWyKOwzTc=", version = "v0.0.0-20240425164147-ba2a9512b05f", ) go_repository( name = "com_github_checkpoint_restore_go_criu_v4", build_file_proto_mode = "disable_global", importpath = "github.com/checkpoint-restore/go-criu/v4", sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=", version = "v4.1.0", ) go_repository( name = "com_github_checkpoint_restore_go_criu_v5", build_file_proto_mode = "disable_global", importpath = "github.com/checkpoint-restore/go-criu/v5", sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=", version = "v5.3.0", ) go_repository( name = "com_github_cheggaaa_pb", build_file_proto_mode = "disable_global", importpath = "github.com/cheggaaa/pb", sum = "h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=", version = "v1.0.29", ) go_repository( name = "com_github_chenzhuoyu_base64x", build_file_proto_mode = "disable_global", importpath = "github.com/chenzhuoyu/base64x", sum = "h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams=", version = "v0.0.0-20221115062448-fe3a3abad311", ) go_repository( name = "com_github_chrismellard_docker_credential_acr_env", build_file_proto_mode = "disable_global", importpath = "github.com/chrismellard/docker-credential-acr-env", sum = "h1:krfRl01rzPzxSxyLyrChD+U+MzsBXbm0OwYYB67uF+4=", version = "v0.0.0-20230304212654-82a0ddb27589", ) go_repository( name = "com_github_chromedp_cdproto", build_file_proto_mode = "disable_global", importpath = "github.com/chromedp/cdproto", sum = "h1:aPflPkRFkVwbW6dmcVqfgwp1i+UWGFH6VgR1Jim5Ygc=", version = "v0.0.0-20230802225258-3cf4e6d46a89", ) go_repository( name = "com_github_chromedp_chromedp", build_file_proto_mode = "disable_global", importpath = "github.com/chromedp/chromedp", sum = "h1:dKtNz4kApb06KuSXoTQIyUC2TrA0fhGDwNZf3bcgfKw=", version = "v0.9.2", ) go_repository( name = "com_github_chromedp_sysutil", build_file_proto_mode = "disable_global", importpath = "github.com/chromedp/sysutil", sum = "h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic=", version = "v1.0.0", ) go_repository( name = "com_github_chzyer_logex", build_file_proto_mode = "disable_global", importpath = "github.com/chzyer/logex", sum = "h1:XHDu3E6q+gdHgsdTPH6ImJMIp436vR6MPtH8gP05QzM=", version = "v1.2.1", ) go_repository( name = "com_github_chzyer_readline", build_file_proto_mode = "disable_global", importpath = "github.com/chzyer/readline", sum = "h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI=", version = "v1.5.1", ) go_repository( name = "com_github_chzyer_test", build_file_proto_mode = "disable_global", importpath = "github.com/chzyer/test", sum = "h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04=", version = "v1.0.0", ) go_repository( name = "com_github_cihub_seelog", build_file_proto_mode = "disable_global", importpath = "github.com/cihub/seelog", sum = "h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs=", version = "v0.0.0-20170130134532-f561c5e57575", ) go_repository( name = "com_github_cilium_ebpf", build_file_proto_mode = "disable_global", importpath = "github.com/cilium/ebpf", sum = "h1:64sn2K3UKw8NbP/blsixRpF3nXuyhz/VjRlRzvlBRu4=", version = "v0.9.1", ) go_repository( name = "com_github_clarketm_json", build_file_proto_mode = "disable_global", importpath = "github.com/clarketm/json", sum = "h1:zWsOtfj736/nP76KiS0HpcyO6W50ojEodx7T4LW4NMc=", version = "v1.15.7", ) go_repository( name = "com_github_clbanning_mxj", build_file_proto_mode = "disable_global", importpath = "github.com/clbanning/mxj", sum = "h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=", version = "v1.8.4", ) go_repository( name = "com_github_clbanning_mxj_v2", build_file_proto_mode = "disable_global", importpath = "github.com/clbanning/mxj/v2", sum = "h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=", version = "v2.7.0", ) go_repository( name = "com_github_cli_browser", build_file_proto_mode = "disable_global", importpath = "github.com/cli/browser", sum = "h1:LejqCrpWr+1pRqmEPDGnTZOjsMe7sehifLynZJuqJpo=", version = "v1.3.0", ) go_repository( name = "com_github_cli_go_gh_v2", build_file_proto_mode = "disable_global", importpath = "github.com/cli/go-gh/v2", sum = "h1:amAyfqMWQTBdue8iTmDUegGZK7c8kk6WCxD9l/wLtGI=", version = "v2.11.1", ) go_repository( name = "com_github_cli_safeexec", build_file_proto_mode = "disable_global", importpath = "github.com/cli/safeexec", sum = "h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI=", version = "v1.0.0", ) go_repository( name = "com_github_cli_shurcool_graphql", build_file_proto_mode = "disable_global", importpath = "github.com/cli/shurcooL-graphql", sum = "h1:6MogPnQJLjKkaXPyGqPRXOI2qCsQdqNfUY1QSJu2GuY=", version = "v0.0.4", ) go_repository( name = "com_github_clickhouse_clickhouse_go", build_file_proto_mode = "disable_global", importpath = "github.com/ClickHouse/clickhouse-go", sum = "h1:iAFMa2UrQdR5bHJ2/yaSLffZkxpcOYQMCUuKeNXGdqc=", version = "v1.4.3", ) go_repository( name = "com_github_client9_misspell", build_file_proto_mode = "disable_global", importpath = "github.com/client9/misspell", sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", version = "v0.3.4", ) go_repository( name = "com_github_cloudflare_circl", build_file_proto_mode = "disable_global", importpath = "github.com/cloudflare/circl", patches = ["//hack/patches/bazel:circl-cgo.patch"], sum = "h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=", version = "v1.3.7", ) go_repository( name = "com_github_cloudflare_golz4", build_file_proto_mode = "disable_global", importpath = "github.com/cloudflare/golz4", sum = "h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=", version = "v0.0.0-20150217214814-ef862a3cdc58", ) go_repository( name = "com_github_cloudwego_base64x", build_file_proto_mode = "disable_global", importpath = "github.com/cloudwego/base64x", sum = "h1:jwCgWpFanWmN8xoIUHa2rtzmkd5J2plF/dnLS6Xd/0Y=", version = "v0.1.4", ) go_repository( name = "com_github_cloudwego_iasm", build_file_proto_mode = "disable_global", importpath = "github.com/cloudwego/iasm", sum = "h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg=", version = "v0.2.0", ) go_repository( name = "com_github_cncf_udpa_go", build_file_proto_mode = "disable_global", importpath = "github.com/cncf/udpa/go", sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=", version = "v0.0.0-20220112060539-c52dc94e7fbe", ) go_repository( name = "com_github_cncf_xds_go", build_file_proto_mode = "disable_global", importpath = "github.com/cncf/xds/go", sum = "h1:DBmgJDC9dTfkVyGgipamEh2BpGYxScCH1TOF1LL1cXc=", version = "v0.0.0-20240318125728-8a4994d93e50", ) go_repository( name = "com_github_cockroachdb_apd", build_file_proto_mode = "disable_global", importpath = "github.com/cockroachdb/apd", sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=", version = "v1.1.0", ) go_repository( name = "com_github_cockroachdb_apd_v3", build_file_proto_mode = "disable_global", importpath = "github.com/cockroachdb/apd/v3", sum = "h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=", version = "v3.2.1", ) go_repository( name = "com_github_cockroachdb_cockroach_go", build_file_proto_mode = "disable_global", importpath = "github.com/cockroachdb/cockroach-go", sum = "h1:i1XXyBMAGL7NqogtoS6NHQ/IJwCbG0R725hAhEhldOI=", version = "v0.0.0-20200312223839-f565e4789405", ) go_repository( name = "com_github_cockroachdb_cockroach_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/cockroachdb/cockroach-go/v2", sum = "h1:3XzfSMuUT0wBe1a3o5C0eOTcArhmmFAg2Jzh/7hhKqo=", version = "v2.1.1", ) go_repository( name = "com_github_cockroachdb_datadriven", build_file_proto_mode = "disable_global", importpath = "github.com/cockroachdb/datadriven", sum = "h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=", version = "v1.0.2", ) go_repository( name = "com_github_codahale_hdrhistogram", build_file_proto_mode = "disable_global", importpath = "github.com/codahale/hdrhistogram", sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=", version = "v0.0.0-20161010025455-3a0bb77429bd", ) go_repository( name = "com_github_codahale_rfc6979", build_file_proto_mode = "disable_global", importpath = "github.com/codahale/rfc6979", sum = "h1:EDmT6Q9Zs+SbUoc7Ik9EfrFqcylYqgPZ9ANSbTAntnE=", version = "v0.0.0-20141003034818-6a90f24967eb", ) go_repository( name = "com_github_codegangsta_inject", build_file_proto_mode = "disable_global", importpath = "github.com/codegangsta/inject", sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", version = "v0.0.0-20150114235600-33e0aa1cb7c0", ) go_repository( name = "com_github_codegangsta_negroni", build_file_proto_mode = "disable_global", importpath = "github.com/codegangsta/negroni", sum = "h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=", version = "v1.0.0", ) go_repository( name = "com_github_codeskyblue_go_sh", build_file_proto_mode = "disable_global", importpath = "github.com/codeskyblue/go-sh", sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=", version = "v0.0.0-20200712050446-30169cf553fe", ) go_repository( name = "com_github_common_nighthawk_go_figure", build_file_proto_mode = "disable_global", importpath = "github.com/common-nighthawk/go-figure", sum = "h1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=", version = "v0.0.0-20210622060536-734e95fb86be", ) go_repository( name = "com_github_container_orchestrated_devices_container_device_interface", build_file_proto_mode = "disable_global", importpath = "github.com/container-orchestrated-devices/container-device-interface", sum = "h1:mz77uJoP8im/4Zins+mPqt677ZMaflhoGaYrRAl5jvA=", version = "v0.6.1", ) go_repository( name = "com_github_container_storage_interface_spec", build_file_proto_mode = "disable_global", importpath = "github.com/container-storage-interface/spec", sum = "h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI=", version = "v1.8.0", ) go_repository( name = "com_github_containerd_aufs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/aufs", sum = "h1:2oeJiwX5HstO7shSrPZjrohJZLzK36wvpdmzDRkL/LY=", version = "v1.0.0", ) go_repository( name = "com_github_containerd_btrfs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/btrfs", sum = "h1:osn1exbzdub9L5SouXO5swW4ea/xVdJZ3wokxN5GrnA=", version = "v1.0.0", ) go_repository( name = "com_github_containerd_btrfs_v2", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/btrfs/v2", sum = "h1:FN4wsx7KQrYoLXN7uLP0vBV4oVWHOIKDRQ1G2Z0oL5M=", version = "v2.0.0", ) go_repository( name = "com_github_containerd_cgroups", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/cgroups", sum = "h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=", version = "v1.1.0", ) go_repository( name = "com_github_containerd_cgroups_v3", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/cgroups/v3", sum = "h1:f5WFqIVSgo5IZmtTT3qVBo6TzI1ON6sycSBKkymb9L0=", version = "v3.0.2", ) go_repository( name = "com_github_containerd_console", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/console", sum = "h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=", version = "v1.0.4", ) go_repository( name = "com_github_containerd_containerd", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/containerd", sum = "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=", version = "v1.7.12", ) go_repository( name = "com_github_containerd_continuity", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/continuity", sum = "h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=", version = "v0.4.2", ) go_repository( name = "com_github_containerd_fifo", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/fifo", sum = "h1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY=", version = "v1.1.0", ) go_repository( name = "com_github_containerd_go_cni", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/go-cni", sum = "h1:ORi7P1dYzCwVM6XPN4n3CbkuOx/NZ2DOqy+SHRdo9rU=", version = "v1.1.9", ) go_repository( name = "com_github_containerd_go_runc", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/go-runc", sum = "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=", version = "v1.0.0", ) go_repository( name = "com_github_containerd_imgcrypt", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/imgcrypt", sum = "h1:WSf9o9EQ0KGHiUx2ESFZ+PKf4nxK9BcvV/nJDX8RkB4=", version = "v1.1.7", ) go_repository( name = "com_github_containerd_log", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/log", sum = "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=", version = "v0.1.0", ) go_repository( name = "com_github_containerd_nri", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/nri", sum = "h1:PjgIBm0RtUiFyEO6JqPBQZRQicbsIz41Fz/5VSC0zgw=", version = "v0.4.0", ) go_repository( name = "com_github_containerd_stargz_snapshotter_estargz", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/stargz-snapshotter/estargz", sum = "h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=", version = "v0.14.3", ) go_repository( name = "com_github_containerd_ttrpc", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/ttrpc", sum = "h1:9vqZr0pxwOF5koz6N0N3kJ0zDHokrcPxIR/ZR2YFtOs=", version = "v1.2.2", ) go_repository( name = "com_github_containerd_typeurl", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/typeurl", sum = "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=", version = "v1.0.2", ) go_repository( name = "com_github_containerd_typeurl_v2", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/typeurl/v2", sum = "h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=", version = "v2.1.1", ) go_repository( name = "com_github_containerd_zfs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/zfs", sum = "h1:n7OZ7jZumLIqNJqXrEc/paBM840mORnmGdJDmAmJZHM=", version = "v1.1.0", ) go_repository( name = "com_github_containernetworking_cni", build_file_proto_mode = "disable_global", importpath = "github.com/containernetworking/cni", sum = "h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl31EQbXALQ=", version = "v1.1.2", ) go_repository( name = "com_github_containernetworking_plugins", build_file_proto_mode = "disable_global", importpath = "github.com/containernetworking/plugins", sum = "h1:SWgg3dQG1yzUo4d9iD8cwSVh1VqI+bP7mkPDoSfP9VU=", version = "v1.2.0", ) go_repository( name = "com_github_containers_ocicrypt", build_file_proto_mode = "disable_global", importpath = "github.com/containers/ocicrypt", sum = "h1:uoG52u2e91RE4UqmBICZY8dNshgfvkdl3BW6jnxiFaI=", version = "v1.1.6", ) go_repository( name = "com_github_coredns_caddy", build_file_proto_mode = "disable_global", importpath = "github.com/coredns/caddy", sum = "h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=", version = "v1.1.1", ) go_repository( name = "com_github_coredns_corefile_migration", build_file_proto_mode = "disable_global", importpath = "github.com/coredns/corefile-migration", sum = "h1:W/DCETrHDiFo0Wj03EyMkaQ9fwsmSgqTCQDHpceaSsE=", version = "v1.0.21", ) go_repository( name = "com_github_coreos_bbolt", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/bbolt", sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", version = "v1.3.2", ) go_repository( name = "com_github_coreos_etcd", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/etcd", sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=", version = "v3.3.13+incompatible", ) go_repository( name = "com_github_coreos_go_etcd", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-etcd", sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_coreos_go_iptables", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-iptables", sum = "h1:mw6SAibtHKZcNzAsOxjoHIG0gy5YFHhypWSSNc6EjbQ=", version = "v0.5.0", ) go_repository( name = "com_github_coreos_go_oidc", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-oidc", sum = "h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk=", version = "v2.2.1+incompatible", ) go_repository( name = "com_github_coreos_go_oidc_v3", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-oidc/v3", sum = "h1:tDnXHnLyiTVyT/2zLDGj09pFPkhND8Gl8lnTRhoEaJU=", version = "v3.10.0", ) go_repository( name = "com_github_coreos_go_semver", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-semver", sum = "h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=", version = "v0.3.1", ) go_repository( name = "com_github_coreos_go_systemd", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-systemd", sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=", version = "v0.0.0-20190719114852-fd7a80b32e1f", ) go_repository( name = "com_github_coreos_go_systemd_v22", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-systemd/v22", sum = "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=", version = "v22.5.0", ) go_repository( name = "com_github_coreos_pkg", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/pkg", sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", version = "v0.0.0-20180928190104-399ea9e2e55f", ) go_repository( name = "com_github_cpu_goacmedns", build_file_proto_mode = "disable_global", importpath = "github.com/cpu/goacmedns", sum = "h1:DM3H2NiN2oam7QljgGY5ygy4yDXhK5Z4JUnqaugs2C4=", version = "v0.1.1", ) go_repository( name = "com_github_cpuguy83_go_md2man", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man", sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", version = "v1.0.10", ) go_repository( name = "com_github_cpuguy83_go_md2man_v2", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man/v2", sum = "h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=", version = "v2.0.4", ) go_repository( name = "com_github_creack_pty", build_file_proto_mode = "disable_global", importpath = "github.com/creack/pty", sum = "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=", version = "v1.1.18", ) go_repository( name = "com_github_crewjam_httperr", build_file_proto_mode = "disable_global", importpath = "github.com/crewjam/httperr", sum = "h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=", version = "v0.0.0-20190612203328-a946449404da", ) go_repository( name = "com_github_crewjam_saml", build_file_proto_mode = "disable_global", importpath = "github.com/crewjam/saml", sum = "h1:H9u+6CZAESUKHxMyxUbVn0IawYvKZn4nt3d4ccV4O/M=", version = "v0.4.5", ) go_repository( name = "com_github_cucumber_godog", build_file_proto_mode = "disable_global", importpath = "github.com/cucumber/godog", sum = "h1:lVb+X41I4YDreE+ibZ50bdXmySxgRviYFgKY6Aw4XE8=", version = "v0.8.1", ) go_repository( name = "com_github_cyberark_conjur_api_go", build_file_proto_mode = "disable_global", importpath = "github.com/cyberark/conjur-api-go", sum = "h1:vjaMkw0geJsA+ikMM6UDLg4VLFQWKo/B0i9IWlOQ1f0=", version = "v0.11.1", ) go_repository( name = "com_github_cyberphone_json_canonicalization", build_file_proto_mode = "disable_global", importpath = "github.com/cyberphone/json-canonicalization", sum = "h1:2Dx4IHfC1yHWI12AxQDJM1QbRCDfk6M+blLzlZCXdrc=", version = "v0.0.0-20231011164504-785e29786b46", ) go_repository( name = "com_github_cyphar_filepath_securejoin", build_file_proto_mode = "disable_global", importpath = "github.com/cyphar/filepath-securejoin", sum = "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=", version = "v0.2.4", ) go_repository( name = "com_github_cznic_mathutil", build_file_proto_mode = "disable_global", importpath = "github.com/cznic/mathutil", sum = "h1:XNT/Zf5l++1Pyg08/HV04ppB0gKxAqtZQBRYiYrUuYk=", version = "v0.0.0-20180504122225-ca4c9f2c1369", ) go_repository( name = "com_github_d2g_dhcp4", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4", sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=", version = "v0.0.0-20170904100407-a1d1b6c41b1c", ) go_repository( name = "com_github_d2g_dhcp4client", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4client", sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=", version = "v1.0.0", ) go_repository( name = "com_github_d2g_dhcp4server", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4server", sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=", version = "v0.0.0-20181031114812-7d4a0a7f59a5", ) go_repository( name = "com_github_d2g_hardwareaddr", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/hardwareaddr", sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=", version = "v0.0.0-20190221164911-e7d9fbe030e4", ) go_repository( name = "com_github_danieljoos_wincred", build_file_proto_mode = "disable_global", importpath = "github.com/danieljoos/wincred", sum = "h1:dl9cBrupW8+r5250DYkYxocLeZ1Y4vB1kxgtjxw8GQs=", version = "v1.2.1", ) go_repository( name = "com_github_danwakefield_fnmatch", build_file_proto_mode = "disable_global", importpath = "github.com/danwakefield/fnmatch", sum = "h1:y5HC9v93H5EPKqaS1UYVg1uYah5Xf51mBfIoWehClUQ=", version = "v0.0.0-20160403171240-cbb64ac3d964", ) go_repository( name = "com_github_data_dog_go_sqlmock", build_file_proto_mode = "disable_global", importpath = "github.com/DATA-DOG/go-sqlmock", sum = "h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=", version = "v1.5.2", ) go_repository( name = "com_github_datadog_datadog_go", build_file_proto_mode = "disable_global", importpath = "github.com/DataDog/datadog-go", sum = "h1:Dq8Dr+4sV1gBO1sHDWdW+4G+PdsA+YSJOK925MxrrCY=", version = "v4.0.0+incompatible", ) go_repository( name = "com_github_datawire_ambassador_v2", build_file_proto_mode = "disable_global", importpath = "github.com/datawire/ambassador/v2", sum = "h1:u50ztMPj7lVS9o+D/ZLfjlE9OLL8sgZFauqIEC/OP/Q=", version = "v2.5.1", ) go_repository( name = "com_github_datawire_dlib", build_file_proto_mode = "disable_global", importpath = "github.com/datawire/dlib", sum = "h1:KkmyXU1kwm3oPBk1ypR70YbcOlEXWzEbx5RE0iRXTGk=", version = "v1.3.0", ) go_repository( name = "com_github_datawire_dtest", build_file_proto_mode = "disable_global", importpath = "github.com/datawire/dtest", sum = "h1:Yz+xVYWkSARvfJ0e3LWwF1N5F+zJI9pCZ9R41OtkrKE=", version = "v0.0.0-20210928162311-722b199c4c2f", ) go_repository( name = "com_github_datawire_go_mkopensource", build_file_proto_mode = "disable_global", importpath = "github.com/datawire/go-mkopensource", sum = "h1:tuzUK2oSr7CrfBZWynWxcbTmbrpvGqzR/PuLYXwZHok=", version = "v0.0.7", ) go_repository( name = "com_github_davecgh_go_spew", build_file_proto_mode = "disable_global", importpath = "github.com/davecgh/go-spew", sum = "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=", version = "v1.1.2-0.20180830191138-d8f796af33cc", ) go_repository( name = "com_github_daviddengcn_go_colortext", build_file_proto_mode = "disable_global", importpath = "github.com/daviddengcn/go-colortext", sum = "h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE=", version = "v1.0.0", ) go_repository( name = "com_github_dchest_uniuri", build_file_proto_mode = "disable_global", importpath = "github.com/dchest/uniuri", sum = "h1:74lLNRzvsdIlkTgfDSMuaPjBr4cf6k7pwQQANm/yLKU=", version = "v0.0.0-20160212164326-8902c56451e9", ) go_repository( name = "com_github_deathowl_go_metrics_prometheus", build_file_proto_mode = "disable_global", importpath = "github.com/deathowl/go-metrics-prometheus", sum = "h1:vhS5LxjRvIc6ptzKtTjzYV2rEsuAvTtez27UJkKIrjc=", version = "v0.0.0-20200518174047-74482eab5bfb", ) go_repository( name = "com_github_decred_dcrd_crypto_blake256", build_file_proto_mode = "disable_global", importpath = "github.com/decred/dcrd/crypto/blake256", sum = "h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y=", version = "v1.0.1", ) go_repository( name = "com_github_decred_dcrd_dcrec_secp256k1_v4", build_file_proto_mode = "disable_global", importpath = "github.com/decred/dcrd/dcrec/secp256k1/v4", sum = "h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg=", version = "v4.3.0", ) go_repository( name = "com_github_delineaxpm_dsv_sdk_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/DelineaXPM/dsv-sdk-go/v2", sum = "h1:cmX2QC9s5kPqmghWLLZP8YRFO1ZD/C59BpNH2ujP99w=", version = "v2.1.2", ) go_repository( name = "com_github_denisenkom_go_mssqldb", build_file_proto_mode = "disable_global", importpath = "github.com/denisenkom/go-mssqldb", sum = "h1:9rHa233rhdOyrz2GcP9NM+gi2psgJZ4GWDpL/7ND8HI=", version = "v0.11.0", ) go_repository( name = "com_github_denverdino_aliyungo", build_file_proto_mode = "disable_global", importpath = "github.com/denverdino/aliyungo", sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=", version = "v0.0.0-20190125010748-a747050bb1ba", ) go_repository( name = "com_github_depcheck_test_depcheck_test", build_file_proto_mode = "disable_global", importpath = "github.com/depcheck-test/depcheck-test", sum = "h1:foGzavPWwtoyBvjWyKJYDYsyzy+23iBV7NKTwdk+LRY=", version = "v0.0.0-20220607135614-199033aaa936", ) go_repository( name = "com_github_dgraph_io_ristretto", build_file_proto_mode = "disable_global", importpath = "github.com/dgraph-io/ristretto", sum = "h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI=", version = "v0.0.3", ) go_repository( name = "com_github_dgrijalva_jwt_go", build_file_proto_mode = "disable_global", importpath = "github.com/dgrijalva/jwt-go", sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", version = "v3.2.0+incompatible", ) go_repository( name = "com_github_dgryski_go_farm", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/go-farm", sum = "h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=", version = "v0.0.0-20190423205320-6a90982ecee2", ) go_repository( name = "com_github_dgryski_go_rendezvous", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/go-rendezvous", sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=", version = "v0.0.0-20200823014737-9f7001d12a5f", ) go_repository( name = "com_github_dgryski_go_sip13", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/go-sip13", sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", version = "v0.0.0-20181026042036-e10d5fee7954", ) go_repository( name = "com_github_dgryski_trifles", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/trifles", sum = "h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g=", version = "v0.0.0-20200323201526-dd97f9abfb48", ) go_repository( name = "com_github_dhui_dktest", build_file_proto_mode = "disable_global", importpath = "github.com/dhui/dktest", sum = "h1:jWjWgHAPDAdqgUr7lAsB3bqB2DKWC3OaA+isfekjRew=", version = "v0.3.7", ) go_repository( name = "com_github_digitalocean_godo", build_file_proto_mode = "disable_global", importpath = "github.com/digitalocean/godo", sum = "h1:P72IbmGFQvKOvyjVLyT59bmHxilA4E5hWi40rF4zNQc=", version = "v1.107.0", ) go_repository( name = "com_github_digitorus_pkcs7", build_file_proto_mode = "disable_global", importpath = "github.com/digitorus/pkcs7", sum = "h1:ge14PCmCvPjpMQMIAH7uKg0lrtNSOdpYsRXlwk3QbaE=", version = "v0.0.0-20230818184609-3a137a874352", ) go_repository( name = "com_github_digitorus_timestamp", build_file_proto_mode = "disable_global", importpath = "github.com/digitorus/timestamp", sum = "h1:lxmTCgmHE1GUYL7P0MlNa00M67axePTq+9nBSGddR8I=", version = "v0.0.0-20231217203849-220c5c2851b7", ) go_repository( name = "com_github_dimchansky_utfbom", build_file_proto_mode = "disable_global", importpath = "github.com/dimchansky/utfbom", sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=", version = "v1.1.1", ) go_repository( name = "com_github_distribution_distribution_v3", build_file_proto_mode = "disable_global", importpath = "github.com/distribution/distribution/v3", sum = "h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=", version = "v3.0.0-20221208165359-362910506bc2", ) go_repository( name = "com_github_distribution_reference", build_file_proto_mode = "disable_global", importpath = "github.com/distribution/reference", sum = "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=", version = "v0.5.0", ) go_repository( name = "com_github_djherbis_times", build_file_proto_mode = "disable_global", importpath = "github.com/djherbis/times", sum = "h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=", version = "v1.6.0", ) go_repository( name = "com_github_dlclark_regexp2", build_file_proto_mode = "disable_global", importpath = "github.com/dlclark/regexp2", sum = "h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0=", version = "v1.10.0", ) go_repository( name = "com_github_dnaeon_go_vcr", build_file_proto_mode = "disable_global", importpath = "github.com/dnaeon/go-vcr", sum = "h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY=", version = "v1.0.1", ) go_repository( name = "com_github_docker_cli", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-known_import=vbom.ml/util/sortorder", "-known_import=github.com/moby/buildkit", "-known_import=github.com/docker/swarmkit/api", "-known_import=k8s.io/kubernetes/pkg/api/v1/pod", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/cli", sum = "h1:3Llw3kcE1gOScEojA247iDD+p1l9hHeC7H3vf3Zd5fk=", version = "v25.0.5+incompatible", ) go_repository( name = "com_github_docker_distribution", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/distribution", sum = "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=", version = "v2.8.3+incompatible", ) go_repository( name = "com_github_docker_docker", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-known_import=github.com/docker/libnetwork", "-known_import=github.com/moby/buildkit", "-known_import=github.com/docker/swarmkit/agent/exec", "-known_import=github.com/docker/swarmkit/ca", "-known_import=github.com/seccomp/libseccomp-golang", "-exclude=pkg/devicemapper", "-exclude=daemon", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/docker", sum = "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=", version = "v25.0.5+incompatible", ) go_repository( name = "com_github_docker_docker_credential_helpers", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-exclude=secretservice", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/docker-credential-helpers", sum = "h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=", version = "v0.8.0", ) go_repository( name = "com_github_docker_go_connections", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-connections", sum = "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=", version = "v0.5.0", ) go_repository( name = "com_github_docker_go_events", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-events", sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=", version = "v0.0.0-20190806004212-e31b211e4f1c", ) go_repository( name = "com_github_docker_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-metrics", sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=", version = "v0.0.1", ) go_repository( name = "com_github_docker_go_units", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-units", sum = "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=", version = "v0.5.0", ) go_repository( name = "com_github_docker_libtrust", build_file_proto_mode = "disable_global", importpath = "github.com/docker/libtrust", sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=", version = "v0.0.0-20150114040149-fa567046d9b1", ) go_repository( name = "com_github_docopt_docopt_go", build_file_proto_mode = "disable_global", importpath = "github.com/docopt/docopt-go", sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=", version = "v0.0.0-20180111231733-ee0de3bc6815", ) go_repository( name = "com_github_donovanhide_eventsource", build_file_proto_mode = "disable_global", importpath = "github.com/donovanhide/eventsource", sum = "h1:C7t6eeMaEQVy6e8CarIhscYQlNmw5e3G36y7l7Y21Ao=", version = "v0.0.0-20210830082556-c59027999da0", ) go_repository( name = "com_github_dop251_goja", build_file_proto_mode = "disable_global", importpath = "github.com/dop251/goja", sum = "h1:wi6jN5LVt/ljaBG4ue79Ekzb12QfJ52L9Q98tl8SWhw=", version = "v0.0.0-20231027120936-b396bb4c349d", ) go_repository( name = "com_github_dop251_goja_nodejs", build_file_proto_mode = "disable_global", importpath = "github.com/dop251/goja_nodejs", sum = "h1:W1n4DvpzZGOISgp7wWNtraLcHtnmnTwBlJidqtMIuwQ=", version = "v0.0.0-20211022123610-8dd9abb0616d", ) go_repository( name = "com_github_doug_martin_goqu_v9", build_file_proto_mode = "disable_global", importpath = "github.com/doug-martin/goqu/v9", sum = "h1:/6bcuEtAe6nsSMVK/M+fOiXUNfyFF3yYtE07DBPFMYY=", version = "v9.18.0", ) go_repository( name = "com_github_drone_envsubst_v2", build_file_proto_mode = "disable_global", importpath = "github.com/drone/envsubst/v2", sum = "h1:7QPwrLT79GlD5sizHf27aoY2RTvw62mO6x7mxkScNk0=", version = "v2.0.0-20210730161058-179042472c46", ) go_repository( name = "com_github_dsnet_compress", build_file_proto_mode = "disable_global", importpath = "github.com/dsnet/compress", sum = "h1:iFaUwBSo5Svw6L7HYpRu/0lE3e0BaElwnNO1qkNQxBY=", version = "v0.0.2-0.20210315054119-f66993602bf5", ) go_repository( name = "com_github_dsoprea_go_exif_v2", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-exif/v2", sum = "h1:bVaiYo8amn7Lu93sz6mTlYB3EtLG9aRcMnM1Eps8fmM=", version = "v2.0.0-20200321225314-640175a69fe4", ) go_repository( name = "com_github_dsoprea_go_exif_v3", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-exif/v3", sum = "h1:/IE4iW7gvY7BablV1XY0unqhMv26EYpOquVMwoBo/wc=", version = "v3.0.1", ) go_repository( name = "com_github_dsoprea_go_logging", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-logging", sum = "h1:l+vLbuxptsC6VQyQsfD7NnEC8BZuFpz45PgY+pH8YTg=", version = "v0.0.0-20200710184922-b02d349568dd", ) go_repository( name = "com_github_dsoprea_go_png_image_structure_v2", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-png-image-structure/v2", sum = "h1:2zNIgrJTspLxUKoJGl0Ln24+hufPKSjP3cu4++5MeSE=", version = "v2.0.0-20210512210324-29b889a6093d", ) go_repository( name = "com_github_dsoprea_go_utility", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-utility", sum = "h1:/w4QxepU4AHh3AuO6/g8y/YIIHH5+aKP3Bj8sg5cqhU=", version = "v0.0.0-20200711062821-fab8125e9bdf", ) go_repository( name = "com_github_dsoprea_go_utility_v2", build_file_proto_mode = "disable_global", importpath = "github.com/dsoprea/go-utility/v2", sum = "h1:DilThiXje0z+3UQ5YjYiSRRzVdtamFpvBQXKwMglWqw=", version = "v2.0.0-20221003172846-a3e1774ef349", ) go_repository( name = "com_github_dustin_go_humanize", build_file_proto_mode = "disable_global", importpath = "github.com/dustin/go-humanize", sum = "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=", version = "v1.0.1", ) go_repository( name = "com_github_dvyukov_go_fuzz", build_file_proto_mode = "disable_global", importpath = "github.com/dvyukov/go-fuzz", sum = "h1:q1oJaUPdmpDm/VyXosjgPgr6wS7c5iV2p0PwJD73bUI=", version = "v0.0.0-20210103155950-6a8e9d1f2415", ) go_repository( name = "com_github_eapache_go_resiliency", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/go-resiliency", sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=", version = "v1.1.0", ) go_repository( name = "com_github_eapache_go_xerial_snappy", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/go-xerial-snappy", sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=", version = "v0.0.0-20180814174437-776d5712da21", ) go_repository( name = "com_github_eapache_queue", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/queue", sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=", version = "v1.1.0", ) go_repository( name = "com_github_edsrzf_mmap_go", build_file_proto_mode = "disable_global", importpath = "github.com/edsrzf/mmap-go", sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=", version = "v1.0.0", ) go_repository( name = "com_github_eggsampler_acme_v3", build_file_proto_mode = "disable_global", importpath = "github.com/eggsampler/acme/v3", sum = "h1:LHWnB3wShVshK1+umL6ObCjnc0MM+D7TE8JINjk8zGY=", version = "v3.4.0", ) go_repository( name = "com_github_elastic_go_sysinfo", build_file_proto_mode = "disable_global", importpath = "github.com/elastic/go-sysinfo", sum = "h1:ZVlaLDyhVkDfjwPGU55CQRCRolNpc7P0BbyhhQZQmMI=", version = "v1.1.1", ) go_repository( name = "com_github_elastic_go_windows", build_file_proto_mode = "disable_global", importpath = "github.com/elastic/go-windows", sum = "h1:qLURgZFkkrYyTTkvYpsZIgf83AUsdIHfvlJaqaZ7aSY=", version = "v1.0.0", ) go_repository( name = "com_github_elazarl_goproxy", build_file_proto_mode = "disable_global", importpath = "github.com/elazarl/goproxy", sum = "h1:LCoguo7Zd0MByKMbQbTvcZw7HiBcbvew+MOcwsJVwrY=", version = "v0.0.0-20181003060214-f58a169a71a5", ) go_repository( name = "com_github_emicklei_go_restful", build_file_proto_mode = "disable_global", importpath = "github.com/emicklei/go-restful", sum = "h1:8KpYO/Xl/ZudZs5RNOEhWMBY4hmzlZhhRd9cu+jrZP4=", version = "v2.15.0+incompatible", ) go_repository( name = "com_github_emicklei_go_restful_v3", build_file_proto_mode = "disable_global", importpath = "github.com/emicklei/go-restful/v3", sum = "h1:y2DdzBAURM29NFF94q6RaY4vjIH1rtwDapwQtU84iWk=", version = "v3.12.0", ) go_repository( name = "com_github_emicklei_proto", build_file_proto_mode = "disable_global", importpath = "github.com/emicklei/proto", sum = "h1:z/etSFO3uyXeuEsVPzfl56WNgzcvIr42aQazXaQmFZY=", version = "v1.13.2", ) go_repository( name = "com_github_emirpasic_gods", build_file_proto_mode = "disable_global", importpath = "github.com/emirpasic/gods", sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=", version = "v1.18.1", ) go_repository( name = "com_github_emissary_ingress_emissary_v3", build_file_proto_mode = "disable_global", importpath = "github.com/emissary-ingress/emissary/v3", sum = "h1:5gvqq2Zj5ZY6AoGG+3XgHWXt3JoWWvjgmEx1NxVYPwk=", version = "v3.6.0", ) go_repository( name = "com_github_envoyproxy_go_control_plane", build_file_proto_mode = "disable_global", importpath = "github.com/envoyproxy/go-control-plane", sum = "h1:4X+VP1GHd1Mhj6IB5mMeGbLCleqxjletLK6K0rbxyZI=", version = "v0.12.0", ) go_repository( name = "com_github_envoyproxy_protoc_gen_validate", build_file_proto_mode = "disable_global", importpath = "github.com/envoyproxy/protoc-gen-validate", replace = "github.com/envoyproxy/protoc-gen-validate", sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=", version = "v0.1.0", ) go_repository( name = "com_github_ericpauley_go_quantize", build_file_proto_mode = "disable_global", importpath = "github.com/ericpauley/go-quantize", sum = "h1:BBade+JlV/f7JstZ4pitd4tHhpN+w+6I+LyOS7B4fyU=", version = "v0.0.0-20200331213906-ae555eb2afa4", ) go_repository( name = "com_github_euank_go_kmsg_parser", build_file_proto_mode = "disable_global", importpath = "github.com/euank/go-kmsg-parser", sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_evanphx_json_patch", build_file_proto_mode = "disable_global", importpath = "github.com/evanphx/json-patch", sum = "h1:fBXyNpNMuTTDdquAq/uisOr2lShz4oaXpDTX2bLe7ls=", version = "v5.9.0+incompatible", ) go_repository( name = "com_github_evanphx_json_patch_v5", build_file_proto_mode = "disable_global", importpath = "github.com/evanphx/json-patch/v5", sum = "h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg=", version = "v5.9.0", ) go_repository( name = "com_github_exponent_io_jsonpath", build_file_proto_mode = "disable_global", importpath = "github.com/exponent-io/jsonpath", sum = "h1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4=", version = "v0.0.0-20210407135951-1de76d718b3f", ) go_repository( name = "com_github_external_secrets_external_secrets", build_file_proto_mode = "disable_global", importpath = "github.com/external-secrets/external-secrets", sum = "h1:HcrSAM+qWykzO6h4GQSJ+Twes0i89dUbiiZL1Bo/oJM=", version = "v0.9.16", ) go_repository( name = "com_github_fatih_camelcase", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/camelcase", sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=", version = "v1.0.0", ) go_repository( name = "com_github_fatih_color", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/color", sum = "h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=", version = "v1.17.0", ) go_repository( name = "com_github_fatih_structs", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/structs", sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=", version = "v1.1.0", ) go_repository( name = "com_github_felixge_httpsnoop", build_file_proto_mode = "disable_global", importpath = "github.com/felixge/httpsnoop", sum = "h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=", version = "v1.0.4", ) go_repository( name = "com_github_fergusstrange_embedded_postgres", build_file_proto_mode = "disable_global", importpath = "github.com/fergusstrange/embedded-postgres", sum = "h1:sa+k2Ycrtz40eCRPOzI7Ry7TtkWXXJ+YRsxpKMDhxK0=", version = "v1.25.0", ) go_repository( name = "com_github_fluxcd_helm_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/helm-controller/api", sum = "h1:NS5Wm3U6Kv4w7Cw2sDOV++vf2ecGfFV00x1+2Y3QcOY=", version = "v1.1.0", ) go_repository( name = "com_github_fluxcd_kustomize_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/kustomize-controller/api", sum = "h1:QReBAuNAlrAez4aLkbYjVlWDCIZABFsKPgRa9W05VCQ=", version = "v1.4.0", ) go_repository( name = "com_github_fluxcd_pkg_apis_acl", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/apis/acl", sum = "h1:UOrKkBTOJK+OlZX7n8rWt2rdBmDCoTK+f5TY2LcZi8A=", version = "v0.3.0", ) go_repository( name = "com_github_fluxcd_pkg_apis_kustomize", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/apis/kustomize", sum = "h1:22FJc69Mq4i8aCxnKPlddHhSMyI4UPkQkqiAdWFcqe0=", version = "v1.6.1", ) go_repository( name = "com_github_fluxcd_pkg_apis_meta", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/apis/meta", sum = "h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQBeNq0=", version = "v1.6.1", ) go_repository( name = "com_github_fluxcd_pkg_ssa", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/ssa", sum = "h1:s2M6507YlYRLsPuXuGhXez/EqA5LFLhI13TZe31sm10=", version = "v0.29.0", ) go_repository( name = "com_github_fluxcd_source_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/source-controller/api", sum = "h1:zV01D7xzHOXWbYXr36lXHWWYS7POARsjLt61Nbh3kVY=", version = "v1.4.1", ) go_repository( name = "com_github_flynn_go_docopt", build_file_proto_mode = "disable_global", importpath = "github.com/flynn/go-docopt", sum = "h1:Ss/B3/5wWRh8+emnK0++g5zQzwDTi30W10pKxKc4JXI=", version = "v0.0.0-20140912013429-f6dd2ebbb31e", ) go_repository( name = "com_github_fogleman_gg", build_file_proto_mode = "disable_global", importpath = "github.com/fogleman/gg", sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=", version = "v1.3.0", ) go_repository( name = "com_github_form3tech_oss_jwt_go", build_file_proto_mode = "disable_global", importpath = "github.com/form3tech-oss/jwt-go", sum = "h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=", version = "v3.2.5+incompatible", ) go_repository( name = "com_github_fortanix_sdkms_client_go", build_file_proto_mode = "disable_global", importpath = "github.com/fortanix/sdkms-client-go", sum = "h1:5cKiFJ4rzc69mhsVVI5Ma5ynr/k5vhvws0yfzfIro/k=", version = "v0.4.0", ) go_repository( name = "com_github_foxcpp_go_mockdns", build_file_proto_mode = "disable_global", importpath = "github.com/foxcpp/go-mockdns", sum = "h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=", version = "v1.0.0", ) go_repository( name = "com_github_franela_goreq", build_file_proto_mode = "disable_global", importpath = "github.com/franela/goreq", sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=", version = "v0.0.0-20171204163338-bcd34c9993f8", ) go_repository( name = "com_github_frankban_quicktest", build_file_proto_mode = "disable_global", importpath = "github.com/frankban/quicktest", sum = "h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=", version = "v1.14.6", ) go_repository( name = "com_github_fsnotify_fsnotify", build_file_proto_mode = "disable_global", importpath = "github.com/fsnotify/fsnotify", sum = "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=", version = "v1.7.0", ) go_repository( name = "com_github_fsouza_fake_gcs_server", build_file_proto_mode = "disable_global", importpath = "github.com/fsouza/fake-gcs-server", sum = "h1:OBuje/XJiwwzGOuwEhPzZ8s2gF1vDHTZq1X+AhYEqjc=", version = "v1.30.1", ) go_repository( name = "com_github_fullsailor_pkcs7", build_file_proto_mode = "disable_global", importpath = "github.com/fullsailor/pkcs7", sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=", version = "v0.0.0-20190404230743-d7302db945fa", ) go_repository( name = "com_github_fullstorydev_grpcurl", build_file_proto_mode = "disable_global", importpath = "github.com/fullstorydev/grpcurl", sum = "h1:JMvZXK8lHDGyLmTQ0ZdGDnVVGuwjbpaumf8p42z0d+c=", version = "v1.8.9", ) go_repository( name = "com_github_fvbommel_sortorder", build_file_proto_mode = "disable_global", importpath = "github.com/fvbommel/sortorder", sum = "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=", version = "v1.1.0", ) go_repository( name = "com_github_fxamacker_cbor_v2", build_file_proto_mode = "disable_global", importpath = "github.com/fxamacker/cbor/v2", sum = "h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=", version = "v2.7.0", ) go_repository( name = "com_github_gabriel_vasile_mimetype", build_file_proto_mode = "disable_global", importpath = "github.com/gabriel-vasile/mimetype", sum = "h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=", version = "v1.4.3", ) go_repository( name = "com_github_gammazero_deque", build_file_proto_mode = "disable_global", importpath = "github.com/gammazero/deque", sum = "h1:lxbhOGZ9pU3Kf8P6lFluUcE82yVZn2EqEf4+mWRNPV0=", version = "v0.0.0-20190521012701-46e4ffb7a622", ) go_repository( name = "com_github_gammazero_workerpool", build_file_proto_mode = "disable_global", importpath = "github.com/gammazero/workerpool", sum = "h1:fqgNEGLc7p2Rz4xlDHp9WNw/pqqR3c2cLdIC4zASBzU=", version = "v0.0.0-20190608213748-0ed5e40ec55e", ) go_repository( name = "com_github_garyburd_redigo", build_file_proto_mode = "disable_global", importpath = "github.com/garyburd/redigo", sum = "h1:LofdAjjjqCSXMwLGgOgnE+rdPuvX9DxCqaHwKy7i/ko=", version = "v0.0.0-20150301180006-535138d7bcd7", ) go_repository( name = "com_github_gdamore_encoding", build_file_proto_mode = "disable_global", importpath = "github.com/gdamore/encoding", sum = "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=", version = "v1.0.0", ) go_repository( name = "com_github_gdamore_tcell_v2", build_file_proto_mode = "disable_global", importpath = "github.com/gdamore/tcell/v2", sum = "h1:OKbluoP9VYmJwZwq/iLb4BxwKcwGthaa1YNBJIyCySg=", version = "v2.6.0", ) go_repository( name = "com_github_getkin_kin_openapi", build_file_proto_mode = "disable_global", importpath = "github.com/getkin/kin-openapi", sum = "h1:p4nagHchUKGn85z/f+pse4aSh50nIBOYjOhMIku2hiA=", version = "v0.89.0", ) go_repository( name = "com_github_ghodss_yaml", build_file_proto_mode = "disable_global", importpath = "github.com/ghodss/yaml", sum = "h1:Mn26/9ZMNWSw9C9ERFA1PUxfmGpolnw2v0bKOREu5ew=", version = "v1.0.1-0.20190212211648-25d852aebe32", ) go_repository( name = "com_github_gin_contrib_cors", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/cors", sum = "h1:oLDHxdg8W/XDoN/8zamqk/Drgt4oVZDvaV0YmvVICQw=", version = "v1.7.2", ) go_repository( name = "com_github_gin_contrib_pprof", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/pprof", sum = "h1:XxiBSf5jWZ5i16lNOPbMTVdgHBdhfGRD5PZ1LWazzvg=", version = "v1.4.0", ) go_repository( name = "com_github_gin_contrib_requestid", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/requestid", sum = "h1:FUlpVNV4t4cjLIo7eymDCmcrOZFUKw8MYR/OPY+yjMs=", version = "v0.0.5", ) go_repository( name = "com_github_gin_contrib_secure", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/secure", sum = "h1:DMMx3xXDY+MLA9kzIPHksyzC5/V5J6014c/WAmdS2gQ=", version = "v0.0.1", ) go_repository( name = "com_github_gin_contrib_sessions", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/sessions", sum = "h1:CATtfHmLMQrMNpJRgzjWXD7worTh7g7ritsQfmF+0jE=", version = "v0.0.5", ) go_repository( name = "com_github_gin_contrib_sse", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/sse", sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=", version = "v0.1.0", ) go_repository( name = "com_github_gin_contrib_static", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/static", sum = "h1:JVxuvHPuUfkoul12N7dtQw7KRn/pSMq7Ue1Va9Swm1U=", version = "v0.0.1", ) go_repository( name = "com_github_gin_gonic_contrib", build_file_proto_mode = "disable_global", importpath = "github.com/gin-gonic/contrib", sum = "h1:dyuNlYlG1faymw39NdJddnzJICy6587tiGSVioWhYoE=", version = "v0.0.0-20221130124618-7e01895a63f2", ) go_repository( name = "com_github_gin_gonic_gin", build_file_proto_mode = "disable_global", importpath = "github.com/gin-gonic/gin", sum = "h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=", version = "v1.9.1", ) go_repository( name = "com_github_gleisonmv_colors", build_file_proto_mode = "disable_global", importpath = "github.com/gleisonmv/colors", sum = "h1:rh/6q39ILBBRAx56Vw6BrkX2IkyPW9eqvq8Jz4EYU1E=", version = "v0.0.0-20220421121932-1b9fd9240d61", ) go_repository( name = "com_github_globalsign_mgo", build_file_proto_mode = "disable_global", importpath = "github.com/globalsign/mgo", sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=", version = "v0.0.0-20181015135952-eeefdecb41b8", ) go_repository( name = "com_github_go_asn1_ber_asn1_ber", build_file_proto_mode = "disable_global", importpath = "github.com/go-asn1-ber/asn1-ber", sum = "h1:MNHlNMBDgEKD4TcKr36vQN68BA00aDfjIt3/bD50WnA=", version = "v1.5.5", ) go_repository( name = "com_github_go_bindata_go_bindata", build_file_proto_mode = "disable_global", importpath = "github.com/go-bindata/go-bindata", sum = "h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg=", version = "v3.1.1+incompatible", ) go_repository( name = "com_github_go_chef_chef", build_file_proto_mode = "disable_global", importpath = "github.com/go-chef/chef", sum = "h1:7U9P8op5jqaDXo6wANjopiirSENtemTVfoXFEgG8hso=", version = "v0.29.0", ) go_repository( name = "com_github_go_chi_chi", build_file_proto_mode = "disable_global", importpath = "github.com/go-chi/chi", sum = "h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=", version = "v4.1.2+incompatible", ) go_repository( name = "com_github_go_chi_chi_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-chi/chi/v5", sum = "h1:rLz5avzKpjqxrYwXNfmjkrYYXOyLJd37pz53UFHC6vk=", version = "v5.0.10", ) go_repository( name = "com_github_go_errors_errors", build_file_proto_mode = "disable_global", importpath = "github.com/go-errors/errors", sum = "h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=", version = "v1.5.1", ) go_repository( name = "com_github_go_fonts_dejavu", build_file_proto_mode = "disable_global", importpath = "github.com/go-fonts/dejavu", sum = "h1:JSajPXURYqpr+Cu8U9bt8K+XcACIHWqWrvWCKyeFmVQ=", version = "v0.1.0", ) go_repository( name = "com_github_go_fonts_latin_modern", build_file_proto_mode = "disable_global", importpath = "github.com/go-fonts/latin-modern", sum = "h1:/cT8A7uavYKvglYXvrdDw4oS5ZLkcOU22fa2HJ1/JVM=", version = "v0.3.1", ) go_repository( name = "com_github_go_fonts_liberation", build_file_proto_mode = "disable_global", importpath = "github.com/go-fonts/liberation", sum = "h1:9RPT2NhUpxQ7ukUvz3jeUckmN42T9D9TpjtQcqK/ceM=", version = "v0.3.1", ) go_repository( name = "com_github_go_fonts_stix", build_file_proto_mode = "disable_global", importpath = "github.com/go-fonts/stix", sum = "h1:UlZlgrvvmT/58o573ot7NFw0vZasZ5I6bcIft/oMdgg=", version = "v0.1.0", ) go_repository( name = "com_github_go_git_gcfg", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/gcfg", sum = "h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=", version = "v1.5.1-0.20230307220236-3a3c6141e376", ) go_repository( name = "com_github_go_git_go_billy_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/go-billy/v5", sum = "h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=", version = "v5.5.0", ) go_repository( name = "com_github_go_git_go_git_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/go-git/v5", sum = "h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=", version = "v5.12.0", ) go_repository( name = "com_github_go_gl_glfw", build_file_proto_mode = "disable_global", importpath = "github.com/go-gl/glfw", sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=", version = "v0.0.0-20190409004039-e6da0acd62b1", ) go_repository( name = "com_github_go_gl_glfw_v3_3_glfw", build_file_proto_mode = "disable_global", importpath = "github.com/go-gl/glfw/v3.3/glfw", sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", version = "v0.0.0-20200222043503-6f7a984d4dc4", ) go_repository( name = "com_github_go_gorp_gorp_v3", build_file_proto_mode = "disable_global", importpath = "github.com/go-gorp/gorp/v3", sum = "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=", version = "v3.1.0", ) go_repository( name = "com_github_go_ini_ini", build_file_proto_mode = "disable_global", importpath = "github.com/go-ini/ini", sum = "h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=", version = "v1.67.0", ) go_repository( name = "com_github_go_jose_go_jose_v3", build_file_proto_mode = "disable_global", importpath = "github.com/go-jose/go-jose/v3", sum = "h1:fFKWeig/irsp7XD2zBxvnmA/XaRWp5V3CBsZXJF7G7k=", version = "v3.0.3", ) go_repository( name = "com_github_go_jose_go_jose_v4", build_file_proto_mode = "disable_global", importpath = "github.com/go-jose/go-jose/v4", sum = "h1:QVEPDE3OluqXBQZDcnNvQrInro2h0e4eqNbnZSWqS6U=", version = "v4.0.1", ) go_repository( name = "com_github_go_kit_kit", build_file_proto_mode = "disable_global", importpath = "github.com/go-kit/kit", sum = "h1:OoneCcHKHQ03LfBpoQCUfCluwd2Vt3ohz+kvbJneZAU=", version = "v0.13.0", ) go_repository( name = "com_github_go_kit_log", build_file_proto_mode = "disable_global", importpath = "github.com/go-kit/log", sum = "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=", version = "v0.2.1", ) go_repository( name = "com_github_go_kivik_kivik_v4", build_file_proto_mode = "disable_global", importpath = "github.com/go-kivik/kivik/v4", sum = "h1:aw7qWaoQBnpdyPks+Yxbw6jjIgZPHdethS0JqCDlTSY=", version = "v4.3.2", ) go_repository( name = "com_github_go_latex_latex", build_file_proto_mode = "disable_global", importpath = "github.com/go-latex/latex", sum = "h1:NxXI5pTAtpEaU49bpLpQoDsu1zrteW/vxzTz8Cd2UAs=", version = "v0.0.0-20230307184459-12ec69307ad9", ) go_repository( name = "com_github_go_ldap_ldap_v3", build_file_proto_mode = "disable_global", importpath = "github.com/go-ldap/ldap/v3", sum = "h1:ert95MdbiG7aWo/oPYp9btL3KJlMPKnP58r09rI8T+A=", version = "v3.4.6", ) go_repository( name = "com_github_go_logfmt_logfmt", build_file_proto_mode = "disable_global", importpath = "github.com/go-logfmt/logfmt", sum = "h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=", version = "v0.6.0", ) go_repository( name = "com_github_go_logr_logr", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/logr", sum = "h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=", version = "v1.4.2", ) go_repository( name = "com_github_go_logr_stdr", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/stdr", sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=", version = "v1.2.2", ) go_repository( name = "com_github_go_logr_zapr", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/zapr", sum = "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=", version = "v1.3.0", ) go_repository( name = "com_github_go_ole_go_ole", build_file_proto_mode = "disable_global", importpath = "github.com/go-ole/go-ole", sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=", version = "v1.2.6", ) go_repository( name = "com_github_go_openapi_analysis", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/analysis", sum = "h1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=", version = "v0.23.0", ) go_repository( name = "com_github_go_openapi_errors", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/errors", sum = "h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w=", version = "v0.22.0", ) go_repository( name = "com_github_go_openapi_jsonpointer", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/jsonpointer", sum = "h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=", version = "v0.21.0", ) go_repository( name = "com_github_go_openapi_jsonreference", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/jsonreference", sum = "h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=", version = "v0.21.0", ) go_repository( name = "com_github_go_openapi_loads", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/loads", sum = "h1:ECPGd4jX1U6NApCGG1We+uEozOAvXvJSF4nnwHZ8Aco=", version = "v0.22.0", ) go_repository( name = "com_github_go_openapi_runtime", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/runtime", sum = "h1:gpPPmWSNGo214l6n8hzdXYhPuJcGtziTOgUpvsFWGIQ=", version = "v0.28.0", ) go_repository( name = "com_github_go_openapi_spec", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/spec", sum = "h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY=", version = "v0.21.0", ) go_repository( name = "com_github_go_openapi_strfmt", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/strfmt", sum = "h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=", version = "v0.23.0", ) go_repository( name = "com_github_go_openapi_swag", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/swag", sum = "h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=", version = "v0.23.0", ) go_repository( name = "com_github_go_openapi_validate", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/validate", sum = "h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58=", version = "v0.24.0", ) go_repository( name = "com_github_go_pdf_fpdf", build_file_proto_mode = "disable_global", importpath = "github.com/go-pdf/fpdf", sum = "h1:IJKpdaagnWUeSkUFUjTcSzTppFxmv8ucGQyNPQWxYOQ=", version = "v0.8.0", ) go_repository( name = "com_github_go_piv_piv_go", build_file_proto_mode = "disable_global", importpath = "github.com/go-piv/piv-go", sum = "h1:5vAaCdRTFSIW4PeqMbnsDlUZ7odMYWnHBDGdmtU/Zhg=", version = "v1.11.0", ) go_repository( name = "com_github_go_playground_assert_v2", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/assert/v2", sum = "h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=", version = "v2.2.0", ) go_repository( name = "com_github_go_playground_locales", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/locales", sum = "h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=", version = "v0.14.1", ) go_repository( name = "com_github_go_playground_universal_translator", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/universal-translator", sum = "h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=", version = "v0.18.1", ) go_repository( name = "com_github_go_playground_validator_v10", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/validator/v10", sum = "h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=", version = "v10.20.0", ) go_repository( name = "com_github_go_quicktest_qt", build_file_proto_mode = "disable_global", importpath = "github.com/go-quicktest/qt", sum = "h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=", version = "v1.101.0", ) go_repository( name = "com_github_go_redis_redis", build_file_proto_mode = "disable_global", importpath = "github.com/go-redis/redis", sum = "h1:BKZuG6mCnRj5AOaWJXoCgf6rqTYnYJLe4en2hxT7r9o=", version = "v6.15.8+incompatible", ) go_repository( name = "com_github_go_redis_redismock_v9", build_file_proto_mode = "disable_global", importpath = "github.com/go-redis/redismock/v9", sum = "h1:ZrMYQeKPECZPjOj5u9eyOjg8Nnb0BS9lkVIZ6IpsKLw=", version = "v9.2.0", ) go_repository( name = "com_github_go_resty_resty_v2", build_file_proto_mode = "disable_global", importpath = "github.com/go-resty/resty/v2", sum = "h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY=", version = "v2.7.0", ) go_repository( name = "com_github_go_rod_rod", build_file_proto_mode = "disable_global", importpath = "github.com/go-rod/rod", sum = "h1:h4pimzSOUnw7Eo41zdJA788XsawzHjJMyzCE3BrBww0=", version = "v0.114.7", ) go_repository( name = "com_github_go_sourcemap_sourcemap", build_file_proto_mode = "disable_global", importpath = "github.com/go-sourcemap/sourcemap", sum = "h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=", version = "v2.1.3+incompatible", ) go_repository( name = "com_github_go_sql_driver_mysql", build_file_proto_mode = "disable_global", importpath = "github.com/go-sql-driver/mysql", sum = "h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=", version = "v1.8.1", ) go_repository( name = "com_github_go_stack_stack", build_file_proto_mode = "disable_global", importpath = "github.com/go-stack/stack", sum = "h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=", version = "v1.8.1", ) go_repository( name = "com_github_go_task_slim_sprig", build_file_proto_mode = "disable_global", importpath = "github.com/go-task/slim-sprig", sum = "h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=", version = "v0.0.0-20230315185526-52ccab3ef572", ) go_repository( name = "com_github_go_task_slim_sprig_v3", build_file_proto_mode = "disable_global", importpath = "github.com/go-task/slim-sprig/v3", sum = "h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=", version = "v3.0.0", ) go_repository( name = "com_github_go_test_deep", build_file_proto_mode = "disable_global", importpath = "github.com/go-test/deep", sum = "h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=", version = "v1.1.0", ) go_repository( name = "com_github_go_text_typesetting", build_file_proto_mode = "disable_global", importpath = "github.com/go-text/typesetting", sum = "h1:FQivqchis6bE2/9uF70M2gmmLpe82esEm2QadL0TEJo=", version = "v0.0.0-20230803102845-24e03d8b5372", ) go_repository( name = "com_github_go_zookeeper_zk", build_file_proto_mode = "disable_global", importpath = "github.com/go-zookeeper/zk", sum = "h1:4mx0EYENAdX/B/rbunjlt5+4RTA/a9SMHBRuSKdGxPM=", version = "v1.0.2", ) go_repository( name = "com_github_gobuffalo_attrs", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/attrs", sum = "h1:LY6/rbhPD/hfa+AfviaMXBmZBGb0fGHF12yg7f3dPQA=", version = "v0.1.0", ) go_repository( name = "com_github_gobuffalo_buffalo", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/buffalo", sum = "h1:Fyn55HJULJpFPMUNx9lrPK31qvr37+bpNGFbpAOauGI=", version = "v0.13.0", ) go_repository( name = "com_github_gobuffalo_buffalo_plugins", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/buffalo-plugins", sum = "h1:71I2OqFmlP4p3N9Vl0maq+IPHKuTEUevoeFkLHjgF3k=", version = "v1.15.0", ) go_repository( name = "com_github_gobuffalo_buffalo_pop", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/buffalo-pop", sum = "h1:8aXdBlo9MEKFGHyl489+28Jw7Ud59Th1U+5Ayu1wNL0=", version = "v1.0.5", ) go_repository( name = "com_github_gobuffalo_depgen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/depgen", sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=", version = "v0.1.0", ) go_repository( name = "com_github_gobuffalo_envy", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/envy", sum = "h1:eZR0DuEgVLfeIb1zIKt3bT4YovIMf9O9LXQeCZLXpqE=", version = "v1.9.0", ) go_repository( name = "com_github_gobuffalo_events", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/events", sum = "h1:OLJIun6wRx4DOW19XoL/AoyjuJltqeOBFH3q8cDvNb8=", version = "v1.4.1", ) go_repository( name = "com_github_gobuffalo_fizz", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/fizz", sum = "h1:I8vad0PnmR+CLjSnZ5L5jlhBm4S88UIGOoZZL3/3e24=", version = "v1.10.0", ) go_repository( name = "com_github_gobuffalo_flect", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/flect", sum = "h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA=", version = "v1.0.2", ) go_repository( name = "com_github_gobuffalo_genny", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/genny", sum = "h1:d7c6d66ZrTHHty01hDX1/TcTWvAJQxRZl885KWX5kHY=", version = "v0.6.0", ) go_repository( name = "com_github_gobuffalo_genny_v2", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/genny/v2", sum = "h1:IH0EHcvwKT0MdASzptvkz/ViYBQELTklq1/l8Ot3Q5E=", version = "v2.0.5", ) go_repository( name = "com_github_gobuffalo_gitgen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/gitgen", sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=", version = "v0.0.0-20190315122116-cc086187d211", ) go_repository( name = "com_github_gobuffalo_github_flavored_markdown", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/github_flavored_markdown", sum = "h1:8Zzj4fTRl/OP2R7sGerzSf6g2nEJnaBEJe7UAOiEvbQ=", version = "v1.1.0", ) go_repository( name = "com_github_gobuffalo_gogen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/gogen", sum = "h1:Xx7NCe+/y++eII2aWAFZ09/81MhDCsZwvMzIFJoQRnU=", version = "v0.2.0", ) go_repository( name = "com_github_gobuffalo_helpers", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/helpers", sum = "h1:LLcL4BsiyDQYtMRUUpyFdBFvFXQ6hNYOpwrcYeilVWM=", version = "v0.6.1", ) go_repository( name = "com_github_gobuffalo_here", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/here", sum = "h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=", version = "v0.6.0", ) go_repository( name = "com_github_gobuffalo_httptest", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/httptest", sum = "h1:LWp2khlgA697h4BIYWW2aRxvB93jMnBrbakQ/r2KLzs=", version = "v1.0.2", ) go_repository( name = "com_github_gobuffalo_licenser", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/licenser", sum = "h1:xAHoWgZ8vbRkxC8a+SBVL7Y7atJBRZfXM9H9MmPXx1k=", version = "v1.1.0", ) go_repository( name = "com_github_gobuffalo_logger", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/logger", sum = "h1:YaXOTHNPCvkqqA7w05A4v0k2tCdpr+sgFlgINbQ6gqc=", version = "v1.0.3", ) go_repository( name = "com_github_gobuffalo_makr", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/makr", sum = "h1:lOlpv2iz0dNa4qse0ZYQgbtT+ybwVxWEAcOZbcPmeYc=", version = "v1.1.5", ) go_repository( name = "com_github_gobuffalo_mapi", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mapi", sum = "h1:TyfbtQaW7GvS4DXdF1KQOSGrW6L0uiFmGDz+JgEIMbM=", version = "v1.2.1", ) go_repository( name = "com_github_gobuffalo_meta", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/meta", sum = "h1:F0BFeZuQ1UmsHAVBgsnzolheLmv11t2GQ+53OFOP7lk=", version = "v0.3.0", ) go_repository( name = "com_github_gobuffalo_mw_basicauth", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-basicauth", sum = "h1:bCqDBHnByenQitOtFdEtMvlWVgPwODrfZ+nVkgGoJZ8=", version = "v1.0.3", ) go_repository( name = "com_github_gobuffalo_mw_contenttype", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-contenttype", sum = "h1:SUFp8EbFjlKXkvqstoxPWx3nVPV3BSKZTswQNTZFaik=", version = "v0.0.0-20180802152300-74f5a47f4d56", ) go_repository( name = "com_github_gobuffalo_mw_csrf", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-csrf", sum = "h1:A13B4mhcFQcjPJ1GFBrh61B4Qo87fZa82FfTt9LX/QU=", version = "v0.0.0-20180802151833-446ff26e108b", ) go_repository( name = "com_github_gobuffalo_mw_forcessl", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-forcessl", sum = "h1:v94+IGhlBro0Lz1gOR3lrdAVSZ0mJF2NxsdppKd7FnI=", version = "v0.0.0-20180802152810-73921ae7a130", ) go_repository( name = "com_github_gobuffalo_mw_i18n", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-i18n", sum = "h1:pZhsgF8RXEngHdibuRNOXNk1pL0K9rFa5HOcvURNTQ4=", version = "v0.0.0-20180802152014-e3060b7e13d6", ) go_repository( name = "com_github_gobuffalo_mw_paramlogger", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-paramlogger", sum = "h1:TsmUXyHjj5ReuN1AJjEVukf72J6AfRTF2CfTEaqVLT8=", version = "v0.0.0-20181005191442-d6ee392ec72e", ) go_repository( name = "com_github_gobuffalo_mw_tokenauth", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mw-tokenauth", sum = "h1:nhPzONHNGlXZIMFfKm6cWpRSq5oTanRK1qBtfCPBFyE=", version = "v0.0.0-20181001105134-8545f626c189", ) go_repository( name = "com_github_gobuffalo_nulls", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/nulls", sum = "h1:yfOsQarm6pD7Crg/VnpI9Odh5nBlO+eDeKRiHYZOsTA=", version = "v0.3.0", ) go_repository( name = "com_github_gobuffalo_packd", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/packd", sum = "h1:6ERZvJHfe24rfFmA9OaoKBdC7+c9sydrytMg8SdFGBM=", version = "v1.0.0", ) go_repository( name = "com_github_gobuffalo_packr", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/packr", sum = "h1:/YVd/GRGsu0QuoCJtlcWSVllobs4q3Xvx3nqxTvPyN0=", version = "v1.22.0", ) go_repository( name = "com_github_gobuffalo_packr_v2", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/packr/v2", sum = "h1:IULGd15bQL59ijXLxEvA5wlMxsmx/ZkQv9T282zNVIY=", version = "v2.8.0", ) go_repository( name = "com_github_gobuffalo_plush", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/plush", sum = "h1:kzvUTnFPhwyfPEsx7U7LI05/IIslZVGnAlMA1heWub8=", version = "v3.8.3+incompatible", ) go_repository( name = "com_github_gobuffalo_plush_v4", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/plush/v4", sum = "h1:ZHdmfr2R7DQ77XzWZK2PGKJOXm9NRy21EZ6Rw7FhuNw=", version = "v4.0.0", ) go_repository( name = "com_github_gobuffalo_plushgen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/plushgen", sum = "h1:s4yAgNdfNMyMQ7o+Is4f1VlH2L1tKosT+m7BF28C8H4=", version = "v0.1.2", ) go_repository( name = "com_github_gobuffalo_pop", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/pop", sum = "h1:AhbqPxNOBN/DBb2DBaiBqzOXIBQXxEYzngHHJ+ytP4g=", version = "v4.13.1+incompatible", ) go_repository( name = "com_github_gobuffalo_pop_v5", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/pop/v5", sum = "h1:dJbBPy6e0G0VRjn28md3fk16wpYIBv5iYVQWd0eqmkQ=", version = "v5.3.1", ) go_repository( name = "com_github_gobuffalo_release", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/release", sum = "h1:5+6HdlnRQ2anNSOm3GyMvmiCjSIXg3dcJhNA7Eh99dQ=", version = "v1.7.0", ) go_repository( name = "com_github_gobuffalo_shoulders", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/shoulders", sum = "h1:Hw7wjvyasJJo+bDsebhpnnizHCxfxQ3C4mmLjEzcdXY=", version = "v1.0.4", ) go_repository( name = "com_github_gobuffalo_syncx", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/syncx", sum = "h1://CNTQ/+VFQizkW24DrBtTBvj8c2+chz5Y7kbboQ2qk=", version = "v0.1.0", ) go_repository( name = "com_github_gobuffalo_tags", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/tags", sum = "h1:GUxxh34f9SI4U0Pj3ZqvopO9SlzuqSf+g4ZGSPSszt4=", version = "v2.1.7+incompatible", ) go_repository( name = "com_github_gobuffalo_tags_v3", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/tags/v3", sum = "h1:mzdCYooN2VsLRr8KIAdEZ1lh1Py7JSMsiEGCGata2AQ=", version = "v3.1.0", ) go_repository( name = "com_github_gobuffalo_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/uuid", sum = "h1:c5uWRuEnYggYCrT9AJm0U2v1QTG7OVDAvxhj8tIV5Gc=", version = "v2.0.5+incompatible", ) go_repository( name = "com_github_gobuffalo_validate", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/validate", sum = "h1:ZTxozrIw8qQ5nfhShmc4izjYPTsPhfdXTdhXOd5OS9o=", version = "v2.0.4+incompatible", ) go_repository( name = "com_github_gobuffalo_validate_v3", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/validate/v3", sum = "h1:Zrpkz2kuZ4rGXLaO3IHVlwX512/cUWRvNjw46Cjhz2Q=", version = "v3.2.0", ) go_repository( name = "com_github_gobuffalo_x", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/x", sum = "h1:N0iqtKwkicU8M2rLirTDJxdwuL8I2/8MjMlEayaNSgE=", version = "v0.0.0-20181007152206-913e47c59ca7", ) go_repository( name = "com_github_gobwas_glob", build_file_proto_mode = "disable_global", importpath = "github.com/gobwas/glob", sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=", version = "v0.2.3", ) go_repository( name = "com_github_gobwas_httphead", build_file_proto_mode = "disable_global", importpath = "github.com/gobwas/httphead", sum = "h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=", version = "v0.1.0", ) go_repository( name = "com_github_gobwas_pool", build_file_proto_mode = "disable_global", importpath = "github.com/gobwas/pool", sum = "h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=", version = "v0.2.1", ) go_repository( name = "com_github_gobwas_ws", build_file_proto_mode = "disable_global", importpath = "github.com/gobwas/ws", sum = "h1:F2aeBZrm2NDsc7vbovKrWSogd4wvfAxg0FQ89/iqOTk=", version = "v1.2.1", ) go_repository( name = "com_github_goccy_go_json", build_file_proto_mode = "disable_global", importpath = "github.com/goccy/go-json", sum = "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=", version = "v0.10.2", ) go_repository( name = "com_github_goccy_go_yaml", build_file_proto_mode = "disable_global", importpath = "github.com/goccy/go-yaml", sum = "h1:n7Z+zx8S9f9KgzG6KtQKf+kwqXZlLNR2F6018Dgau54=", version = "v1.11.0", ) go_repository( name = "com_github_gocql_gocql", build_file_proto_mode = "disable_global", importpath = "github.com/gocql/gocql", sum = "h1:N/MD/sr6o61X+iZBAT2qEUF023s4KbA8RWfKzl0L6MQ=", version = "v0.0.0-20210515062232-b7ef815b4556", ) go_repository( name = "com_github_godbus_dbus", build_file_proto_mode = "disable_global", importpath = "github.com/godbus/dbus", sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=", version = "v0.0.0-20190422162347-ade71ed3457e", ) go_repository( name = "com_github_godbus_dbus_v5", build_file_proto_mode = "disable_global", importpath = "github.com/godbus/dbus/v5", sum = "h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=", version = "v5.1.0", ) go_repository( name = "com_github_gofrs_flock", build_file_proto_mode = "disable_global", importpath = "github.com/gofrs/flock", sum = "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=", version = "v0.8.1", ) go_repository( name = "com_github_gofrs_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/gofrs/uuid", sum = "h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI=", version = "v4.3.1+incompatible", ) go_repository( name = "com_github_gofrs_uuid_v3", build_file_proto_mode = "disable_global", importpath = "github.com/gofrs/uuid/v3", sum = "h1:V3IBv1oU82x6YIr5txe3azVHgmOKYdyKQTowm9moBlY=", version = "v3.1.2", ) go_repository( name = "com_github_gogo_googleapis", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/googleapis", sum = "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=", version = "v1.4.0", ) go_repository( name = "com_github_gogo_protobuf", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/protobuf", sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", version = "v1.3.2", ) go_repository( name = "com_github_golang_collections_go_datastructures", build_file_proto_mode = "disable_global", importpath = "github.com/golang-collections/go-datastructures", sum = "h1:ZHJ7+IGpuOXtVf6Zk/a3WuHQgkC+vXwaqfUBDFwahtI=", version = "v0.0.0-20150211160725-59788d5eb259", ) go_repository( name = "com_github_golang_freetype", build_file_proto_mode = "disable_global", importpath = "github.com/golang/freetype", sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=", version = "v0.0.0-20170609003504-e2365dfdc4a0", ) go_repository( name = "com_github_golang_gddo", build_file_proto_mode = "disable_global", importpath = "github.com/golang/gddo", sum = "h1:xisWqjiKEff2B0KfFYGpCqc3M3zdTz+OHQHRc09FeYk=", version = "v0.0.0-20190904175337-72a348e765d2", ) go_repository( name = "com_github_golang_geo", build_file_proto_mode = "disable_global", importpath = "github.com/golang/geo", sum = "h1:HKlyj6in2JV6wVkmQ4XmG/EIm+SCYlPZ+V4GWit7Z+I=", version = "v0.0.0-20230421003525-6adc56603217", ) go_repository( name = "com_github_golang_glog", build_file_proto_mode = "disable_global", importpath = "github.com/golang/glog", sum = "h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4=", version = "v1.2.1", ) go_repository( name = "com_github_golang_groupcache", build_file_proto_mode = "disable_global", importpath = "github.com/golang/groupcache", sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", version = "v0.0.0-20210331224755-41bb18bfe9da", ) go_repository( name = "com_github_golang_jwt_jwt", build_file_proto_mode = "disable_global", importpath = "github.com/golang-jwt/jwt", sum = "h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=", version = "v3.2.2+incompatible", ) go_repository( name = "com_github_golang_jwt_jwt_v4", build_file_proto_mode = "disable_global", importpath = "github.com/golang-jwt/jwt/v4", sum = "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=", version = "v4.5.0", ) go_repository( name = "com_github_golang_jwt_jwt_v5", build_file_proto_mode = "disable_global", importpath = "github.com/golang-jwt/jwt/v5", sum = "h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=", version = "v5.2.1", ) go_repository( name = "com_github_golang_migrate_migrate_v4", build_file_proto_mode = "disable_global", importpath = "github.com/golang-migrate/migrate/v4", sum = "h1:Sakl3Nm6+wQKq0Q62tpFMi5a503bgGhceo2icrgQ9vM=", version = "v4.15.1", ) go_repository( name = "com_github_golang_mock", build_file_proto_mode = "disable_global", importpath = "github.com/golang/mock", sum = "h1:YojYx61/OLFsiv6Rw1Z96LpldJIy31o+UHmwAUMJ6/U=", version = "v1.7.0-rc.1", ) go_repository( name = "com_github_golang_protobuf", build_file_proto_mode = "disable_global", importpath = "github.com/golang/protobuf", sum = "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=", version = "v1.5.4", ) go_repository( name = "com_github_golang_snappy", build_file_proto_mode = "disable_global", importpath = "github.com/golang/snappy", sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", version = "v0.0.4", ) go_repository( name = "com_github_golang_sql_civil", build_file_proto_mode = "disable_global", importpath = "github.com/golang-sql/civil", sum = "h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=", version = "v0.0.0-20220223132316-b832511892a9", ) go_repository( name = "com_github_golang_sql_sqlexp", build_file_proto_mode = "disable_global", importpath = "github.com/golang-sql/sqlexp", sum = "h1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=", version = "v0.1.0", ) go_repository( name = "com_github_gomodule_redigo", build_file_proto_mode = "disable_global", importpath = "github.com/gomodule/redigo", sum = "h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_google_addlicense", build_file_proto_mode = "disable_global", importpath = "github.com/google/addlicense", sum = "h1:JypWNzPMSgH5yL0NvFoAIsDRlKFgL0AsS3GO5bg4Pto=", version = "v0.0.0-20200906110928-a0294312aa76", ) go_repository( name = "com_github_google_btree", build_file_proto_mode = "disable_global", importpath = "github.com/google/btree", sum = "h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=", version = "v1.1.2", ) go_repository( name = "com_github_google_cadvisor", build_file_proto_mode = "disable_global", importpath = "github.com/google/cadvisor", sum = "h1:1PYeiORXmcFYi609M4Qvq5IzcvcVaWgYxDt78uH8jYA=", version = "v0.49.0", ) go_repository( name = "com_github_google_cel_go", build_file_proto_mode = "disable_global", importpath = "github.com/google/cel-go", sum = "h1:j9m730pMZt1Fc4oKhCLUHfjj6527LuhYcYw0Rl8gqto=", version = "v0.17.8", ) go_repository( name = "com_github_google_certificate_transparency_go", build_file_proto_mode = "disable_global", importpath = "github.com/google/certificate-transparency-go", sum = "h1:LGYKkgZF7satzgTak9R4yzfJXEeYVAjV6/EAEJOf1to=", version = "v1.1.8", ) go_repository( name = "com_github_google_flatbuffers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/flatbuffers", # patch_args = ["-p1"], # keep # patches = ["//hack/patches/bazel:flatbuffers.patch"], # keep sum = "h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg=", version = "v23.5.26+incompatible", ) go_repository( name = "com_github_google_gnostic", build_file_proto_mode = "disable_global", importpath = "github.com/google/gnostic", sum = "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=", version = "v0.5.7-v3refs", ) go_repository( name = "com_github_google_gnostic_models", build_file_proto_mode = "disable_global", importpath = "github.com/google/gnostic-models", sum = "h1:0VpGH+cDhbDtdcweoyCVsF3fhN8kejK6rFe/2FFX2nU=", version = "v0.6.9-0.20230804172637-c7be7c783f49", ) go_repository( name = "com_github_google_go_cmp", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-cmp", sum = "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", version = "v0.6.0", ) go_repository( name = "com_github_google_go_containerregistry", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-containerregistry", sum = "h1:yMQ62Al6/V0Z7CqIrrS1iYoA5/oQCm88DeNujc7C1KY=", version = "v0.19.1", ) go_repository( name = "com_github_google_go_cpy", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-cpy", sum = "h1:5/4TSDzpDnHQ8rKEEQBjRlYx77mHOvXu08oGchxej7o=", version = "v0.0.0-20211218193943-a9c933c06932", ) go_repository( name = "com_github_google_go_github_v33", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v33", sum = "h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=", version = "v33.0.0", ) go_repository( name = "com_github_google_go_github_v35", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v35", sum = "h1:s/soW8jauhjUC3rh8JI0FePuocj0DEI9DNBg/bVplE8=", version = "v35.2.0", ) go_repository( name = "com_github_google_go_github_v45", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v45", sum = "h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI=", version = "v45.2.0", ) go_repository( name = "com_github_google_go_github_v47", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v47", sum = "h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8=", version = "v47.1.0", ) go_repository( name = "com_github_google_go_github_v55", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v55", sum = "h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg=", version = "v55.0.0", ) go_repository( name = "com_github_google_go_jsonnet", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-jsonnet", sum = "h1:Nb4EEOp+rdeGGyB1rQ5eisgSAqrTnhf9ip+X6lzZbY0=", version = "v0.16.0", ) go_repository( name = "com_github_google_go_pkcs11", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-pkcs11", sum = "h1:OF1IPgv+F4NmqmJ98KTjdN97Vs1JxDPB3vbmYzV2dpk=", version = "v0.2.1-0.20230907215043-c6f79328ddf9", ) go_repository( name = "com_github_google_go_querystring", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-querystring", sum = "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", version = "v1.1.0", ) go_repository( name = "com_github_google_gofuzz", build_file_proto_mode = "disable_global", importpath = "github.com/google/gofuzz", sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=", version = "v1.2.0", ) go_repository( name = "com_github_google_martian", build_file_proto_mode = "disable_global", importpath = "github.com/google/martian", sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_google_martian_v3", build_file_proto_mode = "disable_global", importpath = "github.com/google/martian/v3", sum = "h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc=", version = "v3.3.3", ) go_repository( name = "com_github_google_pprof", build_file_proto_mode = "disable_global", importpath = "github.com/google/pprof", sum = "h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg=", version = "v0.0.0-20240424215950-a892ee059fd6", ) go_repository( name = "com_github_google_renameio", build_file_proto_mode = "disable_global", importpath = "github.com/google/renameio", sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", version = "v0.1.0", ) go_repository( name = "com_github_google_rpmpack", build_file_proto_mode = "disable_global", importpath = "github.com/google/rpmpack", sum = "h1:LoQuqlw6kHRwg25n3M0xtYrW+z2pTkR0ae1xx11hRw8=", version = "v0.6.0", ) go_repository( name = "com_github_google_s2a_go", build_file_proto_mode = "disable_global", importpath = "github.com/google/s2a-go", sum = "h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=", version = "v0.1.7", ) go_repository( name = "com_github_google_shlex", build_file_proto_mode = "disable_global", importpath = "github.com/google/shlex", sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=", version = "v0.0.0-20191202100458-e7afc7fbc510", ) go_repository( name = "com_github_google_tink_go", build_file_proto_mode = "disable_global", importpath = "github.com/google/tink/go", sum = "h1:6Eox8zONGebBFcCBqkVmt60LaWZa6xg1cl/DwAh/J1w=", version = "v1.7.0", ) go_repository( name = "com_github_google_trillian", build_file_proto_mode = "disable_global", importpath = "github.com/google/trillian", sum = "h1:jMBeDBIkINFvS2n6oV5maDqfRlxREAc6CW9QYWQ0qT4=", version = "v1.6.0", ) go_repository( name = "com_github_google_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/google/uuid", sum = "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=", version = "v1.6.0", ) go_repository( name = "com_github_google_wire", build_file_proto_mode = "disable_global", importpath = "github.com/google/wire", sum = "h1:HBkoIh4BdSxoyo9PveV8giw7ZsaBOvzWKfcg/6MrVwI=", version = "v0.6.0", ) go_repository( name = "com_github_googleapis_enterprise_certificate_proxy", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/enterprise-certificate-proxy", sum = "h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=", version = "v0.3.2", ) go_repository( name = "com_github_googleapis_gax_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gax-go/v2", sum = "h1:9gWcmF85Wvq4ryPFvGFaOgPIs1AQX0d0bcbGw4Z96qg=", version = "v2.12.4", ) go_repository( name = "com_github_googleapis_gnostic", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gnostic", sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=", version = "v0.5.5", ) go_repository( name = "com_github_googleapis_go_type_adapters", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/go-type-adapters", sum = "h1:9XdMn+d/G57qq1s8dNc5IesGCXHf6V2HZ2JwRxfA2tA=", version = "v1.0.0", ) go_repository( name = "com_github_googleapis_google_cloud_go_testing", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/google-cloud-go-testing", sum = "h1:zC34cGQu69FG7qzJ3WiKW244WfhDC3xxYMeNOX2gtUQ=", version = "v0.0.0-20210719221736-1c9a4c676720", ) go_repository( name = "com_github_googlecloudplatform_cloudsql_proxy", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy", sum = "h1:FxIbu5BOW8OktE1c/wKKCMpuzzb9/ZxWwGsS1WDRe7E=", version = "v1.28.0", ) go_repository( name = "com_github_googlecloudplatform_declarative_resource_client_library", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/declarative-resource-client-library", sum = "h1:ClnwLCqnr8/exvPWhBLJOj16oa8bvw8Fhu45wCjvQbU=", version = "v1.42.0", ) go_repository( name = "com_github_googlecloudplatform_k8s_cloud_provider", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider", sum = "h1:Heo1J/ttaQFgGJSVnCZquy3e5eH5j1nqxBuomztB3P0=", version = "v1.18.1-0.20220218231025-f11817397a1b", ) go_repository( name = "com_github_googlecloudplatform_k8s_config_connector", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/k8s-config-connector", sum = "h1:51VIMtFx7LFr/FT/yH5h/r4G3+tYIbJDNw2cQB8fTt0=", version = "v1.106.0", ) go_repository( name = "com_github_gopherjs_gopherjs", build_file_proto_mode = "disable_global", importpath = "github.com/gopherjs/gopherjs", sum = "h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g=", version = "v1.17.2", ) go_repository( name = "com_github_gopherjs_jsbuiltin", build_file_proto_mode = "disable_global", importpath = "github.com/gopherjs/jsbuiltin", sum = "h1:atBEgNR1C5+LFkl8ipQtLee9RStheS8YeCSkiYqBhOg=", version = "v0.0.0-20180426082241-50091555e127", ) go_repository( name = "com_github_gorilla_context", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/context", sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=", version = "v1.1.1", ) go_repository( name = "com_github_gorilla_css", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/css", sum = "h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=", version = "v1.0.0", ) go_repository( name = "com_github_gorilla_handlers", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/handlers", sum = "h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4=", version = "v1.5.1", ) go_repository( name = "com_github_gorilla_mux", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/mux", sum = "h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=", version = "v1.8.1", ) go_repository( name = "com_github_gorilla_pat", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/pat", sum = "h1:LqbZZ9sNMWVjeXS4NN5oVvhMjDyLhmA1LG86oSo+IqY=", version = "v0.0.0-20180118222023-199c85a7f6d1", ) go_repository( name = "com_github_gorilla_securecookie", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/securecookie", sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=", version = "v1.1.1", ) go_repository( name = "com_github_gorilla_sessions", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/sessions", sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=", version = "v1.2.1", ) go_repository( name = "com_github_gorilla_websocket", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/websocket", sum = "h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=", version = "v1.5.3", ) go_repository( name = "com_github_gosimple_slug", build_file_proto_mode = "disable_global", importpath = "github.com/gosimple/slug", sum = "h1:r5vDcYrFz9BmfIAMC829un9hq7hKM4cHUrsv36LbEqs=", version = "v1.9.0", ) go_repository( name = "com_github_gosuri_uitable", build_file_proto_mode = "disable_global", importpath = "github.com/gosuri/uitable", sum = "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=", version = "v0.0.4", ) go_repository( name = "com_github_gotestyourself_gotestyourself", build_file_proto_mode = "disable_global", importpath = "github.com/gotestyourself/gotestyourself", sum = "h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=", version = "v2.2.0+incompatible", ) go_repository( name = "com_github_grantae_certinfo", build_file_proto_mode = "disable_global", importpath = "github.com/grantae/certinfo", sum = "h1:NGgE5ELokSf2tZ/bydyDUKrvd/jP8lrAoPNeBuMOTOk=", version = "v0.0.0-20170412194111-59d56a35515b", ) go_repository( name = "com_github_gregjones_httpcache", build_file_proto_mode = "disable_global", importpath = "github.com/gregjones/httpcache", sum = "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=", version = "v0.0.0-20190611155906-901d90724c79", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_middleware", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/go-grpc-middleware", sum = "h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=", version = "v1.4.0", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_prometheus", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/go-grpc-prometheus", sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", version = "v1.2.0", ) go_repository( name = "com_github_grpc_ecosystem_grpc_gateway", build_directives = [ "gazelle:exclude **/**_test.go", "gazelle:exclude examples/**/*", "gazelle:exclude examples", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal @grpc_ecosystem_grpc_gateway//internal", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options @grpc_ecosystem_grpc_gateway//protoc-gen-swagger", ], build_file_generation = "on", build_file_name = "BUILD.bazel", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/grpc-gateway", sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", version = "v1.16.0", ) go_repository( name = "com_github_grpc_ecosystem_grpc_gateway_v2", build_directives = [ #https://github.com/bazelbuild/bazel-gazelle/issues/1773 "gazelle:go_generate_proto false", "gazelle:exclude examples/**/*", "gazelle:exclude examples/internal/proto/examplepb", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/internal/descriptor/apiconfig //internal/descriptor/apiconfig", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/internal/descriptor/openapiconfig //internal/descriptor/openapiconfig", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options //protoc-gen-openapiv2/options", ], build_file_generation = "on", build_file_name = "BUILD.bazel", # keep: https://github.com/bazelbuild/bazel-gazelle/issues/890 build_file_proto_mode = "disable_global", build_naming_convention = "go_default_library", # keep: https://github.com/bazelbuild/bazel-gazelle/issues/980 importpath = "github.com/grpc-ecosystem/grpc-gateway/v2", sum = "h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=", version = "v2.19.1", ) go_repository( name = "com_github_h2non_filetype", build_file_proto_mode = "disable_global", importpath = "github.com/h2non/filetype", sum = "h1:xvOwnXKAckvtLWsN398qS9QhlxlnVXBjXBydK2/UFB4=", version = "v1.1.1", ) go_repository( name = "com_github_h2non_parth", build_file_proto_mode = "disable_global", importpath = "github.com/h2non/parth", sum = "h1:2VTzZjLZBgl62/EtslCrtky5vbi9dd7HrQPQIx6wqiw=", version = "v0.0.0-20190131123155-b4df798d6542", ) go_repository( name = "com_github_hailocab_go_hostpool", build_file_proto_mode = "disable_global", importpath = "github.com/hailocab/go-hostpool", sum = "h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=", version = "v0.0.0-20160125115350-e80d13ce29ed", ) go_repository( name = "com_github_hamba_avro_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hamba/avro/v2", sum = "h1:6PKpEWzJfNnvBgn7m2/8WYaDOUASxfDU+Jyb4ojDgFY=", version = "v2.17.2", ) go_repository( name = "com_github_hanwen_go_fuse", build_file_proto_mode = "disable_global", importpath = "github.com/hanwen/go-fuse", sum = "h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=", version = "v1.0.0", ) go_repository( name = "com_github_hanwen_go_fuse_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hanwen/go-fuse/v2", sum = "h1:+32ffteETaLYClUj0a3aHjZ1hOPxxaNEHiZiujuDaek=", version = "v2.1.0", ) go_repository( name = "com_github_hashicorp_consul_api", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/consul/api", sum = "h1:CqrdhYzc8XZuPnhIYZWH45toM0LB9ZeYr/gvpLVI3PE=", version = "v1.25.1", ) go_repository( name = "com_github_hashicorp_consul_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/consul/sdk", sum = "h1:LnuDWGNsoajlhGyHJvuWW6FVqRl8JOTPqS6CPTsYjhY=", version = "v0.1.1", ) go_repository( name = "com_github_hashicorp_errwrap", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/errwrap", sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", version = "v1.1.0", ) go_repository( name = "com_github_hashicorp_go_checkpoint", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-checkpoint", sum = "h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=", version = "v0.5.0", ) go_repository( name = "com_github_hashicorp_go_cleanhttp", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-cleanhttp", sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", version = "v0.5.2", ) go_repository( name = "com_github_hashicorp_go_cty", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-cty", sum = "h1:1/D3zfFHttUKaCaGKZ/dR2roBXv0vKbSCnssIldfQdI=", version = "v1.4.1-0.20200414143053-d3edf31b6320", ) go_repository( name = "com_github_hashicorp_go_hclog", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-hclog", sum = "h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=", version = "v1.6.3", ) go_repository( name = "com_github_hashicorp_go_immutable_radix", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-immutable-radix", sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=", version = "v1.3.1", ) go_repository( name = "com_github_hashicorp_go_msgpack", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-msgpack", sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", version = "v0.5.3", ) go_repository( name = "com_github_hashicorp_go_multierror", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-multierror", sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", version = "v1.1.1", ) go_repository( name = "com_github_hashicorp_go_net", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go.net", sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=", version = "v0.0.1", ) go_repository( name = "com_github_hashicorp_go_plugin", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-plugin", sum = "h1:CHGwpxYDOttQOY7HOWgETU9dyVjOXzniXDqJcYJE1zM=", version = "v1.4.8", ) go_repository( name = "com_github_hashicorp_go_retryablehttp", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-retryablehttp", sum = "h1:bJj+Pj19UZMIweq/iie+1u5YCdGrnxCT9yvm0e+Nd5M=", version = "v0.7.5", ) go_repository( name = "com_github_hashicorp_go_rootcerts", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-rootcerts", sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_go_secure_stdlib_awsutil", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-secure-stdlib/awsutil", sum = "h1:I8bynUKMh9I7JdwtW9voJ0xmHvBpxQtLjrMFDYmhOxY=", version = "v0.3.0", ) go_repository( name = "com_github_hashicorp_go_secure_stdlib_parseutil", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-secure-stdlib/parseutil", sum = "h1:iBt4Ew4XEGLfh6/bPk4rSYmuZJGizr6/x/AEizP0CQc=", version = "v0.1.8", ) go_repository( name = "com_github_hashicorp_go_secure_stdlib_strutil", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-secure-stdlib/strutil", sum = "h1:kes8mmyCpxJsI7FTwtzRqEy9CdjCtrXrXGuOpxEA7Ts=", version = "v0.1.2", ) go_repository( name = "com_github_hashicorp_go_sockaddr", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-sockaddr", sum = "h1:RSG8rKU28VTUTvEKghe5gIhIQpv8evvNpnDEyqO4u9I=", version = "v1.0.6", ) go_repository( name = "com_github_hashicorp_go_syslog", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-syslog", sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-uuid", sum = "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=", version = "v1.0.3", ) go_repository( name = "com_github_hashicorp_go_version", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-version", sum = "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=", version = "v1.6.0", ) go_repository( name = "com_github_hashicorp_golang_lru", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/golang-lru", sum = "h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_golang_lru_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/golang-lru/v2", sum = "h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=", version = "v2.0.7", ) go_repository( name = "com_github_hashicorp_hc_install", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/hc-install", sum = "h1:cZkRFr1WVa0Ty6x5fTvL1TuO1flul231rWkGH92oYYk=", version = "v0.4.0", ) go_repository( name = "com_github_hashicorp_hcl", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/hcl", sum = "h1:kI3hhbbyzr4dldA8UdTb7ZlVVlI2DACdCfz31RPDgJM=", version = "v1.0.1-vault-5", ) go_repository( name = "com_github_hashicorp_hcl_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/hcl/v2", sum = "h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=", version = "v2.20.1", ) go_repository( name = "com_github_hashicorp_logutils", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/logutils", sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_mdns", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/mdns", sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_memberlist", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/memberlist", sum = "h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=", version = "v0.5.0", ) go_repository( name = "com_github_hashicorp_serf", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/serf", sum = "h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=", version = "v0.10.1", ) go_repository( name = "com_github_hashicorp_terraform_exec", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-exec", sum = "h1:MX14Kvnka/oWGmIkyuyvL6POx25ZmKrjlaclkx3eErU=", version = "v0.17.3", ) go_repository( name = "com_github_hashicorp_terraform_json", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-json", sum = "h1:sh9iZ1Y8IFJLx+xQiKHGud6/TSUCM0N8e17dKDpqV7s=", version = "v0.14.0", ) go_repository( name = "com_github_hashicorp_terraform_plugin_framework", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-framework", sum = "h1:PbnEKHsIU8KTTzoztHQGgjZUWx7Kk8uGtpGMMc1p+oI=", version = "v1.1.1", ) go_repository( name = "com_github_hashicorp_terraform_plugin_framework_validators", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-framework-validators", sum = "h1:LYz4bXh3t7bTEydXOmPDPupRRnA480B/9+jV8yZvxBA=", version = "v0.9.0", ) go_repository( name = "com_github_hashicorp_terraform_plugin_go", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-go", sum = "h1:nlnJ1GXKdMwsC8g1Nh05tK2wsC3+3BL/DBBxFEki+j0=", version = "v0.14.3", ) go_repository( name = "com_github_hashicorp_terraform_plugin_log", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-log", sum = "h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R+Y2BQ0sRZftGKQs=", version = "v0.7.0", ) go_repository( name = "com_github_hashicorp_terraform_plugin_mux", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-mux", sum = "h1:WCTP66mZ+iIaIrCNJnjPEYnVjawTshnDJu12BcXK1EI=", version = "v0.8.0", ) go_repository( name = "com_github_hashicorp_terraform_plugin_sdk_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-plugin-sdk/v2", sum = "h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=", version = "v2.24.0", ) go_repository( name = "com_github_hashicorp_terraform_provider_google_beta", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-provider-google-beta", replace = "github.com/GoogleCloudPlatform/k8s-config-connector/third_party/github.com/hashicorp/terraform-provider-google-beta", sum = "h1:c7HTmmkrPOP7wONFINaUdnAzVCcknd8bdgKOY5k5z9w=", version = "v0.0.0-20230520033129-a2a51eb9a5e9", ) go_repository( name = "com_github_hashicorp_terraform_registry_address", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-registry-address", sum = "h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=", version = "v0.1.0", ) go_repository( name = "com_github_hashicorp_terraform_svchost", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/terraform-svchost", sum = "h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=", version = "v0.0.0-20200729002733-f050f53b9734", ) go_repository( name = "com_github_hashicorp_vault_api", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api", sum = "h1:7YkCTE5Ni90TcmYHDBExdt4WGJxhpzaHqR6uGbQb/rE=", version = "v1.12.2", ) go_repository( name = "com_github_hashicorp_vault_api_auth_approle", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api/auth/approle", sum = "h1:ELfFFQlTM/e97WJKu1HvNFa7lQ3tlTwwzrR1NJE1V7Y=", version = "v0.6.0", ) go_repository( name = "com_github_hashicorp_vault_api_auth_aws", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api/auth/aws", sum = "h1:L4mBSAW44EjgX4OJ3w6aDXQeehuGE9OMY9ldNbKgGXM=", version = "v0.6.0", ) go_repository( name = "com_github_hashicorp_vault_api_auth_kubernetes", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api/auth/kubernetes", sum = "h1:K8sKGhtTAqGKfzaaYvUSIOAqTOIn3Gk1EsCEAMzZHtM=", version = "v0.6.0", ) go_repository( name = "com_github_hashicorp_vault_api_auth_ldap", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api/auth/ldap", sum = "h1:uvGmLzWQtZ0VZ8TCT2zTfdBNFHiFEG3Z9dQbXp0vZeE=", version = "v0.6.0", ) go_repository( name = "com_github_hashicorp_vault_api_auth_userpass", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api/auth/userpass", sum = "h1:wpiGIbS7CMdqqqs7GNQMO+AQW6DxecGBDTgxaBW5R9Q=", version = "v0.6.0", ) go_repository( name = "com_github_hashicorp_vault_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/sdk", sum = "h1:0UEOLhFyoEMpb/r8H5qyOu58A/j35pncqiS/d+ORKYk=", version = "v0.10.2", ) go_repository( name = "com_github_hashicorp_yamux", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/yamux", sum = "h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=", version = "v0.0.0-20181012175058-2f1d1f20f75d", ) go_repository( name = "com_github_hdrhistogram_hdrhistogram_go", build_file_proto_mode = "disable_global", importpath = "github.com/HdrHistogram/hdrhistogram-go", sum = "h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=", version = "v1.1.2", ) go_repository( name = "com_github_henvic_httpretty", build_file_proto_mode = "disable_global", importpath = "github.com/henvic/httpretty", sum = "h1:JdzGzKZBajBfnvlMALXXMVQWxWMF/ofTy8C3/OSUTxs=", version = "v0.0.6", ) go_repository( name = "com_github_hexops_gotextdiff", build_file_proto_mode = "disable_global", importpath = "github.com/hexops/gotextdiff", sum = "h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=", version = "v1.0.3", ) go_repository( name = "com_github_howeyc_gopass", build_file_proto_mode = "disable_global", importpath = "github.com/howeyc/gopass", sum = "h1:A9HsByNhogrvm9cWb28sjiS3i7tcKCkflWFEkHfuAgM=", version = "v0.0.0-20210920133722-c8aef6fb66ef", ) go_repository( name = "com_github_hpcloud_tail", build_file_proto_mode = "disable_global", importpath = "github.com/hpcloud/tail", sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", version = "v1.0.0", ) go_repository( name = "com_github_huandu_xstrings", build_file_proto_mode = "disable_global", importpath = "github.com/huandu/xstrings", sum = "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=", version = "v1.4.0", ) go_repository( name = "com_github_hudl_fargo", build_file_proto_mode = "disable_global", importpath = "github.com/hudl/fargo", sum = "h1:ZDDILMbB37UlAVLlWcJ2Iz1XuahZZTDZfdCKeclfq2s=", version = "v1.4.0", ) go_repository( name = "com_github_ianlancetaylor_demangle", build_file_proto_mode = "disable_global", importpath = "github.com/ianlancetaylor/demangle", sum = "h1:KwWnWVWCNtNq/ewIX7HIKnELmEx2nDP42yskD/pi7QE=", version = "v0.0.0-20240312041847-bd984b5ce465", ) go_repository( name = "com_github_ibm_go_sdk_core_v5", build_file_proto_mode = "disable_global", importpath = "github.com/IBM/go-sdk-core/v5", sum = "h1:5ZltNcryRI8kVcuvNJGR2EXKqb7HtM4atA0Nm5QwAFE=", version = "v5.16.5", ) go_repository( name = "com_github_ibm_secrets_manager_go_sdk_v2", build_file_proto_mode = "disable_global", importpath = "github.com/IBM/secrets-manager-go-sdk/v2", sum = "h1:xa9e+POVqaXxXHXkSMCOVAbKdUNEu86jQmo5hcpd+L4=", version = "v2.0.4", ) go_repository( name = "com_github_icza_dyno", build_file_proto_mode = "disable_global", importpath = "github.com/icza/dyno", sum = "h1:nHoRIX8iXob3Y2kdt9KsjyIb7iApSvb3vgsd93xb5Ow=", version = "v0.0.0-20230330125955-09f820a8d9c0", ) go_repository( name = "com_github_imdario_mergo", build_file_proto_mode = "disable_global", importpath = "github.com/imdario/mergo", sum = "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=", version = "v0.3.16", ) go_repository( name = "com_github_in_toto_in_toto_golang", build_file_proto_mode = "disable_global", importpath = "github.com/in-toto/in-toto-golang", sum = "h1:tHny7ac4KgtsfrG6ybU8gVOZux2H8jN05AXJ9EBM1XU=", version = "v0.9.0", ) go_repository( name = "com_github_inconshreveable_mousetrap", build_file_proto_mode = "disable_global", importpath = "github.com/inconshreveable/mousetrap", sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=", version = "v1.1.0", ) go_repository( name = "com_github_influxdata_influxdb1_client", build_file_proto_mode = "disable_global", importpath = "github.com/influxdata/influxdb1-client", sum = "h1:HqW4xhhynfjrtEiiSGcQUd6vrK23iMam1FO8rI7mwig=", version = "v0.0.0-20200827194710-b269163b24ab", ) go_repository( name = "com_github_inhies_go_bytesize", build_file_proto_mode = "disable_global", importpath = "github.com/inhies/go-bytesize", sum = "h1:RrGCja4Grfz7QM2hw+SUZIYlbHoqBfbvzlWRT3seXB8=", version = "v0.0.0-20201103132853-d0aed0d254f8", ) go_repository( name = "com_github_instrumenta_kubeval", build_file_proto_mode = "disable_global", importpath = "github.com/instrumenta/kubeval", sum = "h1:P9mMMkEUuxqvTyvzjMExBlyyDmowHeFHyFlS80ks/+0=", version = "v0.0.0-20201118090229-529b532b1ea1", ) go_repository( name = "com_github_intel_goresctrl", build_file_proto_mode = "disable_global", importpath = "github.com/intel/goresctrl", sum = "h1:K2D3GOzihV7xSBedGxONSlaw/un1LZgWsc9IfqipN4c=", version = "v0.3.0", ) go_repository( name = "com_github_ishidawataru_sctp", build_file_proto_mode = "disable_global", importpath = "github.com/ishidawataru/sctp", sum = "h1:i2fYnDurfLlJH8AyyMOnkLHnHeP8Ff/DDpuZA/D3bPo=", version = "v0.0.0-20230406120618-7ff4192f6ff2", ) go_repository( name = "com_github_itchyny_gojq", build_file_proto_mode = "disable_global", importpath = "github.com/itchyny/gojq", sum = "h1:WC1Nxbx4Ifw5U2oQWACYz32JK8G9qxNtHzrvW4KEcqI=", version = "v0.12.15", ) go_repository( name = "com_github_itchyny_timefmt_go", build_file_proto_mode = "disable_global", importpath = "github.com/itchyny/timefmt-go", sum = "h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE=", version = "v0.1.5", ) go_repository( name = "com_github_j_keck_arping", build_file_proto_mode = "disable_global", importpath = "github.com/j-keck/arping", sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=", version = "v0.0.0-20160618110441-2cf9dc699c56", ) go_repository( name = "com_github_jackc_chunkreader", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/chunkreader", sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=", version = "v1.0.0", ) go_repository( name = "com_github_jackc_chunkreader_v2", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/chunkreader/v2", sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=", version = "v2.0.1", ) go_repository( name = "com_github_jackc_fake", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/fake", sum = "h1:vr3AYkKovP8uR8AvSGGUK1IDqRa5lAAvEkZG1LKaCRc=", version = "v0.0.0-20150926172116-812a484cc733", ) go_repository( name = "com_github_jackc_pgconn", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgconn", sum = "h1:bVoTr12EGANZz66nZPkMInAV/KHD2TxH9npjXXgiB3w=", version = "v1.14.3", ) go_repository( name = "com_github_jackc_pgerrcode", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgerrcode", sum = "h1:WAvSpGf7MsFuzAtK4Vk7R4EVe+liW4x83r4oWu0WHKw=", version = "v0.0.0-20201024163028-a0d42d470451", ) go_repository( name = "com_github_jackc_pgio", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgio", sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=", version = "v1.0.0", ) go_repository( name = "com_github_jackc_pgmock", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgmock", sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=", version = "v0.0.0-20210724152146-4ad1a8207f65", ) go_repository( name = "com_github_jackc_pgpassfile", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgpassfile", sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=", version = "v1.0.0", ) go_repository( name = "com_github_jackc_pgproto3", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgproto3", sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=", version = "v1.1.0", ) go_repository( name = "com_github_jackc_pgproto3_v2", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgproto3/v2", sum = "h1:1HLSx5H+tXR9pW3in3zaztoEwQYRC9SQaYUHjTSUOag=", version = "v2.3.3", ) go_repository( name = "com_github_jackc_pgservicefile", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgservicefile", sum = "h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=", version = "v0.0.0-20221227161230-091c0ba34f0a", ) go_repository( name = "com_github_jackc_pgtype", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgtype", sum = "h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=", version = "v1.14.0", ) go_repository( name = "com_github_jackc_pgx", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgx", sum = "h1:2zP5OD7kiyR3xzRYMhOcXVvkDZsImVXfj+yIyTQf3/o=", version = "v3.6.2+incompatible", ) go_repository( name = "com_github_jackc_pgx_v4", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgx/v4", sum = "h1:dE2/TrEsGX3RBprb3qryqSV9Y60iZN1C6i8IrmW9/BA=", version = "v4.18.3", ) go_repository( name = "com_github_jackc_pgx_v5", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/pgx/v5", sum = "h1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw=", version = "v5.5.5", ) go_repository( name = "com_github_jackc_puddle", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/puddle", sum = "h1:eHK/5clGOatcjX3oWGBO/MpxpbHzSwud5EWTSCI+MX0=", version = "v1.3.0", ) go_repository( name = "com_github_jackc_puddle_v2", build_file_proto_mode = "disable_global", importpath = "github.com/jackc/puddle/v2", sum = "h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=", version = "v2.2.1", ) go_repository( name = "com_github_jacobsa_go_serial", build_file_proto_mode = "disable_global", importpath = "github.com/jacobsa/go-serial", sum = "h1:G2ztCwXov8mRvP0ZfjE6nAlaCX2XbykaeHdbT6KwDz0=", version = "v0.0.0-20180131005756-15cf729a72d4", ) go_repository( name = "com_github_jandelgado_gcov2lcov", build_file_proto_mode = "disable_global", importpath = "github.com/jandelgado/gcov2lcov", sum = "h1:vn5CHED3UxZKIneSxETU9SXXGgsILP8hZHlx+M0u1BQ=", version = "v1.0.4-0.20210120124023-b83752c6dc08", ) go_repository( name = "com_github_jarcoal_httpmock", build_file_proto_mode = "disable_global", importpath = "github.com/jarcoal/httpmock", sum = "h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bwwc=", version = "v1.2.0", ) go_repository( name = "com_github_jbenet_go_context", build_file_proto_mode = "disable_global", importpath = "github.com/jbenet/go-context", sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=", version = "v0.0.0-20150711004518-d14ea06fba99", ) go_repository( name = "com_github_jedib0t_go_pretty_v6", build_file_proto_mode = "disable_global", importpath = "github.com/jedib0t/go-pretty/v6", sum = "h1:GAK/1WJY9WVVrKd601HGB89ihLBDfJnUIJye31PY+uk=", version = "v6.3.9", ) go_repository( name = "com_github_jedisct1_go_minisign", build_file_proto_mode = "disable_global", importpath = "github.com/jedisct1/go-minisign", sum = "h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=", version = "v0.0.0-20230811132847-661be99b8267", ) go_repository( name = "com_github_jeffashton_win_pdh", build_file_proto_mode = "disable_global", importpath = "github.com/JeffAshton/win_pdh", sum = "h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=", version = "v0.0.0-20161109143554-76bb4ee9f0ab", ) go_repository( name = "com_github_jellydator_ttlcache_v3", build_file_proto_mode = "disable_global", importpath = "github.com/jellydator/ttlcache/v3", sum = "h1:6lqVJ8X3ZaUwvzENqPAobDsXNExfUJd61u++uW8a3LE=", version = "v3.2.0", ) go_repository( name = "com_github_jessevdk_go_flags", build_file_proto_mode = "disable_global", importpath = "github.com/jessevdk/go-flags", sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=", version = "v1.5.0", ) go_repository( name = "com_github_jezek_xgb", build_file_proto_mode = "disable_global", importpath = "github.com/jezek/xgb", sum = "h1:dy+DS31tGEGCsZzB45HmJJNHjur8GDgtRNX9U7HnSX4=", version = "v0.0.0-20210312150743-0e0f116e1240", ) go_repository( name = "com_github_jhump_protoreflect", build_file_proto_mode = "disable_global", importpath = "github.com/jhump/protoreflect", sum = "h1:6SFRuqU45u9hIZPJAoZ8c28T3nK64BNdp9w6jFonzls=", version = "v1.15.3", ) go_repository( name = "com_github_jinzhu_inflection", build_file_proto_mode = "disable_global", importpath = "github.com/jinzhu/inflection", sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=", version = "v1.0.0", ) go_repository( name = "com_github_jinzhu_now", build_file_proto_mode = "disable_global", importpath = "github.com/jinzhu/now", sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=", version = "v1.1.1", ) go_repository( name = "com_github_jmespath_go_jmespath", build_file_proto_mode = "disable_global", importpath = "github.com/jmespath/go-jmespath", sum = "h1:liMMTbpW34dhU4az1GN0pTPADwNmvoRSeoZ6PItiqnY=", version = "v0.4.1-0.20220621161143-b0104c826a24", ) go_repository( name = "com_github_jmespath_go_jmespath_internal_testify", build_file_proto_mode = "disable_global", importpath = "github.com/jmespath/go-jmespath/internal/testify", sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=", version = "v1.5.1", ) go_repository( name = "com_github_jmhodges_clock", build_file_proto_mode = "disable_global", importpath = "github.com/jmhodges/clock", sum = "h1:eq4kys+NI0PLngzaHEe7AmPT90XMGIEySD1JfV1PDIs=", version = "v1.2.0", ) go_repository( name = "com_github_jmoiron_sqlx", build_file_proto_mode = "disable_global", importpath = "github.com/jmoiron/sqlx", sum = "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=", version = "v1.3.5", ) go_repository( name = "com_github_joeshaw_multierror", build_file_proto_mode = "disable_global", importpath = "github.com/joeshaw/multierror", sum = "h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=", version = "v0.0.0-20140124173710-69b34d4ec901", ) go_repository( name = "com_github_johncgriffin_overflow", build_file_proto_mode = "disable_global", importpath = "github.com/JohnCGriffin/overflow", sum = "h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=", version = "v0.0.0-20211019200055-46fa312c352c", ) go_repository( name = "com_github_joho_godotenv", build_file_proto_mode = "disable_global", importpath = "github.com/joho/godotenv", sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=", version = "v1.3.0", ) go_repository( name = "com_github_jonboulle_clockwork", build_file_proto_mode = "disable_global", importpath = "github.com/jonboulle/clockwork", sum = "h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=", version = "v0.4.0", ) go_repository( name = "com_github_josephspurrier_goversioninfo", build_file_proto_mode = "disable_global", importpath = "github.com/josephspurrier/goversioninfo", sum = "h1:Puhl12NSHUSALHSuzYwPYQkqa2E1+7SrtAPJorKK0C8=", version = "v1.4.0", ) go_repository( name = "com_github_josharian_intern", build_file_proto_mode = "disable_global", importpath = "github.com/josharian/intern", sum = "h1:f8m7k2T128wwQej7ewBVgUfHNgCu3uXod6wopWGDvE4=", version = "v1.0.1-0.20211109044230-42b52b674af5", ) go_repository( name = "com_github_josharian_native", build_file_proto_mode = "disable_global", importpath = "github.com/josharian/native", sum = "h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=", version = "v1.1.0", ) go_repository( name = "com_github_joshdk_go_junit", build_file_proto_mode = "disable_global", importpath = "github.com/joshdk/go-junit", sum = "h1:lcSbmPJf3b19MTZtGDLI6Y2Jnk3VBDT8UG/8IVCEMxA=", version = "v0.0.0-20210226021600-6145f504ca0d", ) go_repository( name = "com_github_jpillora_backoff", build_file_proto_mode = "disable_global", importpath = "github.com/jpillora/backoff", sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", version = "v1.0.0", ) go_repository( name = "com_github_json_iterator_go", build_file_proto_mode = "disable_global", importpath = "github.com/json-iterator/go", sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", version = "v1.1.12", ) go_repository( name = "com_github_jstemmer_go_junit_report", build_file_proto_mode = "disable_global", importpath = "github.com/jstemmer/go-junit-report", sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", version = "v0.9.1", ) go_repository( name = "com_github_jtolds_gls", build_file_proto_mode = "disable_global", importpath = "github.com/jtolds/gls", sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=", version = "v4.20.0+incompatible", ) go_repository( name = "com_github_julienschmidt_httprouter", build_file_proto_mode = "disable_global", importpath = "github.com/julienschmidt/httprouter", sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", version = "v1.3.0", ) go_repository( name = "com_github_jung_kurt_gofpdf", build_file_proto_mode = "disable_global", importpath = "github.com/jung-kurt/gofpdf", sum = "h1:jgbatWHfRlPYiK85qgevsZTHviWXKwB1TTiKdz5PtRc=", version = "v1.16.2", ) go_repository( name = "com_github_k0kubun_colorstring", build_file_proto_mode = "disable_global", importpath = "github.com/k0kubun/colorstring", sum = "h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM=", version = "v0.0.0-20150214042306-9440f1994b88", ) go_repository( name = "com_github_k0kubun_pp", build_file_proto_mode = "disable_global", importpath = "github.com/k0kubun/pp", sum = "h1:EKhKbi34VQDWJtq+zpsKSEhkHHs9w2P8Izbq8IhLVSo=", version = "v2.3.0+incompatible", ) go_repository( name = "com_github_k8snetworkplumbingwg_network_attachment_definition_client", build_file_proto_mode = "disable_global", importpath = "github.com/k8snetworkplumbingwg/network-attachment-definition-client", sum = "h1:Lq6HJa0JqSg5ko/mkizFWlpIrY7845g9Dzz9qeD5aXI=", version = "v0.0.0-20191119172530-79f836b90111", ) go_repository( name = "com_github_kardianos_osext", build_file_proto_mode = "disable_global", importpath = "github.com/kardianos/osext", sum = "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=", version = "v0.0.0-20190222173326-2bc1f35cddc0", ) go_repository( name = "com_github_karlseguin_expect", build_file_proto_mode = "disable_global", importpath = "github.com/karlseguin/expect", sum = "h1:vJ0Snvo+SLMY72r5J4sEfkuE7AFbixEP2qRbEcum/wA=", version = "v1.0.2-0.20190806010014-778a5f0c6003", ) go_repository( name = "com_github_karrick_godirwalk", build_file_proto_mode = "disable_global", importpath = "github.com/karrick/godirwalk", sum = "h1:b4kY7nqDdioR/6qnbHQyDvmA17u5G1cZ6J+CZXwSWoI=", version = "v1.17.0", ) go_repository( name = "com_github_kballard_go_shellquote", build_file_proto_mode = "disable_global", importpath = "github.com/kballard/go-shellquote", sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=", version = "v0.0.0-20180428030007-95032a82bc51", ) go_repository( name = "com_github_keeper_security_secrets_manager_go_core", build_file_proto_mode = "disable_global", importpath = "github.com/keeper-security/secrets-manager-go/core", sum = "h1:bRZUJI/s5WwVbceSNlKyKqYuBNKkZCyNPH4lU2GYiF0=", version = "v1.6.2", ) go_repository( name = "com_github_kelseyhightower_envconfig", build_file_proto_mode = "disable_global", importpath = "github.com/kelseyhightower/envconfig", sum = "h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=", version = "v1.4.0", ) go_repository( name = "com_github_kevinburke_ssh_config", build_file_proto_mode = "disable_global", importpath = "github.com/kevinburke/ssh_config", sum = "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=", version = "v1.2.0", ) go_repository( name = "com_github_kevinmbeaulieu_eq_go", build_file_proto_mode = "disable_global", importpath = "github.com/kevinmbeaulieu/eq-go", sum = "h1:AQgYHURDOmnVJ62jnEk0W/7yFKEn+Lv8RHN6t7mB0Zo=", version = "v1.0.0", ) go_repository( name = "com_github_kidstuff_mongostore", build_file_proto_mode = "disable_global", importpath = "github.com/kidstuff/mongostore", sum = "h1:TLCm7HR+P9HM2NXaAJaIiHerOUMedtFJeAfaYwZ8YhY=", version = "v0.0.0-20181113001930-e650cd85ee4b", ) go_repository( name = "com_github_kisielk_errcheck", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/errcheck", sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", version = "v1.5.0", ) go_repository( name = "com_github_kisielk_gotool", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/gotool", sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", version = "v1.0.0", ) go_repository( name = "com_github_kisielk_sqlstruct", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/sqlstruct", sum = "h1:veS9QfglfvqAw2e+eeNT/SbGySq8ajECXJ9e4fPoLhY=", version = "v0.0.0-20201105191214-5f3e10d3ab46", ) go_repository( name = "com_github_klauspost_asmfmt", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/asmfmt", sum = "h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=", version = "v1.3.2", ) go_repository( name = "com_github_klauspost_compress", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/compress", sum = "h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=", version = "v1.17.8", ) go_repository( name = "com_github_klauspost_cpuid_v2", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/cpuid/v2", sum = "h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=", version = "v2.2.7", ) go_repository( name = "com_github_klauspost_pgzip", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/pgzip", sum = "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=", version = "v1.2.6", ) go_repository( name = "com_github_knadh_koanf", build_file_proto_mode = "disable_global", importpath = "github.com/knadh/koanf", sum = "h1:fmu57yNGunS2xD2VDDAz6+6F2Qn9/9M7KOhjsOqeFGM=", version = "v0.14.1-0.20201201075439-e0853799f9ec", ) go_repository( name = "com_github_knetic_govaluate", build_file_proto_mode = "disable_global", importpath = "github.com/Knetic/govaluate", sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=", version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible", ) go_repository( name = "com_github_knz_go_libedit", build_file_proto_mode = "disable_global", importpath = "github.com/knz/go-libedit", sum = "h1:0pHpWtx9vcvC0xGZqEQlQdfSQs7WRlAjuPvk3fOZDCo=", version = "v1.10.1", ) go_repository( name = "com_github_konsorten_go_windows_terminal_sequences", build_file_proto_mode = "disable_global", importpath = "github.com/konsorten/go-windows-terminal-sequences", sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=", version = "v1.0.3", ) go_repository( name = "com_github_kr_fs", build_file_proto_mode = "disable_global", importpath = "github.com/kr/fs", sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=", version = "v0.1.0", ) go_repository( name = "com_github_kr_logfmt", build_file_proto_mode = "disable_global", importpath = "github.com/kr/logfmt", sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=", version = "v0.0.0-20140226030751-b84e30acd515", ) go_repository( name = "com_github_kr_pretty", build_file_proto_mode = "disable_global", importpath = "github.com/kr/pretty", sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=", version = "v0.3.1", ) go_repository( name = "com_github_kr_pty", build_file_proto_mode = "disable_global", importpath = "github.com/kr/pty", sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=", version = "v1.1.8", ) go_repository( name = "com_github_kr_text", build_file_proto_mode = "disable_global", importpath = "github.com/kr/text", sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", version = "v0.2.0", ) go_repository( name = "com_github_ktrysmt_go_bitbucket", build_file_proto_mode = "disable_global", importpath = "github.com/ktrysmt/go-bitbucket", sum = "h1:C8dUGp0qkwncKtAnozHCbbqhptefzEd1I0sfnuy9rYQ=", version = "v0.6.4", ) go_repository( name = "com_github_kubernetes_csi_external_snapshotter_client_v4", build_file_proto_mode = "disable_global", importpath = "github.com/kubernetes-csi/external-snapshotter/client/v4", sum = "h1:nHHjmvjitIiyPlUHk/ofpgvBcNcawJLtf4PYHORLjAA=", version = "v4.2.0", ) go_repository( name = "com_github_kvaps_dnsmasq_controller", build_file_proto_mode = "disable_global", importpath = "github.com/kvaps/dnsmasq-controller", sum = "h1:rwM6Cy/tg2OoW9mjOSArLt3kr06bv3qVgqLanj/p040=", version = "v0.5.4", ) go_repository( name = "com_github_kylelemons_godebug", build_file_proto_mode = "disable_global", importpath = "github.com/kylelemons/godebug", sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", version = "v1.1.0", ) go_repository( name = "com_github_lann_builder", build_file_proto_mode = "disable_global", importpath = "github.com/lann/builder", sum = "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=", version = "v0.0.0-20180802200727-47ae307949d0", ) go_repository( name = "com_github_lann_ps", build_file_proto_mode = "disable_global", importpath = "github.com/lann/ps", sum = "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=", version = "v0.0.0-20150810152359-62de8c46ede0", ) go_repository( name = "com_github_launchdarkly_ccache", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/ccache", sum = "h1:voD1M+ZJXR3MREOKtBwgTF9hYHl1jg+vFKS/+VAkR2k=", version = "v1.1.0", ) go_repository( name = "com_github_launchdarkly_eventsource", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/eventsource", sum = "h1:5SbcIqzUomn+/zmJDrkb4LYw7ryoKFzH/0TbR0/3Bdg=", version = "v1.6.2", ) go_repository( name = "com_github_launchdarkly_go_jsonstream_v3", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-jsonstream/v3", sum = "h1:qJF/WI09EUJ7kSpmP5d1Rhc81NQdYUhP17McKfUq17E=", version = "v3.0.0", ) go_repository( name = "com_github_launchdarkly_go_ntlm_proxy_auth", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-ntlm-proxy-auth", sum = "h1:Iz5cg9mB/0vt5llZE+J0iGQ5+O/U8CWuRUUR7Ou8eNM=", version = "v1.0.1", ) go_repository( name = "com_github_launchdarkly_go_ntlmssp", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-ntlmssp", sum = "h1:snB77118TQvf9tfHrkSyrIop/UX5e5VD2D2mv7Kh3wE=", version = "v1.0.1", ) go_repository( name = "com_github_launchdarkly_go_sdk_common_v3", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-sdk-common/v3", sum = "h1:rVdLusAIViduNvyjNKy06RA+SPwk0Eq+NocNd1opDhk=", version = "v3.0.1", ) go_repository( name = "com_github_launchdarkly_go_sdk_events_v2", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-sdk-events/v2", sum = "h1:vnUN2Y7og/5wtOCcCZW7wYpmZcS++GAyclasc7gaTIY=", version = "v2.0.1", ) go_repository( name = "com_github_launchdarkly_go_semver", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-semver", sum = "h1:sYVRnuKyvxlmQCnCUyDkAhtmzSFRoX6rG2Xa21Mhg+w=", version = "v1.0.2", ) go_repository( name = "com_github_launchdarkly_go_server_sdk_evaluation_v2", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-server-sdk-evaluation/v2", sum = "h1:PAM0GvE0nIUBeOkjdiymIEKI+8FFLJ+fEsWTupW1yGU=", version = "v2.0.2", ) go_repository( name = "com_github_launchdarkly_go_server_sdk_redis_redigo_v2", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-server-sdk-redis-redigo/v2", sum = "h1:MI/H+gSFm8bWkJBj5z3VIAyp0ZVpi4DTROPoctO1iZI=", version = "v2.0.1", ) go_repository( name = "com_github_launchdarkly_go_server_sdk_v6", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-server-sdk/v6", sum = "h1:mNXOcHyXPl2xNQKvPsLJrYh+Ihe7OmkmKqtZdzdD+fI=", version = "v6.0.3", ) go_repository( name = "com_github_launchdarkly_go_test_helpers_v2", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-test-helpers/v2", sum = "h1:KXUAQVTeHNcWVDVQ94uEkybI+URXI9rEd7E553EsZFw=", version = "v2.3.1", ) go_repository( name = "com_github_launchdarkly_go_test_helpers_v3", build_file_proto_mode = "disable_global", importpath = "github.com/launchdarkly/go-test-helpers/v3", sum = "h1:rh0085g1rVJM5qIukdaQ8z1XTWZztbJ49vRZuveqiuU=", version = "v3.0.2", ) go_repository( name = "com_github_ledongthuc_pdf", build_file_proto_mode = "disable_global", importpath = "github.com/ledongthuc/pdf", sum = "h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo=", version = "v0.0.0-20220302134840-0c2507a12d80", ) go_repository( name = "com_github_leodido_go_urn", build_file_proto_mode = "disable_global", importpath = "github.com/leodido/go-urn", sum = "h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=", version = "v1.4.0", ) go_repository( name = "com_github_lestrrat_go_backoff_v2", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/backoff/v2", sum = "h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=", version = "v2.0.8", ) go_repository( name = "com_github_lestrrat_go_blackmagic", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/blackmagic", sum = "h1:Cg2gVSc9h7sz9NOByczrbUvLopQmXrfFx//N+AkAr5k=", version = "v1.0.2", ) go_repository( name = "com_github_lestrrat_go_codegen", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/codegen", sum = "h1:gnWFHKvL64TTSFRghShUybm9UvBxFFXvnniE06JTO3k=", version = "v1.0.0", ) go_repository( name = "com_github_lestrrat_go_httpcc", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/httpcc", sum = "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=", version = "v1.0.1", ) go_repository( name = "com_github_lestrrat_go_httprc", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/httprc", sum = "h1:bsTfiH8xaKOJPrg1R+E3iE/AWZr/x0Phj9PBTG/OLUk=", version = "v1.0.5", ) go_repository( name = "com_github_lestrrat_go_iter", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/iter", sum = "h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=", version = "v1.0.2", ) go_repository( name = "com_github_lestrrat_go_jwx", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/jwx", sum = "h1:tAx93jN2SdPvFn08fHNAhqFJazn5mBBOB8Zli0g0otA=", version = "v1.2.25", ) go_repository( name = "com_github_lestrrat_go_jwx_v2", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/jwx/v2", sum = "h1:jAPKupy4uHgrHFEdjVjNkUgoBKtVDgrQPB/h55FHrR0=", version = "v2.0.21", ) go_repository( name = "com_github_lestrrat_go_option", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/option", sum = "h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=", version = "v1.0.1", ) go_repository( name = "com_github_lestrrat_go_pdebug_v3", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/pdebug/v3", sum = "h1:3G5sX/aw/TbMTtVc9U7IHBWRZtMvwvBziF1e4HoQtv8=", version = "v3.0.1", ) go_repository( name = "com_github_letsencrypt_borp", build_file_proto_mode = "disable_global", importpath = "github.com/letsencrypt/borp", sum = "h1:xS2U6PQYRURk61YN4Y5xvyLbQVyAP/8fpE6hJZdwEWs=", version = "v0.0.0-20230707160741-6cc6ce580243", ) go_repository( name = "com_github_letsencrypt_boulder", build_file_proto_mode = "disable_global", importpath = "github.com/letsencrypt/boulder", sum = "h1:WGrKdjHtWC67RX96eTkYD2f53NDHhrq/7robWTAfk4s=", version = "v0.0.0-20231026200631-000cd05d5491", ) go_repository( name = "com_github_letsencrypt_challtestsrv", build_file_proto_mode = "disable_global", importpath = "github.com/letsencrypt/challtestsrv", sum = "h1:Lzv4jM+wSgVMCeO5a/F/IzSanhClstFMnX6SfrAJXjI=", version = "v1.2.1", ) go_repository( name = "com_github_letsencrypt_pkcs11key_v4", build_file_proto_mode = "disable_global", importpath = "github.com/letsencrypt/pkcs11key/v4", sum = "h1:qLc/OznH7xMr5ARJgkZCCWk+EomQkiNTOoOF5LAgagc=", version = "v4.0.0", ) go_repository( name = "com_github_letsencrypt_validator_v10", build_file_proto_mode = "disable_global", importpath = "github.com/letsencrypt/validator/v10", sum = "h1:HGFsIltYMUiB5eoFSowFzSoXkocM2k9ctmJ57QMGjys=", version = "v10.0.0-20230215210743-a0c7dfc17158", ) go_repository( name = "com_github_lib_pq", build_file_proto_mode = "disable_global", importpath = "github.com/lib/pq", sum = "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=", version = "v1.10.9", ) go_repository( name = "com_github_libopenstorage_openstorage", build_file_proto_mode = "disable_global", importpath = "github.com/libopenstorage/openstorage", sum = "h1:GLPam7/0mpdP8ZZtKjbfcXJBTIA/T1O6CBErVEFEyIM=", version = "v1.0.0", ) go_repository( name = "com_github_liggitt_tabwriter", build_file_proto_mode = "disable_global", importpath = "github.com/liggitt/tabwriter", sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=", version = "v0.0.0-20181228230101-89fcab3d43de", ) go_repository( name = "com_github_linbit_golinstor", build_file_proto_mode = "disable_global", importpath = "github.com/LINBIT/golinstor", sum = "h1:b+l26DJvLxGIYuvopLFJUoE7aywa6oCmCeL3jav3kKM=", version = "v0.52.0", ) go_repository( name = "com_github_linkerd_linkerd2", build_file_proto_mode = "disable_global", importpath = "github.com/linkerd/linkerd2", sum = "h1:+A99beu0ccTnn+9yqLO7fpjWh8mWLf1Qehdh2lGFB3I=", version = "v0.5.1-0.20240531143844-4fc902f3f5af", ) go_repository( name = "com_github_linkerd_linkerd2_proxy_api", build_file_proto_mode = "disable_global", importpath = "github.com/linkerd/linkerd2-proxy-api", sum = "h1:fAxWQqSuSdhnu6HwWsWPQx2NdvQFAuz3zw5Kl0zT5Jc=", version = "v0.13.1", ) go_repository( name = "com_github_linuxkit_virtsock", build_file_proto_mode = "disable_global", importpath = "github.com/linuxkit/virtsock", sum = "h1:jUp75lepDg0phMUJBCmvaeFDldD2N3S1lBuPwUTszio=", version = "v0.0.0-20201010232012-f8cee7dfc7a3", ) go_repository( name = "com_github_lithammer_dedent", build_file_proto_mode = "disable_global", importpath = "github.com/lithammer/dedent", sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=", version = "v1.1.0", ) go_repository( name = "com_github_logrusorgru_aurora_v3", build_file_proto_mode = "disable_global", importpath = "github.com/logrusorgru/aurora/v3", sum = "h1:R6zcoZZbvVcGMvDCKo45A9U/lzYyzl5NfYIvznmDfE4=", version = "v3.0.0", ) go_repository( name = "com_github_lucasb_eyer_go_colorful", build_file_proto_mode = "disable_global", importpath = "github.com/lucasb-eyer/go-colorful", sum = "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=", version = "v1.2.0", ) go_repository( name = "com_github_luna_duclos_instrumentedsql", build_file_proto_mode = "disable_global", importpath = "github.com/luna-duclos/instrumentedsql", sum = "h1:t7mvC0z1jUt5A0UQ6I/0H31ryymuQRnJcWCiqV3lSAA=", version = "v1.1.3", ) go_repository( name = "com_github_lyft_protoc_gen_validate", build_file_proto_mode = "disable_global", importpath = "github.com/lyft/protoc-gen-validate", sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=", version = "v0.0.13", ) go_repository( name = "com_github_magefile_mage", build_file_proto_mode = "disable_global", importpath = "github.com/magefile/mage", sum = "h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo=", version = "v1.14.0", ) go_repository( name = "com_github_magiconair_properties", build_file_proto_mode = "disable_global", importpath = "github.com/magiconair/properties", sum = "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=", version = "v1.8.7", ) go_repository( name = "com_github_mailru_easyjson", build_file_proto_mode = "disable_global", importpath = "github.com/mailru/easyjson", sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=", version = "v0.7.7", ) go_repository( name = "com_github_makenowjust_heredoc", build_file_proto_mode = "disable_global", importpath = "github.com/MakeNowJust/heredoc", sum = "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=", version = "v1.0.0", ) go_repository( name = "com_github_manifoldco_promptui", build_file_proto_mode = "disable_global", importpath = "github.com/manifoldco/promptui", sum = "h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=", version = "v0.9.0", ) go_repository( name = "com_github_markbates_deplist", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/deplist", sum = "h1:/OcV27jxF6aLU+rVGF1RQdT2n+qMlKXeQF6yA0cBQ4k=", version = "v1.1.3", ) go_repository( name = "com_github_markbates_errx", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/errx", sum = "h1:QDFeR+UP95dO12JgW+tgi2UVfo0V8YBHiUIOaeBPiEI=", version = "v1.1.0", ) go_repository( name = "com_github_markbates_going", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/going", sum = "h1:uNQHDDfMRNOUmuxDbPbvatyw4wr4UOSUZkGkdkcip1o=", version = "v1.0.2", ) go_repository( name = "com_github_markbates_grift", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/grift", sum = "h1:JjTyhlgPtgEnyHNvVn5lk21zWQbWD3cGE0YdyvvbZYg=", version = "v1.0.4", ) go_repository( name = "com_github_markbates_hmax", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/hmax", sum = "h1:yo2N0gBoCnUMKhV/VRLHomT6Y9wUm+oQQENuWJqCdlM=", version = "v1.0.0", ) go_repository( name = "com_github_markbates_inflect", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/inflect", sum = "h1:5fh1gzTFhfae06u3hzHYO9xe3l3v3nW5Pwt3naLTP5g=", version = "v1.0.4", ) go_repository( name = "com_github_markbates_oncer", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/oncer", sum = "h1:E83IaVAHygyndzPimgUYJjbshhDTALZyXxvk9FOlQRY=", version = "v1.0.0", ) go_repository( name = "com_github_markbates_pkger", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/pkger", sum = "h1:/MKEtWqtc0mZvu9OinB9UzVN9iYCwLWuyUv4Bw+PCno=", version = "v0.17.1", ) go_repository( name = "com_github_markbates_refresh", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/refresh", sum = "h1:6EZ/vvVpWiam8OTIhrhfV9cVJR/NvScvcCiqosbTkbA=", version = "v1.4.10", ) go_repository( name = "com_github_markbates_safe", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/safe", sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=", version = "v1.0.1", ) go_repository( name = "com_github_markbates_sigtx", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/sigtx", sum = "h1:y/xtkBvNPRjD4KeEplf4w9rJVSc23/xl+jXYGowTwy0=", version = "v1.0.0", ) go_repository( name = "com_github_markbates_willie", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/willie", sum = "h1:394PpHImWjScL9X2VRCDXJAcc77sHsSr3w3sOnL/DVc=", version = "v1.0.9", ) go_repository( name = "com_github_marstr_guid", build_file_proto_mode = "disable_global", importpath = "github.com/marstr/guid", sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=", version = "v1.1.0", ) go_repository( name = "com_github_masterminds_goutils", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/goutils", sum = "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=", version = "v1.1.1", ) go_repository( name = "com_github_masterminds_semver", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver", sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=", version = "v1.5.0", ) go_repository( name = "com_github_masterminds_semver_v3", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver/v3", sum = "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=", version = "v3.2.1", ) go_repository( name = "com_github_masterminds_sprig", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/sprig", sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=", version = "v2.22.0+incompatible", ) go_repository( name = "com_github_masterminds_sprig_v3", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/sprig/v3", sum = "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=", version = "v3.2.3", ) go_repository( name = "com_github_masterminds_squirrel", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/squirrel", sum = "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=", version = "v1.5.4", ) go_repository( name = "com_github_masterminds_vcs", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/vcs", sum = "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=", version = "v1.13.3", ) go_repository( name = "com_github_matryer_moq", build_file_proto_mode = "disable_global", importpath = "github.com/matryer/moq", sum = "h1:czCFIos9rI2tyOehN9ktc/6bQ76N9J4xQ2n3dk063ac=", version = "v0.3.4", ) go_repository( name = "com_github_mattermost_xml_roundtrip_validator", build_file_proto_mode = "disable_global", importpath = "github.com/mattermost/xml-roundtrip-validator", sum = "h1:qqXczln0qwkVGcpQ+sQuPOVntt2FytYarXXxYSNJkgw=", version = "v0.0.0-20201213122252-bcd7e1b9601e", ) go_repository( name = "com_github_mattn_go_colorable", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-colorable", sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=", version = "v0.1.13", ) go_repository( name = "com_github_mattn_go_ieproxy", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-ieproxy", sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=", version = "v0.0.1", ) go_repository( name = "com_github_mattn_go_isatty", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-isatty", sum = "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=", version = "v0.0.20", ) go_repository( name = "com_github_mattn_go_localereader", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-localereader", sum = "h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=", version = "v0.0.1", ) go_repository( name = "com_github_mattn_go_runewidth", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-runewidth", sum = "h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=", version = "v0.0.15", ) go_repository( name = "com_github_mattn_go_shellwords", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-shellwords", sum = "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=", version = "v1.0.12", ) go_repository( name = "com_github_mattn_go_sqlite3", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-sqlite3", sum = "h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=", version = "v2.0.3+incompatible", ) go_repository( name = "com_github_mattn_go_tty", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-tty", sum = "h1:5OfyWorkyO7xP52Mq7tB36ajHDG5OHrmBGIS/DtakQI=", version = "v0.0.3", ) go_repository( name = "com_github_mattn_goveralls", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/goveralls", sum = "h1:cr8Y0VMo/MnEZBjxNN/vh6G90SZ7IMb6lms1dzMoO+Y=", version = "v0.0.6", ) go_repository( name = "com_github_matttproud_golang_protobuf_extensions", build_file_proto_mode = "disable_global", importpath = "github.com/matttproud/golang_protobuf_extensions", sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=", version = "v1.0.4", ) go_repository( name = "com_github_matttproud_golang_protobuf_extensions_v2", build_file_proto_mode = "disable_global", importpath = "github.com/matttproud/golang_protobuf_extensions/v2", sum = "h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=", version = "v2.0.0", ) go_repository( name = "com_github_maxatome_go_testdeep", build_file_proto_mode = "disable_global", importpath = "github.com/maxatome/go-testdeep", sum = "h1:Tgh5efyCYyJFGUYiT0qxBSIDeXw0F5zSoatlou685kk=", version = "v1.11.0", ) go_repository( name = "com_github_maxbrunsfeld_counterfeiter_v6", build_file_proto_mode = "disable_global", importpath = "github.com/maxbrunsfeld/counterfeiter/v6", sum = "h1:NicmruxkeqHjDv03SfSxqmaLuisddudfP3h5wdXFbhM=", version = "v6.8.1", ) go_repository( name = "com_github_mazznoer_csscolorparser", build_file_proto_mode = "disable_global", importpath = "github.com/mazznoer/csscolorparser", sum = "h1:vug4zh6loQxAUxfU1DZEu70gTPufDPspamZlHAkKcxE=", version = "v0.1.3", ) go_repository( name = "com_github_mdlayher_arp", build_file_proto_mode = "disable_global", importpath = "github.com/mdlayher/arp", sum = "h1:ql8x//rJsHMjS+qqEag8n3i4azw1QneKh5PieH9UEbY=", version = "v0.0.0-20220512170110-6706a2966875", ) go_repository( name = "com_github_mdlayher_ethernet", build_file_proto_mode = "disable_global", importpath = "github.com/mdlayher/ethernet", sum = "h1:2oDp6OOhLxQ9JBoUuysVz9UZ9uI6oLUbvAZu0x8o+vE=", version = "v0.0.0-20220221185849-529eae5b6118", ) go_repository( name = "com_github_mdlayher_packet", build_file_proto_mode = "disable_global", importpath = "github.com/mdlayher/packet", sum = "h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY=", version = "v1.1.2", ) go_repository( name = "com_github_mdlayher_socket", build_file_proto_mode = "disable_global", importpath = "github.com/mdlayher/socket", sum = "h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U=", version = "v0.4.1", ) go_repository( name = "com_github_memcachier_mc", build_file_proto_mode = "disable_global", importpath = "github.com/memcachier/mc", sum = "h1:s8EDz0xrJLP8goitwZOoq1vA/sm0fPS4X3KAF0nyhWQ=", version = "v2.0.1+incompatible", ) go_repository( name = "com_github_mgutz_ansi", build_file_proto_mode = "disable_global", importpath = "github.com/mgutz/ansi", sum = "h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=", version = "v0.0.0-20200706080929-d51e80ef957d", ) go_repository( name = "com_github_mholt_archiver_v3", build_file_proto_mode = "disable_global", importpath = "github.com/mholt/archiver/v3", sum = "h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo=", version = "v3.5.1", ) go_repository( name = "com_github_micahparks_keyfunc", build_file_proto_mode = "disable_global", importpath = "github.com/MicahParks/keyfunc", sum = "h1:RlyyYgKQI/adkIw1yXYtPvTAOb7hBhSX42aH23d8N0Q=", version = "v1.5.1", ) go_repository( name = "com_github_micahparks_keyfunc_v2", build_file_proto_mode = "disable_global", importpath = "github.com/MicahParks/keyfunc/v2", sum = "h1:6ZXKb9Rp6qp1bDbJefnG7cTH8yMN1IC/4nf+GVjO99k=", version = "v2.1.0", ) go_repository( name = "com_github_microcosm_cc_bluemonday", build_file_proto_mode = "disable_global", importpath = "github.com/microcosm-cc/bluemonday", sum = "h1:xbqSvqzQMeEHCqMi64VAs4d8uy6Mequs3rQ0k/Khz58=", version = "v1.0.26", ) go_repository( name = "com_github_microsoft_go_mssqldb", build_file_proto_mode = "disable_global", importpath = "github.com/microsoft/go-mssqldb", sum = "h1:KU/g8aWeM3Hx7IMOFpiwYiUkU+9zeISb4+tx3ScVfsM=", version = "v1.7.1", ) go_repository( name = "com_github_microsoft_go_winio", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/go-winio", sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=", version = "v0.6.1", ) go_repository( name = "com_github_microsoft_hcsshim", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/hcsshim", sum = "h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=", version = "v0.11.4", ) go_repository( name = "com_github_microsoft_hcsshim_test", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/hcsshim/test", sum = "h1:4FA+QBaydEHlwxg0lMN3rhwoDaQy6LKhVWR4qvq4BuA=", version = "v0.0.0-20210227013316-43a75bb4edd3", ) go_repository( name = "com_github_miekg_dns", build_file_proto_mode = "disable_global", importpath = "github.com/miekg/dns", sum = "h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=", version = "v1.1.57", ) go_repository( name = "com_github_miekg_pkcs11", build_file_proto_mode = "disable_global", importpath = "github.com/miekg/pkcs11", sum = "h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=", version = "v1.1.1", ) go_repository( name = "com_github_minio_asm2plan9s", build_file_proto_mode = "disable_global", importpath = "github.com/minio/asm2plan9s", sum = "h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=", version = "v0.0.0-20200509001527-cdd76441f9d8", ) go_repository( name = "com_github_minio_c2goasm", build_file_proto_mode = "disable_global", importpath = "github.com/minio/c2goasm", sum = "h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=", version = "v0.0.0-20190812172519-36a3d3bbc4f3", ) go_repository( name = "com_github_minio_highwayhash", build_file_proto_mode = "disable_global", importpath = "github.com/minio/highwayhash", sum = "h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=", version = "v1.0.2", ) go_repository( name = "com_github_minio_sha256_simd", build_file_proto_mode = "disable_global", importpath = "github.com/minio/sha256-simd", sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=", version = "v1.0.0", ) go_repository( name = "com_github_mistifyio_go_zfs", build_file_proto_mode = "disable_global", importpath = "github.com/mistifyio/go-zfs", sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=", version = "v2.1.2-0.20190413222219-f784269be439+incompatible", ) go_repository( name = "com_github_mistifyio_go_zfs_v3", build_file_proto_mode = "disable_global", importpath = "github.com/mistifyio/go-zfs/v3", sum = "h1:YaoXgBePoMA12+S1u/ddkv+QqxcfiZK4prI6HPnkFiU=", version = "v3.0.1", ) go_repository( name = "com_github_mitchellh_cli", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/cli", sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_copystructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/copystructure", sum = "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=", version = "v1.2.0", ) go_repository( name = "com_github_mitchellh_go_homedir", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-homedir", sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", version = "v1.1.0", ) go_repository( name = "com_github_mitchellh_go_ps", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-ps", sum = "h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_go_testing_interface", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-testing-interface", sum = "h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=", version = "v1.14.1", ) go_repository( name = "com_github_mitchellh_go_wordwrap", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-wordwrap", sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=", version = "v1.0.1", ) go_repository( name = "com_github_mitchellh_gox", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/gox", sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=", version = "v0.4.0", ) go_repository( name = "com_github_mitchellh_hashstructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/hashstructure", sum = "h1:P6P1hdjqAAknpY/M1CGipelZgp+4y9ja9kmUZPXP+H0=", version = "v1.1.0", ) go_repository( name = "com_github_mitchellh_iochan", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/iochan", sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_mapstructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/mapstructure", sum = "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=", version = "v1.5.0", ) go_repository( name = "com_github_mitchellh_osext", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/osext", sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=", version = "v0.0.0-20151018003038-5e2d6d41470f", ) go_repository( name = "com_github_mitchellh_reflectwalk", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/reflectwalk", sum = "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=", version = "v1.0.2", ) go_repository( name = "com_github_moby_ipvs", build_file_proto_mode = "disable_global", importpath = "github.com/moby/ipvs", sum = "h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=", version = "v1.1.0", ) go_repository( name = "com_github_moby_locker", build_file_proto_mode = "disable_global", importpath = "github.com/moby/locker", sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=", version = "v1.0.1", ) go_repository( name = "com_github_moby_spdystream", build_file_proto_mode = "disable_global", importpath = "github.com/moby/spdystream", sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=", version = "v0.2.0", ) go_repository( name = "com_github_moby_sys_mountinfo", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/mountinfo", sum = "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=", version = "v0.6.2", ) go_repository( name = "com_github_moby_sys_sequential", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/sequential", sum = "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=", version = "v0.5.0", ) go_repository( name = "com_github_moby_sys_signal", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/signal", sum = "h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=", version = "v0.7.0", ) go_repository( name = "com_github_moby_sys_symlink", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/symlink", sum = "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=", version = "v0.2.0", ) go_repository( name = "com_github_moby_sys_user", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/user", sum = "h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg=", version = "v0.1.0", ) go_repository( name = "com_github_moby_term", build_file_proto_mode = "disable_global", importpath = "github.com/moby/term", sum = "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=", version = "v0.5.0", ) go_repository( name = "com_github_modern_go_concurrent", build_file_proto_mode = "disable_global", importpath = "github.com/modern-go/concurrent", sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", version = "v0.0.0-20180306012644-bacd9c7ef1dd", ) go_repository( name = "com_github_modern_go_reflect2", build_file_proto_mode = "disable_global", importpath = "github.com/modern-go/reflect2", sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", version = "v1.0.2", ) go_repository( name = "com_github_mohae_deepcopy", build_file_proto_mode = "disable_global", importpath = "github.com/mohae/deepcopy", sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=", version = "v0.0.0-20170929034955-c48cc78d4826", ) go_repository( name = "com_github_monochromegane_go_gitignore", build_file_proto_mode = "disable_global", importpath = "github.com/monochromegane/go-gitignore", sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=", version = "v0.0.0-20200626010858-205db1a8cc00", ) go_repository( name = "com_github_monoculum_formam", build_file_proto_mode = "disable_global", importpath = "github.com/monoculum/formam", sum = "h1:iPl5csfEN96G2N2mGu8V/ZB62XLf9ySTpC8KRH6qXec=", version = "v3.5.5+incompatible", ) go_repository( name = "com_github_monoculum_formam_v3", build_file_proto_mode = "disable_global", importpath = "github.com/monoculum/formam/v3", sum = "h1:Lz7TOal1D8cCY2Hv1NGLdLX9Rm4xt/Gkpw4qC/RKTmc=", version = "v3.6.0", ) go_repository( name = "com_github_montanaflynn_stats", build_file_proto_mode = "disable_global", importpath = "github.com/montanaflynn/stats", sum = "h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=", version = "v0.0.0-20171201202039-1bf9dbcd8cbe", ) go_repository( name = "com_github_morikuni_aec", build_file_proto_mode = "disable_global", importpath = "github.com/morikuni/aec", sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=", version = "v1.0.0", ) go_repository( name = "com_github_moul_http2curl", build_file_proto_mode = "disable_global", importpath = "github.com/moul/http2curl", sum = "h1:Pip12xNtMvEFUBF4f8/b5yRXj94LLrNdLWELfOr2KcY=", version = "v0.0.0-20170919181001-9ac6cf4d929b", ) go_repository( name = "com_github_mozillazg_docker_credential_acr_helper", build_file_proto_mode = "disable_global", importpath = "github.com/mozillazg/docker-credential-acr-helper", sum = "h1:DVWFZ3/O8BP6Ue3iS/Olw+G07u1hCq1EOVCDZZjCIBI=", version = "v0.3.0", ) go_repository( name = "com_github_mrunalp_fileutils", build_file_proto_mode = "disable_global", importpath = "github.com/mrunalp/fileutils", sum = "h1:F+S7ZlNKnrwHfSwdlgNSkKo67ReVf8o9fel6C3dkm/Q=", version = "v0.5.1", ) go_repository( name = "com_github_muesli_ansi", build_file_proto_mode = "disable_global", importpath = "github.com/muesli/ansi", sum = "h1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=", version = "v0.0.0-20230316100256-276c6243b2f6", ) go_repository( name = "com_github_muesli_cancelreader", build_file_proto_mode = "disable_global", importpath = "github.com/muesli/cancelreader", sum = "h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=", version = "v0.2.2", ) go_repository( name = "com_github_muesli_reflow", build_file_proto_mode = "disable_global", importpath = "github.com/muesli/reflow", sum = "h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=", version = "v0.3.0", ) go_repository( name = "com_github_muesli_termenv", build_file_proto_mode = "disable_global", importpath = "github.com/muesli/termenv", sum = "h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=", version = "v0.15.2", ) go_repository( name = "com_github_munnerz_goautoneg", build_file_proto_mode = "disable_global", importpath = "github.com/munnerz/goautoneg", sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=", version = "v0.0.0-20191010083416-a7dc8b61c822", ) go_repository( name = "com_github_mutecomm_go_sqlcipher_v4", build_file_proto_mode = "disable_global", importpath = "github.com/mutecomm/go-sqlcipher/v4", sum = "h1:sV1tWCWGAVlPhNGT95Q+z/txFxuhAYWwHD1afF5bMZg=", version = "v4.4.0", ) go_repository( name = "com_github_mwitkow_go_conntrack", build_file_proto_mode = "disable_global", importpath = "github.com/mwitkow/go-conntrack", sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", version = "v0.0.0-20190716064945-2f068394615f", ) go_repository( name = "com_github_mxk_go_flowrate", build_file_proto_mode = "disable_global", importpath = "github.com/mxk/go-flowrate", sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=", version = "v0.0.0-20140419014527-cca7078d478f", ) go_repository( name = "com_github_nakagami_firebirdsql", build_file_proto_mode = "disable_global", importpath = "github.com/nakagami/firebirdsql", sum = "h1:P48LjvUQpTReR3TQRbxSeSBsMXzfK0uol7eRcr7VBYQ=", version = "v0.0.0-20190310045651-3c02a58cfed8", ) go_repository( name = "com_github_nasa9084_go_openapi", build_file_proto_mode = "disable_global", importpath = "github.com/nasa9084/go-openapi", sum = "h1:B12KiVODig0ltyL7AOeO68ZKLrIWAus/SdlWvO7KcfA=", version = "v0.0.0-20200604141640-2875b7376353", ) go_repository( name = "com_github_nats_io_jwt_v2", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/jwt/v2", sum = "h1:lem6QCvxR0Y28gth9P+wV2K/zYUUAkJ+55U8cpS0p5I=", version = "v2.2.1-0.20220330180145-442af02fd36a", ) go_repository( name = "com_github_nats_io_nats_go", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nats.go", sum = "h1:/WFBHEc/dOKBF6qf1TZhrdEfTmOZ5JzdJ+Y3m6Y/p7E=", version = "v1.31.0", ) go_repository( name = "com_github_nats_io_nats_server_v2", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nats-server/v2", sum = "h1:0jQzze1T9mECg8YZEl8+WYUXb9JKluJfCBriPUtluB4=", version = "v2.8.4", ) go_repository( name = "com_github_nats_io_nkeys", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nkeys", sum = "h1:IzVe95ru2CT6ta874rt9saQRkWfe2nFj1NtvYSLqMzY=", version = "v0.4.6", ) go_repository( name = "com_github_nats_io_nuid", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nuid", sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=", version = "v1.0.1", ) go_repository( name = "com_github_ncr_corporation_ncr_bsp_hmac_go", build_file_proto_mode = "disable_global", importpath = "github.com/NCR-Corporation/ncr-bsp-hmac/go", sum = "h1:zDlmUUxZ6+qZWuqDcL+YMk2xJjzOV1GbehmrqYCYFJs=", version = "v0.0.0-20210921174358-4479e28990e5", ) go_repository( name = "com_github_ncw_swift", build_file_proto_mode = "disable_global", importpath = "github.com/ncw/swift", sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=", version = "v1.0.47", ) go_repository( name = "com_github_neo4j_neo4j_go_driver", build_file_proto_mode = "disable_global", importpath = "github.com/neo4j/neo4j-go-driver", sum = "h1:fhFP5RliM2HW/8XdcO5QngSfFli9GcRIpMXvypTQt6E=", version = "v1.8.1-0.20200803113522-b626aa943eba", ) go_repository( name = "com_github_nicksnyder_go_i18n", build_file_proto_mode = "disable_global", importpath = "github.com/nicksnyder/go-i18n", sum = "h1:5AzlPKvXBH4qBzmZ09Ua9Gipyruv6uApMcrNZdo96+Q=", version = "v1.10.0", ) go_repository( name = "com_github_niemeyer_pretty", build_file_proto_mode = "disable_global", importpath = "github.com/niemeyer/pretty", sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=", version = "v0.0.0-20200227124842-a10e7caefd8e", ) go_repository( name = "com_github_nozzle_throttler", build_file_proto_mode = "disable_global", importpath = "github.com/nozzle/throttler", sum = "h1:Up6+btDp321ZG5/zdSLo48H9Iaq0UQGthrhWC6pCxzE=", version = "v0.0.0-20180817012639-2ea982251481", ) go_repository( name = "com_github_nsf_jsondiff", build_file_proto_mode = "disable_global", importpath = "github.com/nsf/jsondiff", sum = "h1:NHrXEjTNQY7P0Zfx1aMrNhpgxHmow66XQtm0aQLY0AE=", version = "v0.0.0-20210926074059-1e845ec5d249", ) go_repository( name = "com_github_nsf_termbox_go", build_file_proto_mode = "disable_global", importpath = "github.com/nsf/termbox-go", sum = "h1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY=", version = "v1.1.1", ) go_repository( name = "com_github_nvveen_gotty", build_file_proto_mode = "disable_global", importpath = "github.com/Nvveen/Gotty", sum = "h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=", version = "v0.0.0-20120604004816-cd527374f1e5", ) go_repository( name = "com_github_nwaples_rardecode", build_file_proto_mode = "disable_global", importpath = "github.com/nwaples/rardecode", sum = "h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ=", version = "v1.1.0", ) go_repository( name = "com_github_nxadm_tail", build_file_proto_mode = "disable_global", importpath = "github.com/nxadm/tail", sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=", version = "v1.4.8", ) go_repository( name = "com_github_nytimes_gziphandler", build_file_proto_mode = "disable_global", importpath = "github.com/NYTimes/gziphandler", sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=", version = "v1.1.1", ) go_repository( name = "com_github_oklog_run", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/run", sum = "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=", version = "v1.1.0", ) go_repository( name = "com_github_oklog_ulid", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/ulid", sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", version = "v1.3.1", ) go_repository( name = "com_github_okta_okta_jwt_verifier_golang", build_file_proto_mode = "disable_global", importpath = "github.com/okta/okta-jwt-verifier-golang", sum = "h1:V+9W5KD3nG7xN0UYtnzXtkurGcs71bLwzPFuUGNMwdE=", version = "v1.3.1", ) go_repository( name = "com_github_okta_okta_sdk_golang_v2", build_file_proto_mode = "disable_global", importpath = "github.com/okta/okta-sdk-golang/v2", sum = "h1:cfDasMb7CShbZvOrF6n+DnLevWwiHgedWMGJ8M8xKDc=", version = "v2.18.0", ) go_repository( name = "com_github_oleiade_reflections", build_file_proto_mode = "disable_global", importpath = "github.com/oleiade/reflections", sum = "h1:D1XO3LVEYroYskEsoSiGItp9RUxG6jWnCVvrqH0HHQM=", version = "v1.0.1", ) go_repository( name = "com_github_olekukonko_tablewriter", build_file_proto_mode = "disable_global", importpath = "github.com/olekukonko/tablewriter", sum = "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=", version = "v0.0.5", ) go_repository( name = "com_github_onboardbase_go_cryptojs_aes_decrypt", build_file_proto_mode = "disable_global", importpath = "github.com/Onboardbase/go-cryptojs-aes-decrypt", sum = "h1:V7xPdg5XgCcUJgL57zfZSNOIvrDPWA4SpWuRJ0UVwKs=", version = "v0.0.0-20230430095000-27c0d3a9016d", ) go_repository( name = "com_github_oneofone_xxhash", build_file_proto_mode = "disable_global", importpath = "github.com/OneOfOne/xxhash", sum = "h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=", version = "v1.2.8", ) go_repository( name = "com_github_onsi_ginkgo", build_extra_args = [ "-known_import=github.com/onsi/B", "-known_import=github.com/onsi/C", "-exclude=integration", ], build_file_proto_mode = "disable_global", importpath = "github.com/onsi/ginkgo", sum = "h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=", version = "v1.16.5", ) go_repository( name = "com_github_onsi_ginkgo_v2", build_file_proto_mode = "disable_global", importpath = "github.com/onsi/ginkgo/v2", sum = "h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g=", version = "v2.17.2", ) go_repository( name = "com_github_onsi_gomega", build_file_proto_mode = "disable_global", importpath = "github.com/onsi/gomega", sum = "h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=", version = "v1.33.1", ) go_repository( name = "com_github_op_go_logging", build_file_proto_mode = "disable_global", importpath = "github.com/op/go-logging", sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=", version = "v0.0.0-20160315200505-970db520ece7", ) go_repository( name = "com_github_open_policy_agent_opa", build_file_proto_mode = "disable_global", importpath = "github.com/open-policy-agent/opa", sum = "h1:ztNNste1v8kH0/vJMJNquE45lRvqwrM5mY9Ctr9xIXw=", version = "v0.63.0", ) go_repository( name = "com_github_opencontainers_go_digest", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/go-digest", sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", version = "v1.0.0", ) go_repository( name = "com_github_opencontainers_image_spec", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/image-spec", sum = "h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=", version = "v1.1.0", ) go_repository( name = "com_github_opencontainers_runc", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runc", sum = "h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=", version = "v1.1.12", ) go_repository( name = "com_github_opencontainers_runtime_spec", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runtime-spec", sum = "h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=", version = "v1.1.0", ) go_repository( name = "com_github_opencontainers_runtime_tools", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runtime-tools", sum = "h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0=", version = "v0.9.1-0.20221107090550-2e043c6bd626", ) go_repository( name = "com_github_opencontainers_selinux", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/selinux", sum = "h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=", version = "v1.11.0", ) go_repository( name = "com_github_openshift_api", build_file_proto_mode = "disable_global", importpath = "github.com/openshift/api", sum = "h1:t/CahSnpqY46sQR01SoS+Jt0jtjgmhgE6lFmRnO4q70=", version = "v0.0.0-20230503133300-8bbcb7ca7183", ) go_repository( name = "com_github_openshift_build_machinery_go", build_file_proto_mode = "disable_global", importpath = "github.com/openshift/build-machinery-go", sum = "h1:lBrojddP6C9C2p67EMs2vcdpC8eF+H0DDom+fgI2IF0=", version = "v0.0.0-20200917070002-f171684f77ab", ) go_repository( name = "com_github_openshift_client_go", build_file_proto_mode = "disable_global", importpath = "github.com/openshift/client-go", sum = "h1:+TEY29DK0XhqB7HFC9OfV8qf3wffSyi7MWv3AP28DGQ=", version = "v0.0.0-20210112165513-ebc401615f47", ) go_repository( name = "com_github_openshift_custom_resource_status", build_file_proto_mode = "disable_global", importpath = "github.com/openshift/custom-resource-status", sum = "h1:C3DL44LEbvlbItfd8mT5jWrqPfHnSOQoQf/sypqA6A4=", version = "v1.1.2", ) go_repository( name = "com_github_opentracing_basictracer_go", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing/basictracer-go", sum = "h1:Oa1fTSBvAl8pa3U+IJYqrKm0NALwH9OsgwOqDv4xJW0=", version = "v1.1.0", ) go_repository( name = "com_github_opentracing_contrib_go_observer", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing-contrib/go-observer", sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=", version = "v0.0.0-20170622124052-a52f23424492", ) go_repository( name = "com_github_opentracing_opentracing_go", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing/opentracing-go", sum = "h1:FfH+VrHHk6Lxt9HdVS0PXzSXFyS2NbZKXv33FYPol0A=", version = "v1.2.1-0.20220228012449-10b1cf09e00b", ) go_repository( name = "com_github_openzipkin_contrib_zipkin_go_opentracing", build_file_proto_mode = "disable_global", importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing", sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=", version = "v0.4.5", ) go_repository( name = "com_github_openzipkin_zipkin_go", build_file_proto_mode = "disable_global", importpath = "github.com/openzipkin/zipkin-go", sum = "h1:UwtQQx2pyPIgWYHRg+epgdx1/HnBQTgN3/oIYEJTQzU=", version = "v0.2.5", ) go_repository( name = "com_github_oracle_oci_go_sdk_v65", build_file_proto_mode = "disable_global", importpath = "github.com/oracle/oci-go-sdk/v65", sum = "h1:dYL7sk9L1+C9LCmoq+zjPMNteuJJfk54YExq/4pV9xQ=", version = "v65.63.1", ) go_repository( name = "com_github_orisano_pixelmatch", build_file_proto_mode = "disable_global", importpath = "github.com/orisano/pixelmatch", sum = "h1:x0TT0RDC7UhAVbbWWBzr41ElhJx5tXPWkIHA2HWPRuw=", version = "v0.0.0-20220722002657-fb0b55479cde", ) go_repository( name = "com_github_ory_analytics_go_v4", build_file_proto_mode = "disable_global", importpath = "github.com/ory/analytics-go/v4", sum = "h1:KQ2P00j9dbj4lDC/Albw/zn/scK67041RhqeW5ptsbw=", version = "v4.0.0", ) go_repository( name = "com_github_ory_dockertest", build_file_proto_mode = "disable_global", importpath = "github.com/ory/dockertest", sum = "h1:iLLK6SQwIhcbrG783Dghaaa3WPzGc+4Emza6EbVUUGA=", version = "v3.3.5+incompatible", ) go_repository( name = "com_github_ory_dockertest_v3", build_file_proto_mode = "disable_global", importpath = "github.com/ory/dockertest/v3", sum = "h1:L8JWiGgR+fnj90AEOkTFIEp4j5uWAK72P3IUsYgn2cs=", version = "v3.6.3", ) go_repository( name = "com_github_ory_fosite", build_file_proto_mode = "disable_global", importpath = "github.com/ory/fosite", replace = "github.com/ory/fosite", sum = "h1:fKfGAgMmmeM1C0DXCyt5TOzQWrKmLOL+PApEC4bIv2o=", version = "v0.42.2", ) go_repository( name = "com_github_ory_go_acc", build_file_proto_mode = "disable_global", importpath = "github.com/ory/go-acc", sum = "h1:YfI+L9dxI7QCtWn2RbawqO0vXhiThdXu/RgizJBbaq0=", version = "v0.2.6", ) go_repository( name = "com_github_ory_go_convenience", build_file_proto_mode = "disable_global", importpath = "github.com/ory/go-convenience", sum = "h1:zouLKfF2GoSGnJwGq+PE/nJAE6dj2Zj5QlTgmMTsTS8=", version = "v0.1.0", ) go_repository( name = "com_github_ory_gojsonreference", build_file_proto_mode = "disable_global", importpath = "github.com/ory/gojsonreference", sum = "h1:e2S2FmxqSbhFyVNP24HncpRY+X1qAZmtE3nZ0gJKR4Q=", version = "v0.0.0-20190720135523-6b606c2d8ee8", ) go_repository( name = "com_github_ory_gojsonschema", build_file_proto_mode = "disable_global", importpath = "github.com/ory/gojsonschema", sum = "h1:LDIG2Mnha10nFZuVXv3GIBqhQ1+JLwRXPcP4Ykx5VOY=", version = "v1.1.1-0.20190919112458-f254ca73d5e9", ) go_repository( name = "com_github_ory_herodot", build_file_proto_mode = "disable_global", importpath = "github.com/ory/herodot", sum = "h1:/54FEEMCJNUJKIYRTioOS/0dxdzc9yNtI8/DRVF6KfY=", version = "v0.9.2", ) go_repository( name = "com_github_ory_jsonschema_v3", build_file_proto_mode = "disable_global", importpath = "github.com/ory/jsonschema/v3", sum = "h1:xzV7w2rt/Qn+jvh71joIXNKKOCqqNyTlaIxdxU0IQJc=", version = "v3.0.1", ) go_repository( name = "com_github_ory_viper", build_file_proto_mode = "disable_global", importpath = "github.com/ory/viper", sum = "h1:+xVdq7SU3e1vNaCsk/ixsfxE4zylk1TJUiJrY647jUE=", version = "v1.7.5", ) go_repository( name = "com_github_ory_x", build_file_proto_mode = "disable_global", importpath = "github.com/ory/x", sum = "h1:nz5ijvm5MVhYxWsQSuUrW1hj9F5QLZvPn/nLo5s06T4=", version = "v0.0.214", ) go_repository( name = "com_github_paesslerag_gval", build_file_proto_mode = "disable_global", importpath = "github.com/PaesslerAG/gval", sum = "h1:Y7iBzhgE09IGTt5QgGQ2IdaYYYOU134YGHBThD+wm9E=", version = "v1.2.2", ) go_repository( name = "com_github_paesslerag_jsonpath", build_file_proto_mode = "disable_global", importpath = "github.com/PaesslerAG/jsonpath", sum = "h1:c1/AToHQMVsduPAa4Vh6xp2U0evy4t8SWp8imEsylIk=", version = "v0.1.1", ) go_repository( name = "com_github_palantir_go_baseapp", build_file_proto_mode = "disable_global", importpath = "github.com/palantir/go-baseapp", sum = "h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU=", version = "v0.2.4", ) go_repository( name = "com_github_palantir_go_githubapp", build_file_proto_mode = "disable_global", importpath = "github.com/palantir/go-githubapp", sum = "h1:UbUAIEQHSqPzoFMy3P6veYFREmjpQBf6Tijre8XIzvE=", version = "v0.14.0", ) go_repository( name = "com_github_parnurzeal_gorequest", build_file_proto_mode = "disable_global", importpath = "github.com/parnurzeal/gorequest", sum = "h1:oPjDCsF5IkD4gUk6vIgsxYNaSgvAnIh1EJeROn3HdJU=", version = "v0.2.15", ) go_repository( name = "com_github_pascaldekloe_goe", build_file_proto_mode = "disable_global", importpath = "github.com/pascaldekloe/goe", sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=", version = "v0.0.0-20180627143212-57f6aae5913c", ) go_repository( name = "com_github_passbolt_go_passbolt", build_file_proto_mode = "disable_global", importpath = "github.com/passbolt/go-passbolt", sum = "h1:zwwTCwL3vjTTKln1hxwKuzzax4R/yvxGXSZhMh0OY5Y=", version = "v0.7.0", ) go_repository( name = "com_github_patrickmn_go_cache", build_file_proto_mode = "disable_global", importpath = "github.com/patrickmn/go-cache", sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_pavlo_v_chernykh_keystore_go_v4", build_file_proto_mode = "disable_global", importpath = "github.com/pavlo-v-chernykh/keystore-go/v4", sum = "h1:2nosf3P75OZv2/ZO/9Px5ZgZ5gbKrzA3joN1QMfOGMQ=", version = "v4.5.0", ) go_repository( name = "com_github_pborman_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/pborman/uuid", sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=", version = "v1.2.1", ) go_repository( name = "com_github_pelletier_go_toml", build_file_proto_mode = "disable_global", importpath = "github.com/pelletier/go-toml", sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=", version = "v1.9.5", ) go_repository( name = "com_github_pelletier_go_toml_v2", build_file_proto_mode = "disable_global", importpath = "github.com/pelletier/go-toml/v2", sum = "h1:9TA9+T8+8CUCO2+WYnDLCgrYi9+omqKXyjDtosvtEhg=", version = "v2.2.1", ) go_repository( name = "com_github_penglongli_gin_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/penglongli/gin-metrics", sum = "h1:mNNWCM3swMOVHwzrHeXsE4C/myu8P/HIFohtyMi9rN8=", version = "v0.1.10", ) go_repository( name = "com_github_performancecopilot_speed_v4", build_file_proto_mode = "disable_global", importpath = "github.com/performancecopilot/speed/v4", sum = "h1:VxEDCmdkfbQYDlcr/GC9YoN9PQ6p8ulk9xVsepYy9ZY=", version = "v4.0.0", ) go_repository( name = "com_github_peterbourgon_diskv", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/diskv", sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=", version = "v2.0.1+incompatible", ) go_repository( name = "com_github_peterbourgon_diskv_v3", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/diskv/v3", sum = "h1:x06SQA46+PKIUftmEujdwSEpIx8kR+M9eLYsUxeYveU=", version = "v3.0.1", ) go_repository( name = "com_github_peterbourgon_ff_v3", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/ff/v3", sum = "h1:5JAeDK5j/zhKFjyHEZQXwXBoDijERaos10RE+xamOsY=", version = "v3.1.0", ) go_repository( name = "com_github_pgavlin_fx", build_file_proto_mode = "disable_global", importpath = "github.com/pgavlin/fx", sum = "h1:r9jEg69DhNoCd3Xh0+5mIbdbS3PqWrVWujkY76MFRTU=", version = "v0.1.6", ) go_repository( name = "com_github_phayes_freeport", build_file_proto_mode = "disable_global", importpath = "github.com/phayes/freeport", sum = "h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI=", version = "v0.0.0-20220201140144-74d24b5ae9f5", ) go_repository( name = "com_github_philhofer_fwd", build_file_proto_mode = "disable_global", importpath = "github.com/philhofer/fwd", sum = "h1:UbZqGr5Y38ApvM/V/jEljVxwocdweyH+vmYvRPBnbqQ=", version = "v1.0.0", ) go_repository( name = "com_github_phpdave11_gofpdf", build_file_proto_mode = "disable_global", importpath = "github.com/phpdave11/gofpdf", sum = "h1:KPKiIbfwbvC/wOncwhrpRdXVj2CZTCFlw4wnoyjtHfQ=", version = "v1.4.2", ) go_repository( name = "com_github_phpdave11_gofpdi", build_file_proto_mode = "disable_global", importpath = "github.com/phpdave11/gofpdi", sum = "h1:o61duiW8M9sMlkVXWlvP92sZJtGKENvW3VExs6dZukQ=", version = "v1.0.13", ) go_repository( name = "com_github_pierrec_lz4", build_file_proto_mode = "disable_global", importpath = "github.com/pierrec/lz4", sum = "h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=", version = "v2.6.1+incompatible", ) go_repository( name = "com_github_pierrec_lz4_v4", build_file_proto_mode = "disable_global", importpath = "github.com/pierrec/lz4/v4", sum = "h1:tYLzDnjDXh9qIxSTKHwXwOYmm9d887Y7Y1ZkyXYHAN4=", version = "v4.1.19", ) go_repository( name = "com_github_pjbgf_sha1cd", build_file_proto_mode = "disable_global", importpath = "github.com/pjbgf/sha1cd", sum = "h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=", version = "v0.3.0", ) go_repository( name = "com_github_pkg_browser", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/browser", sum = "h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=", version = "v0.0.0-20240102092130-5ac0b6a4141c", ) go_repository( name = "com_github_pkg_diff", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/diff", sum = "h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=", version = "v0.0.0-20210226163009-20ebb0f2a09e", ) go_repository( name = "com_github_pkg_errors", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/errors", sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", version = "v0.9.1", ) go_repository( name = "com_github_pkg_profile", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/profile", sum = "h1:hUDfIISABYI59DyeB3OTay/HxSRwTQ8rB/H83k6r5dM=", version = "v1.6.0", ) go_repository( name = "com_github_pkg_sftp", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/sftp", sum = "h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=", version = "v1.13.6", ) go_repository( name = "com_github_pkg_term", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/term", sum = "h1:L3y/h2jkuBVFdWiJvNfYfKmzcCnILw7mJWm2JQuMppw=", version = "v1.2.0-beta.2", ) go_repository( name = "com_github_playwright_community_playwright_go", build_file_proto_mode = "disable_global", importpath = "github.com/playwright-community/playwright-go", sum = "h1:2JViSHpJQ/UL/PO1Gg6gXV5IcXAAsoBJ3KG9L3wKXto=", version = "v0.2000.1", ) go_repository( name = "com_github_pmezard_go_difflib", build_file_proto_mode = "disable_global", importpath = "github.com/pmezard/go-difflib", sum = "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=", version = "v1.0.1-0.20181226105442-5d4384ee4fb2", ) go_repository( name = "com_github_pmorjan_kmod", build_file_proto_mode = "disable_global", importpath = "github.com/pmorjan/kmod", sum = "h1:ZLb0WalLhz4ENECpySrXMgRqFfBkoqWju680MWL5X94=", version = "v1.1.0", ) go_repository( name = "com_github_posener_complete", build_file_proto_mode = "disable_global", importpath = "github.com/posener/complete", sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=", version = "v1.1.1", ) go_repository( name = "com_github_poy_onpar", build_file_proto_mode = "disable_global", importpath = "github.com/poy/onpar", sum = "h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=", version = "v1.1.2", ) go_repository( name = "com_github_pquerna_cachecontrol", build_file_proto_mode = "disable_global", importpath = "github.com/pquerna/cachecontrol", sum = "h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc=", version = "v0.1.0", ) go_repository( name = "com_github_pquerna_otp", build_file_proto_mode = "disable_global", importpath = "github.com/pquerna/otp", sum = "h1:oJV/SkzR33anKXwQU3Of42rL4wbrffP4uvUf1SvS5Xs=", version = "v1.3.0", ) go_repository( name = "com_github_prometheus_alertmanager", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/alertmanager", sum = "h1:LGBNMspOfv8h7brb+LWj2wnwBCg2ZuuKWTh6CAVw2/Y=", version = "v0.25.1", ) go_repository( name = "com_github_prometheus_client_golang", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/client_golang", sum = "h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE=", version = "v1.19.1", ) go_repository( name = "com_github_prometheus_client_model", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/client_model", sum = "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=", version = "v0.6.1", ) go_repository( name = "com_github_prometheus_common", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/common", sum = "h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE=", version = "v0.53.0", ) go_repository( name = "com_github_prometheus_common_sigv4", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/common/sigv4", sum = "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=", version = "v0.1.0", ) go_repository( name = "com_github_prometheus_exporter_toolkit", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/exporter-toolkit", sum = "h1:sbJAfBXQFkG6sUkbwBun8MNdzW9+wd5YfPYofbmj0YM=", version = "v0.8.2", ) go_repository( name = "com_github_prometheus_operator_prometheus_operator_pkg_apis_monitoring", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring", sum = "h1:yl9ceUSUBo9woQIO+8eoWpcxZkdZgm89g+rVvu37TUw=", version = "v0.68.0", ) go_repository( name = "com_github_prometheus_operator_prometheus_operator_pkg_client", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus-operator/prometheus-operator/pkg/client", sum = "h1:upK9tw39DlfK4JLNxLyCSkRQJ70ZiPNT4nf76rdTMiI=", version = "v0.51.2", ) go_repository( name = "com_github_prometheus_procfs", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/procfs", sum = "h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGKX7o=", version = "v0.13.0", ) go_repository( name = "com_github_prometheus_prometheus", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/prometheus", sum = "h1:jWcnuQHz1o1Wu3MZ6nMJDuTI0kU5yJp9pkxh8XEkNvI=", version = "v0.47.2", ) go_repository( name = "com_github_prometheus_tsdb", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/tsdb", sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", version = "v0.7.1", ) go_repository( name = "com_github_protocolbuffers_txtpbfmt", build_file_proto_mode = "disable_global", importpath = "github.com/protocolbuffers/txtpbfmt", sum = "h1:014O62zIzQwvoD7Ekj3ePDF5bv9Xxy0w6AZk0qYbjUk=", version = "v0.0.0-20231025115547-084445ff1adf", ) go_repository( name = "com_github_protonmail_go_crypto", build_file_proto_mode = "disable_global", importpath = "github.com/ProtonMail/go-crypto", sum = "h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=", version = "v1.0.0", ) go_repository( name = "com_github_protonmail_go_mime", build_file_proto_mode = "disable_global", importpath = "github.com/ProtonMail/go-mime", sum = "h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k=", version = "v0.0.0-20230322103455-7d82a3887f2f", ) go_repository( name = "com_github_protonmail_gopenpgp_v2", build_file_proto_mode = "disable_global", importpath = "github.com/ProtonMail/gopenpgp/v2", sum = "h1:Vz/8+HViFFnf2A6XX8JOvZMrA6F5puwNvvF21O1mRlo=", version = "v2.7.4", ) go_repository( name = "com_github_puerkitobio_goquery", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/goquery", sum = "h1:mTL6XjbJTZdpfL+Gwl5U2h1l9yEkJjhmlTeV9VPW7UI=", version = "v1.9.1", ) go_repository( name = "com_github_puerkitobio_purell", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/purell", sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=", version = "v1.1.1", ) go_repository( name = "com_github_puerkitobio_urlesc", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/urlesc", sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=", version = "v0.0.0-20170810143723-de5bf2ad4578", ) go_repository( name = "com_github_pulumi_appdash", build_file_proto_mode = "disable_global", importpath = "github.com/pulumi/appdash", sum = "h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=", version = "v0.0.0-20231130102222-75f619a67231", ) go_repository( name = "com_github_pulumi_esc", build_file_proto_mode = "disable_global", importpath = "github.com/pulumi/esc", sum = "h1:myeDL6dD/mz34zZjCL8s7d/tWHBJYxfMxDCL11MHoqc=", version = "v0.8.3", ) go_repository( name = "com_github_pulumi_pulumi_sdk_v3", build_file_proto_mode = "disable_global", importpath = "github.com/pulumi/pulumi/sdk/v3", sum = "h1:cq2x5N6iuYhSLdeOdRs+LIq0EneB0Cb54WOlD/VaX3E=", version = "v3.112.0", ) go_repository( name = "com_github_qri_io_jsonpointer", build_file_proto_mode = "disable_global", importpath = "github.com/qri-io/jsonpointer", sum = "h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA=", version = "v0.1.1", ) go_repository( name = "com_github_qri_io_jsonschema", build_file_proto_mode = "disable_global", importpath = "github.com/qri-io/jsonschema", sum = "h1:is8lirh3HYwTkC0e+4jL/vWEHwzPLojnl4FWkUoeEPU=", version = "v0.2.0", ) go_repository( name = "com_github_quasoft_memstore", build_file_proto_mode = "disable_global", importpath = "github.com/quasoft/memstore", sum = "h1:aUNXCGgukb4gtY99imuIeoh8Vr0GSwAlYxPAhqZrpFc=", version = "v0.0.0-20191010062613-2bce066d2b0b", ) go_repository( name = "com_github_rabbitmq_amqp091_go", build_file_proto_mode = "disable_global", importpath = "github.com/rabbitmq/amqp091-go", sum = "h1:1pHBxAsQh54R9eX/xo679fUEAfv3loMqi0pvRFOj2nk=", version = "v1.2.0", ) go_repository( name = "com_github_rainycape_unidecode", build_file_proto_mode = "disable_global", importpath = "github.com/rainycape/unidecode", sum = "h1:ta7tUOvsPHVHGom5hKW5VXNc2xZIkfCKP8iaqOyYtUQ=", version = "v0.0.0-20150907023854-cb7f23ec59be", ) go_repository( name = "com_github_rcrowley_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/rcrowley/go-metrics", sum = "h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=", version = "v0.0.0-20201227073835-cf1acfcdf475", ) go_repository( name = "com_github_redis_go_redis_v9", build_file_proto_mode = "disable_global", importpath = "github.com/redis/go-redis/v9", sum = "h1:H1X4D3yHPaYrkL5X06Wh6xNVM/pX0Ft4RV0vMGvLBh8=", version = "v9.5.1", ) go_repository( name = "com_github_remyoudompheng_bigfft", build_file_proto_mode = "disable_global", importpath = "github.com/remyoudompheng/bigfft", sum = "h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=", version = "v0.0.0-20230129092748-24d4a6f8daec", ) go_repository( name = "com_github_rhnvrm_simples3", build_file_proto_mode = "disable_global", importpath = "github.com/rhnvrm/simples3", sum = "h1:X+WX0hqoKScdoJAw/G3GArfZ6Ygsn8q+6MdocTMKXOw=", version = "v0.5.0", ) go_repository( name = "com_github_rivo_tview", build_file_proto_mode = "disable_global", importpath = "github.com/rivo/tview", sum = "h1:IchpMMtnfvzg7T3je672bP1nKWz1M4tW3kMZT6CbgoM=", version = "v0.0.0-20230621164836-6cc0565babaf", ) go_repository( name = "com_github_rivo_uniseg", build_file_proto_mode = "disable_global", importpath = "github.com/rivo/uniseg", sum = "h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=", version = "v0.4.7", ) go_repository( name = "com_github_robfig_cron_v3", build_file_proto_mode = "disable_global", importpath = "github.com/robfig/cron/v3", sum = "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=", version = "v3.0.1", ) go_repository( name = "com_github_rogpeppe_fastuuid", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/fastuuid", sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", version = "v1.2.0", ) go_repository( name = "com_github_rogpeppe_go_internal", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/go-internal", sum = "h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=", version = "v1.12.0", ) go_repository( name = "com_github_rs_cors", build_file_proto_mode = "disable_global", importpath = "github.com/rs/cors", sum = "h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=", version = "v1.10.1", ) go_repository( name = "com_github_rs_xid", build_file_proto_mode = "disable_global", importpath = "github.com/rs/xid", sum = "h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=", version = "v1.4.0", ) go_repository( name = "com_github_rs_zerolog", build_file_proto_mode = "disable_global", importpath = "github.com/rs/zerolog", sum = "h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY=", version = "v1.28.0", ) go_repository( name = "com_github_rubenv_sql_migrate", build_file_proto_mode = "disable_global", importpath = "github.com/rubenv/sql-migrate", sum = "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=", version = "v1.5.2", ) go_repository( name = "com_github_russellhaering_goxmldsig", build_file_proto_mode = "disable_global", importpath = "github.com/russellhaering/goxmldsig", sum = "h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk=", version = "v1.1.0", ) go_repository( name = "com_github_russross_blackfriday", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday", sum = "h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=", version = "v1.6.0", ) go_repository( name = "com_github_russross_blackfriday_v2", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday/v2", sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=", version = "v2.1.0", ) go_repository( name = "com_github_ruudk_golang_pdf417", build_file_proto_mode = "disable_global", importpath = "github.com/ruudk/golang-pdf417", sum = "h1:K1Xf3bKttbF+koVGaX5xngRIZ5bVjbmPnaxE/dR08uY=", version = "v0.0.0-20201230142125-a7e3863a1245", ) go_repository( name = "com_github_ryanuber_columnize", build_file_proto_mode = "disable_global", importpath = "github.com/ryanuber/columnize", sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=", version = "v0.0.0-20160712163229-9b3edd62028f", ) go_repository( name = "com_github_ryanuber_go_glob", build_file_proto_mode = "disable_global", importpath = "github.com/ryanuber/go-glob", sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=", version = "v1.0.0", ) go_repository( name = "com_github_sabhiram_go_gitignore", build_file_proto_mode = "disable_global", importpath = "github.com/sabhiram/go-gitignore", sum = "h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=", version = "v0.0.0-20210923224102-525f6e181f06", ) go_repository( name = "com_github_safchain_ethtool", build_file_proto_mode = "disable_global", importpath = "github.com/safchain/ethtool", sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=", version = "v0.0.0-20190326074333-42ed695e3de8", ) go_repository( name = "com_github_sagikazarmark_crypt", build_file_proto_mode = "disable_global", importpath = "github.com/sagikazarmark/crypt", sum = "h1:ZA/7pXyjkHoK4bW4mIdnCLvL8hd+Nrbiw7Dqk7D4qUk=", version = "v0.17.0", ) go_repository( name = "com_github_sagikazarmark_locafero", build_file_proto_mode = "disable_global", importpath = "github.com/sagikazarmark/locafero", sum = "h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=", version = "v0.4.0", ) go_repository( name = "com_github_sagikazarmark_slog_shim", build_file_proto_mode = "disable_global", importpath = "github.com/sagikazarmark/slog-shim", sum = "h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=", version = "v0.1.0", ) go_repository( name = "com_github_santhosh_tekuri_jsonschema", build_file_proto_mode = "disable_global", importpath = "github.com/santhosh-tekuri/jsonschema", sum = "h1:hNhW8e7t+H1vgY+1QeEQpveR6D4+OwKPXCfD2aieJis=", version = "v1.2.4", ) go_repository( name = "com_github_santhosh_tekuri_jsonschema_v2", build_file_proto_mode = "disable_global", importpath = "github.com/santhosh-tekuri/jsonschema/v2", sum = "h1:7KOtBzox6l1PbyZCuQfo923yIBpoMtGCDOD78P9lv9g=", version = "v2.1.0", ) go_repository( name = "com_github_santhosh_tekuri_jsonschema_v5", build_file_proto_mode = "disable_global", importpath = "github.com/santhosh-tekuri/jsonschema/v5", sum = "h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4=", version = "v5.3.1", ) go_repository( name = "com_github_sassoftware_relic", build_file_proto_mode = "disable_global", importpath = "github.com/sassoftware/relic", sum = "h1:Pwyh1F3I0r4clFJXkSI8bOyJINGqpgjJU3DYAZeI05A=", version = "v7.2.1+incompatible", ) go_repository( name = "com_github_sassoftware_relic_v7", build_file_proto_mode = "disable_global", importpath = "github.com/sassoftware/relic/v7", sum = "h1:rS44Lbv9G9eXsukknS4mSjIAuuX+lMq/FnStgmZlUv4=", version = "v7.6.2", ) go_repository( name = "com_github_satori_go_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/satori/go.uuid", sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=", version = "v1.2.0", ) go_repository( name = "com_github_scaleway_scaleway_sdk_go", build_file_proto_mode = "disable_global", importpath = "github.com/scaleway/scaleway-sdk-go", sum = "h1:F+GIVtGqCFxPxO46ujf8cEOP574MBoRm3gNbPXECbxs=", version = "v1.0.0-beta.26", ) go_repository( name = "com_github_sean_seed", build_file_proto_mode = "disable_global", importpath = "github.com/sean-/seed", sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", version = "v0.0.0-20170313163322-e2103e2c3529", ) go_repository( name = "com_github_seatgeek_logrus_gelf_formatter", build_file_proto_mode = "disable_global", importpath = "github.com/seatgeek/logrus-gelf-formatter", sum = "h1:jwWrlqKHQeSRjTskQaHBtCOWbaMsd54NBAnofYbEHGs=", version = "v0.0.0-20210219220335-367fa274be2c", ) go_repository( name = "com_github_seccomp_libseccomp_golang", build_file_proto_mode = "disable_global", importpath = "github.com/seccomp/libseccomp-golang", sum = "h1:aA4bp+/Zzi0BnWZ2F1wgNBs5gTpm+na2rWM6M9YjLpY=", version = "v0.10.0", ) go_repository( name = "com_github_secure_systems_lab_go_securesystemslib", build_file_proto_mode = "disable_global", importpath = "github.com/secure-systems-lab/go-securesystemslib", sum = "h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=", version = "v0.8.0", ) go_repository( name = "com_github_segmentio_analytics_go", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/analytics-go", sum = "h1:IyiOfUgQFVHvsykKKbdI7ZsH374uv3/DfZUo9+G0Z80=", version = "v3.1.0+incompatible", ) go_repository( name = "com_github_segmentio_asm", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/asm", sum = "h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=", version = "v1.2.0", ) go_repository( name = "com_github_segmentio_backo_go", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/backo-go", sum = "h1:ZuhckGJ10ulaKkdvJtiAqsLTiPrLaXSdnVgXJKJkTxE=", version = "v0.0.0-20200129164019-23eae7c10bd3", ) go_repository( name = "com_github_segmentio_conf", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/conf", sum = "h1:5OT9+6OyVHLsFLsiJa/2KlqiA1m7mpdUBlkB/qYTMts=", version = "v1.2.0", ) go_repository( name = "com_github_segmentio_go_snakecase", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/go-snakecase", sum = "h1:ZJO4SNKKV0MjGOv0LHnixxN5FYv1JKBnVXEuBpwcbQI=", version = "v1.1.0", ) go_repository( name = "com_github_segmentio_ksuid", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/ksuid", sum = "h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c=", version = "v1.0.4", ) go_repository( name = "com_github_segmentio_objconv", build_file_proto_mode = "disable_global", importpath = "github.com/segmentio/objconv", sum = "h1:QjfLzwriJj40JibCV3MGSEiAoXixbp4ybhwfTB8RXOM=", version = "v1.0.1", ) go_repository( name = "com_github_serenize_snaker", build_file_proto_mode = "disable_global", importpath = "github.com/serenize/snaker", sum = "h1:ofR1ZdrNSkiWcMsRrubK9tb2/SlZVWttAfqUjJi6QYc=", version = "v0.0.0-20171204205717-a683aaf2d516", ) go_repository( name = "com_github_sergi_go_diff", build_file_proto_mode = "disable_global", importpath = "github.com/sergi/go-diff", sum = "h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=", version = "v1.3.2-0.20230802210424-5b0b94c5c0d3", ) go_repository( name = "com_github_sethvargo_go_password", build_file_proto_mode = "disable_global", importpath = "github.com/sethvargo/go-password", sum = "h1:BTDl4CC/gjf/axHMaDQtw507ogrXLci6XRiLc7i/UHI=", version = "v0.2.0", ) go_repository( name = "com_github_shibumi_go_pathspec", build_file_proto_mode = "disable_global", importpath = "github.com/shibumi/go-pathspec", sum = "h1:QUyMZhFo0Md5B8zV8x2tesohbb5kfbpTi9rBnKh5dkI=", version = "v1.3.0", ) go_repository( name = "com_github_shirou_gopsutil", build_file_proto_mode = "disable_global", importpath = "github.com/shirou/gopsutil", replace = "github.com/shirou/gopsutil", sum = "h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=", version = "v3.21.11+incompatible", ) go_repository( name = "com_github_shopify_go_storage", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/go-storage", sum = "h1:POQkNXLEMLV3ra/YUYxqh0jD+/8R7bbLvJHyvo4jqd0=", version = "v1.3.2", ) go_repository( name = "com_github_shopify_logrus_bugsnag", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/logrus-bugsnag", sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=", version = "v0.0.0-20171204204709-577dee27f20d", ) go_repository( name = "com_github_shopify_sarama", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/sarama", sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=", version = "v1.19.0", ) go_repository( name = "com_github_shopify_toxiproxy", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/toxiproxy", sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=", version = "v2.1.4+incompatible", ) go_repository( name = "com_github_shopspring_decimal", build_file_proto_mode = "disable_global", importpath = "github.com/shopspring/decimal", sum = "h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=", version = "v1.4.0", ) go_repository( name = "com_github_shurcool_githubv4", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/githubv4", sum = "h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=", version = "v0.0.0-20240727222349-48295856cce7", ) go_repository( name = "com_github_shurcool_go", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/go", sum = "h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM=", version = "v0.0.0-20180423040247-9e1955d9fb6e", ) go_repository( name = "com_github_shurcool_go_goon", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/go-goon", sum = "h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc=", version = "v0.0.0-20170922171312-37c2f522c041", ) go_repository( name = "com_github_shurcool_graphql", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/graphql", sum = "h1:KikTa6HtAK8cS1qjvUvvq4QO21QnwC+EfvB+OAuZ/ZU=", version = "v0.0.0-20200928012149-18c5c3165e3a", ) go_repository( name = "com_github_shurcool_highlight_diff", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/highlight_diff", sum = "h1:vYEG87HxbU6dXj5npkeulCS96Dtz5xg3jcfCgpcvbIw=", version = "v0.0.0-20170515013008-09bb4053de1b", ) go_repository( name = "com_github_shurcool_highlight_go", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/highlight_go", sum = "h1:xLQlo0Ghg8zBaQi+tjpK+z/WLjbg/BhAWP9pYgqo/LQ=", version = "v0.0.0-20170515013102-78fb10f4a5f8", ) go_repository( name = "com_github_shurcool_httpfs", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/httpfs", sum = "h1:aqg5Vm5dwtvL+YgDpBcK1ITf3o96N/K7/wsRXQnUTEs=", version = "v0.0.0-20230704072500-f1e31cf0ba5c", ) go_repository( name = "com_github_shurcool_octicon", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/octicon", sum = "h1:j3cAp1j8k/tSLaCcDiXIpVJ8FzSJ9g1eeOAPRJYM75k=", version = "v0.0.0-20180602230221-c42b0e3b24d9", ) go_repository( name = "com_github_shurcool_sanitized_anchor_name", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/sanitized_anchor_name", sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", version = "v1.0.0", ) go_repository( name = "com_github_shurcool_vfsgen", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/vfsgen", sum = "h1:OfRzdxCzDhp+rsKWXuOO2I/quKMJ/+TQwVbIP/gltZg=", version = "v0.0.0-20230704071429-0000e147ea92", ) go_repository( name = "com_github_sigstore_cosign_v2", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/cosign/v2", sum = "h1:iY4vtEacmu2hkNj1Fh+8EBqBwKs2DHM27/lbNWDFJro=", version = "v2.2.4", ) go_repository( name = "com_github_sigstore_fulcio", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/fulcio", sum = "h1:WWNnrOknD0DbruuZWCbN+86WRROpEl3Xts+WT2Ek1yc=", version = "v1.4.5", ) go_repository( name = "com_github_sigstore_protobuf_specs", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/protobuf-specs", sum = "h1:E49qS++llp4psM+3NNVEb+C4AD422bT9VkOQIPrNLpA=", version = "v0.3.0", ) go_repository( name = "com_github_sigstore_rekor", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/rekor", sum = "h1:QvpMMJVWAp69a3CHzdrLelqEqpTM3ByQRt5B5Kspbi8=", version = "v1.3.6", ) go_repository( name = "com_github_sigstore_sigstore", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/sigstore", sum = "h1:G7LVXqL+ekgYtYdksBks9B38dPoIsbscjQJX/MGWkA4=", version = "v1.8.3", ) go_repository( name = "com_github_sigstore_sigstore_pkg_signature_kms_aws", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/sigstore/pkg/signature/kms/aws", sum = "h1:LTfPadUAo+PDRUbbdqbeSl2OuoFQwUFTnJ4stu+nwWw=", version = "v1.8.3", ) go_repository( name = "com_github_sigstore_sigstore_pkg_signature_kms_azure", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/sigstore/pkg/signature/kms/azure", sum = "h1:xgbPRCr2npmmsuVVteJqi/ERw9+I13Wou7kq0Yk4D8g=", version = "v1.8.3", ) go_repository( name = "com_github_sigstore_sigstore_pkg_signature_kms_gcp", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/sigstore/pkg/signature/kms/gcp", sum = "h1:vDl2fqPT0h3D/k6NZPlqnKFd1tz3335wm39qjvpZNJc=", version = "v1.8.3", ) go_repository( name = "com_github_sigstore_sigstore_pkg_signature_kms_hashivault", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/sigstore/pkg/signature/kms/hashivault", sum = "h1:h9G8j+Ds21zqqulDbA/R/ft64oQQIyp8S7wJYABYSlg=", version = "v1.8.3", ) go_repository( name = "com_github_sigstore_timestamp_authority", build_file_proto_mode = "disable_global", importpath = "github.com/sigstore/timestamp-authority", sum = "h1:X4qyutnCQqJ0apMewFyx+3t7Tws00JQ/JonBiu3QvLE=", version = "v1.2.2", ) go_repository( name = "com_github_sirupsen_logrus", build_file_proto_mode = "disable_global", importpath = "github.com/sirupsen/logrus", sum = "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=", version = "v1.9.3", ) go_repository( name = "com_github_skeema_knownhosts", build_file_proto_mode = "disable_global", importpath = "github.com/skeema/knownhosts", sum = "h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=", version = "v1.2.2", ) go_repository( name = "com_github_skratchdot_open_golang", build_file_proto_mode = "disable_global", importpath = "github.com/skratchdot/open-golang", sum = "h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=", version = "v0.0.0-20200116055534-eef842397966", ) go_repository( name = "com_github_smartystreets_assertions", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/assertions", sum = "h1:MkTeG1DMwsrdH7QtLXy5W+fUxWq+vmb6cLmyJ7aRtF0=", version = "v1.1.0", ) go_repository( name = "com_github_smartystreets_goconvey", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/goconvey", sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=", version = "v1.6.4", ) go_repository( name = "com_github_snowflakedb_gosnowflake", build_file_proto_mode = "disable_global", importpath = "github.com/snowflakedb/gosnowflake", sum = "h1:EJDdDi74YbYt1ty164ge3fMZ0eVZ6KA7b1zmAa/wnRo=", version = "v1.6.3", ) go_repository( name = "com_github_soheilhy_cmux", build_file_proto_mode = "disable_global", importpath = "github.com/soheilhy/cmux", sum = "h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=", version = "v0.1.5", ) go_repository( name = "com_github_sony_gobreaker", build_file_proto_mode = "disable_global", importpath = "github.com/sony/gobreaker", sum = "h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=", version = "v0.5.0", ) go_repository( name = "com_github_sosodev_duration", build_file_proto_mode = "disable_global", importpath = "github.com/sosodev/duration", sum = "h1:pqK/FLSjsAADWY74SyWDCjOcd5l7H8GSnnOGEB9A1Us=", version = "v1.2.0", ) go_repository( name = "com_github_sourcegraph_annotate", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/annotate", sum = "h1:yKm7XZV6j9Ev6lojP2XaIshpT4ymkqhMeSghO5Ps00E=", version = "v0.0.0-20160123013949-f4cad6c6324d", ) go_repository( name = "com_github_sourcegraph_conc", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/conc", sum = "h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=", version = "v0.3.0", ) go_repository( name = "com_github_sourcegraph_syntaxhighlight", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/syntaxhighlight", sum = "h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=", version = "v0.0.0-20170531221838-bd320f5d308e", ) go_repository( name = "com_github_spaolacci_murmur3", build_file_proto_mode = "disable_global", importpath = "github.com/spaolacci/murmur3", sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", version = "v0.0.0-20180118202830-f09979ecbc72", ) go_repository( name = "com_github_spf13_afero", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/afero", sum = "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=", version = "v1.11.0", ) go_repository( name = "com_github_spf13_cast", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/cast", sum = "h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=", version = "v1.6.0", ) go_repository( name = "com_github_spf13_cobra", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/cobra", sum = "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=", version = "v1.8.0", ) go_repository( name = "com_github_spf13_jwalterweatherman", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/jwalterweatherman", sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", version = "v1.1.0", ) go_repository( name = "com_github_spf13_pflag", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/pflag", sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", version = "v1.0.5", ) go_repository( name = "com_github_spf13_viper", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/viper", sum = "h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=", version = "v1.18.2", ) go_repository( name = "com_github_spiffe_go_spiffe_v2", build_file_proto_mode = "disable_global", importpath = "github.com/spiffe/go-spiffe/v2", sum = "h1:9Vf06UsvsDbLYK/zJ4sYsIsHmMFknUD+feA7IYoWMQY=", version = "v2.2.0", ) go_repository( name = "com_github_spyzhov_ajson", build_file_proto_mode = "disable_global", importpath = "github.com/spyzhov/ajson", sum = "h1:1MDIlPc6x0zjNtpa7tDzRAyFAvRX+X8ZsvtYz5lZg6A=", version = "v0.7.1", ) go_repository( name = "com_github_sqs_goreturns", build_file_proto_mode = "disable_global", importpath = "github.com/sqs/goreturns", sum = "h1:iD+PFTQwKEmbwSdwfvP5ld2WEI/g7qbdhmHJ2ASfYGs=", version = "v0.0.0-20181028201513-538ac6014518", ) go_repository( name = "com_github_square_go_jose_v3", build_file_proto_mode = "disable_global", importpath = "github.com/square/go-jose/v3", sum = "h1:wD1IWQwAhdWclCwaf6DdzgCAe9Bfz1M+4AHRd7N786Y=", version = "v3.0.0-20200630053402-0a67ce9b0693", ) go_repository( name = "com_github_stefanberger_go_pkcs11uri", build_file_proto_mode = "disable_global", importpath = "github.com/stefanberger/go-pkcs11uri", sum = "h1:lIOOHPEbXzO3vnmx2gok1Tfs31Q8GQqKLc8vVqyQq/I=", version = "v0.0.0-20201008174630-78d3cae3a980", ) go_repository( name = "com_github_stoewer_go_strcase", build_file_proto_mode = "disable_global", importpath = "github.com/stoewer/go-strcase", sum = "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=", version = "v1.3.0", ) go_repository( name = "com_github_streadway_amqp", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/amqp", sum = "h1:0ngsPmuP6XIjiFRNFYlvKwSr5zff2v+uPHaffZ6/M4k=", version = "v0.0.0-20190404075320-75d898a42a94", ) go_repository( name = "com_github_streadway_handy", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/handy", sum = "h1:mOtuXaRAbVZsxAHVdPR3IjfmN8T1h2iczJLynhLybf8=", version = "v0.0.0-20200128134331-0f66f006fb2e", ) go_repository( name = "com_github_stretchr_objx", build_file_proto_mode = "disable_global", importpath = "github.com/stretchr/objx", sum = "h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=", version = "v0.5.2", ) go_repository( name = "com_github_stretchr_testify", build_file_proto_mode = "disable_global", importpath = "github.com/stretchr/testify", sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=", version = "v1.9.0", ) go_repository( name = "com_github_subosito_gotenv", build_file_proto_mode = "disable_global", importpath = "github.com/subosito/gotenv", sum = "h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=", version = "v1.6.0", ) go_repository( name = "com_github_substrait_io_substrait_go", build_file_proto_mode = "disable_global", importpath = "github.com/substrait-io/substrait-go", sum = "h1:buDnjsb3qAqTaNbOR7VKmNgXf4lYQxWEcnSGUWBtmN8=", version = "v0.4.2", ) go_repository( name = "com_github_syndtr_gocapability", build_file_proto_mode = "disable_global", importpath = "github.com/syndtr/gocapability", sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=", version = "v0.0.0-20200815063812-42c35b437635", ) go_repository( name = "com_github_syndtr_goleveldb", build_file_proto_mode = "disable_global", importpath = "github.com/syndtr/goleveldb", sum = "h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=", version = "v1.0.1-0.20220721030215-126854af5e6d", ) go_repository( name = "com_github_tailscale_depaware", build_file_proto_mode = "disable_global", importpath = "github.com/tailscale/depaware", sum = "h1:34icjjmqJ2HPjrSuJYEkdZ+0ItmGQAQ75cRHIiftIyE=", version = "v0.0.0-20210622194025-720c4b409502", ) go_repository( name = "com_github_tchap_go_patricia", build_file_proto_mode = "disable_global", importpath = "github.com/tchap/go-patricia", sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=", version = "v2.2.6+incompatible", ) go_repository( name = "com_github_tchap_go_patricia_v2", build_file_proto_mode = "disable_global", importpath = "github.com/tchap/go-patricia/v2", sum = "h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=", version = "v2.3.1", ) go_repository( name = "com_github_tetratelabs_wazero", build_file_proto_mode = "disable_global", importpath = "github.com/tetratelabs/wazero", sum = "h1:z0H1iikCdP8t+q341xqepY4EWvHEw8Es7tlqiVzlP3g=", version = "v1.6.0", ) go_repository( name = "com_github_texttheater_golang_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/texttheater/golang-levenshtein", sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=", version = "v1.0.1", ) go_repository( name = "com_github_thales_e_security_pool", build_file_proto_mode = "disable_global", importpath = "github.com/thales-e-security/pool", sum = "h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=", version = "v0.0.2", ) go_repository( name = "com_github_thalesignite_crypto11", build_file_proto_mode = "disable_global", importpath = "github.com/ThalesIgnite/crypto11", sum = "h1:1IiIIEqYmBvUYFeMnHqRft4bwf/O36jryEUpY+9ef8E=", version = "v1.2.5", ) go_repository( name = "com_github_theupdateframework_go_tuf", build_file_proto_mode = "disable_global", importpath = "github.com/theupdateframework/go-tuf", sum = "h1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qvs5LdxRWqRI=", version = "v0.7.0", ) go_repository( name = "com_github_thlib_go_timezone_local", build_file_proto_mode = "disable_global", importpath = "github.com/thlib/go-timezone-local", sum = "h1:BuzhfgfWQbX0dWzYzT1zsORLnHRv3bcRcsaUk0VmXA8=", version = "v0.0.0-20210907160436-ef149e42d28e", ) go_repository( name = "com_github_thoas_go_funk", build_file_proto_mode = "disable_global", importpath = "github.com/thoas/go-funk", sum = "h1:Yzu8aTjTb1sqHZzSZLBt4qaZrFfjNizhA7IfnefjEzo=", version = "v0.9.0", ) go_repository( name = "com_github_tidwall_gjson", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/gjson", sum = "h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=", version = "v1.17.1", ) go_repository( name = "com_github_tidwall_match", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/match", sum = "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=", version = "v1.1.1", ) go_repository( name = "com_github_tidwall_pretty", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/pretty", sum = "h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=", version = "v1.2.1", ) go_repository( name = "com_github_tidwall_sjson", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/sjson", sum = "h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=", version = "v1.2.5", ) go_repository( name = "com_github_tinylib_msgp", build_file_proto_mode = "disable_global", importpath = "github.com/tinylib/msgp", sum = "h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ=", version = "v1.1.2", ) go_repository( name = "com_github_titanous_rocacheck", build_file_proto_mode = "disable_global", importpath = "github.com/titanous/rocacheck", sum = "h1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0=", version = "v0.0.0-20171023193734-afe73141d399", ) go_repository( name = "com_github_tjfoc_gmsm", build_file_proto_mode = "disable_global", importpath = "github.com/tjfoc/gmsm", sum = "h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=", version = "v1.4.1", ) go_repository( name = "com_github_tklauser_go_sysconf", build_file_proto_mode = "disable_global", importpath = "github.com/tklauser/go-sysconf", sum = "h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=", version = "v0.3.11", ) go_repository( name = "com_github_tklauser_numcpus", build_file_proto_mode = "disable_global", importpath = "github.com/tklauser/numcpus", sum = "h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=", version = "v0.6.0", ) go_repository( name = "com_github_tmc_grpc_websocket_proxy", build_file_proto_mode = "disable_global", importpath = "github.com/tmc/grpc-websocket-proxy", sum = "h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=", version = "v0.0.0-20220101234140-673ab2c3ae75", ) go_repository( name = "com_github_tmccombs_hcl2json", build_file_proto_mode = "disable_global", importpath = "github.com/tmccombs/hcl2json", sum = "h1:pYzRaHVTJu6TfFumACORClRtsK431eeuv7WjNNLjT90=", version = "v0.3.4", ) go_repository( name = "com_github_tomasen_realip", build_file_proto_mode = "disable_global", importpath = "github.com/tomasen/realip", sum = "h1:fb190+cK2Xz/dvi9Hv8eCYJYvIGUTN2/KLq1pT6CjEc=", version = "v0.0.0-20180522021738-f0c99a92ddce", ) go_repository( name = "com_github_transparency_dev_merkle", build_file_proto_mode = "disable_global", importpath = "github.com/transparency-dev/merkle", sum = "h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=", version = "v0.0.2", ) go_repository( name = "com_github_tweekmonster_luser", build_file_proto_mode = "disable_global", importpath = "github.com/tweekmonster/luser", sum = "h1:X9dsIWPuuEJlPX//UmRKophhOKCGXc46RVIGuttks68=", version = "v0.0.0-20161003172636-3fa38070dbd7", ) go_repository( name = "com_github_twitchyliquid64_golang_asm", build_file_proto_mode = "disable_global", importpath = "github.com/twitchyliquid64/golang-asm", sum = "h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=", version = "v0.15.1", ) go_repository( name = "com_github_twmb_franz_go", build_file_proto_mode = "disable_global", importpath = "github.com/twmb/franz-go", sum = "h1:qBCkHaiutetnrXjAUWA99D9FEcZVMt2AYwkH3vWEQTw=", version = "v1.15.4", ) go_repository( name = "com_github_twmb_franz_go_pkg_kadm", build_file_proto_mode = "disable_global", importpath = "github.com/twmb/franz-go/pkg/kadm", sum = "h1:3oYKNP+e3HGo4GYadrDeRxOaAIsOXmX6LBVMz9PxpCU=", version = "v1.10.0", ) go_repository( name = "com_github_twmb_franz_go_pkg_kmsg", build_file_proto_mode = "disable_global", importpath = "github.com/twmb/franz-go/pkg/kmsg", sum = "h1:a457IbvezYfA5UkiBvyV3zj0Is3y1i8EJgqjJYoij2E=", version = "v1.7.0", ) go_repository( name = "com_github_uber_go_atomic", build_file_proto_mode = "disable_global", importpath = "github.com/uber-go/atomic", sum = "h1:Azu9lPBWRNKzYXSIwRfgRuDuS0YKsK4NFhiQv98gkxo=", version = "v1.3.2", ) go_repository( name = "com_github_uber_jaeger_client_go", build_file_proto_mode = "disable_global", importpath = "github.com/uber/jaeger-client-go", sum = "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=", version = "v2.30.0+incompatible", ) go_repository( name = "com_github_uber_jaeger_lib", build_file_proto_mode = "disable_global", importpath = "github.com/uber/jaeger-lib", sum = "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=", version = "v2.4.1+incompatible", ) go_repository( name = "com_github_udacity_graphb", build_file_proto_mode = "disable_global", importpath = "github.com/udacity/graphb", sum = "h1:rM+Y8sWxT/pBMrQ3zlWWXpoF/1qxvWBFqqwia6ZYxTA=", version = "v0.0.0-20190520214654-912b8fd361d7", ) go_repository( name = "com_github_ugorji_go", build_file_proto_mode = "disable_global", importpath = "github.com/ugorji/go", sum = "h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo=", version = "v1.2.7", ) go_repository( name = "com_github_ugorji_go_codec", build_file_proto_mode = "disable_global", importpath = "github.com/ugorji/go/codec", sum = "h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=", version = "v1.2.12", ) go_repository( name = "com_github_ulikunitz_xz", build_file_proto_mode = "disable_global", importpath = "github.com/ulikunitz/xz", sum = "h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=", version = "v0.5.11", ) go_repository( name = "com_github_unrolled_secure", build_file_proto_mode = "disable_global", importpath = "github.com/unrolled/secure", sum = "h1:ltz/eIXkYWdMCZbu3Rb+bUmWVTm5AqM0QM8o0uKir4U=", version = "v0.0.0-20181005190816-ff9db2ff917f", ) go_repository( name = "com_github_urfave_cli", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/cli", sum = "h1:ebbhrRiGK2i4naQJr+1Xj92HXZCrK7MsyTS/ob3HnAk=", version = "v1.22.14", ) go_repository( name = "com_github_urfave_cli_v2", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/cli/v2", sum = "h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=", version = "v2.27.1", ) go_repository( name = "com_github_urfave_negroni", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/negroni", sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=", version = "v1.0.0", ) go_repository( name = "com_github_uwu_tools_magex", build_file_proto_mode = "disable_global", importpath = "github.com/uwu-tools/magex", sum = "h1:eDDHw9izUPXEKXejY26VCtTK4LjuDoGkyWpgGscFO80=", version = "v0.10.0", ) go_repository( name = "com_github_vbatts_tar_split", build_file_proto_mode = "disable_global", importpath = "github.com/vbatts/tar-split", sum = "h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=", version = "v0.11.5", ) go_repository( name = "com_github_vektah_gqlparser", build_file_proto_mode = "disable_global", importpath = "github.com/vektah/gqlparser", sum = "h1:8b0IcD3qZKWJQHSzynbDlrtP3IxVydZ2DZepCGofqfU=", version = "v1.3.1", ) go_repository( name = "com_github_vektah_gqlparser_v2", build_file_proto_mode = "disable_global", importpath = "github.com/vektah/gqlparser/v2", sum = "h1:JJxLtXIoN7+3x6MBdtIP59TP1RANnY7pXOaDnADQSf8=", version = "v2.5.11", ) go_repository( name = "com_github_venafi_vcert_v5", build_file_proto_mode = "disable_global", importpath = "github.com/Venafi/vcert/v5", sum = "h1:KSSRDWh8vALEIMXVFB+zIn2bCKvEFM9U3DbDf6gx0Ws=", version = "v5.3.0", ) go_repository( name = "com_github_veraison_go_cose", build_file_proto_mode = "disable_global", importpath = "github.com/veraison/go-cose", sum = "h1:Gj4x20D0YP79J2+cK3anjGEMwIkg2xX+TKVVGUXwNAc=", version = "v1.2.1", ) go_repository( name = "com_github_vishvananda_netlink", build_file_proto_mode = "disable_global", importpath = "github.com/vishvananda/netlink", sum = "h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk=", version = "v1.3.0", ) go_repository( name = "com_github_vishvananda_netns", build_file_proto_mode = "disable_global", importpath = "github.com/vishvananda/netns", sum = "h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=", version = "v0.0.4", ) go_repository( name = "com_github_vividcortex_gohistogram", build_file_proto_mode = "disable_global", importpath = "github.com/VividCortex/gohistogram", sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=", version = "v1.0.0", ) go_repository( name = "com_github_vmihailenco_msgpack", build_file_proto_mode = "disable_global", importpath = "github.com/vmihailenco/msgpack", sum = "h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=", version = "v4.0.4+incompatible", ) go_repository( name = "com_github_vmihailenco_msgpack_v4", build_file_proto_mode = "disable_global", importpath = "github.com/vmihailenco/msgpack/v4", sum = "h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=", version = "v4.3.12", ) go_repository( name = "com_github_vmihailenco_tagparser", build_file_proto_mode = "disable_global", importpath = "github.com/vmihailenco/tagparser", sum = "h1:gnjoVuB/kljJ5wICEEOpx98oXMWPLj22G67Vbd1qPqc=", version = "v0.1.2", ) go_repository( name = "com_github_wader_gormstore_v2", build_file_proto_mode = "disable_global", importpath = "github.com/wader/gormstore/v2", sum = "h1:Idfd68RXNFibVmkNKgNv8l7BobUfyvwEm1gvWqeA/Yw=", version = "v2.0.0", ) go_repository( name = "com_github_weppos_publicsuffix_go", build_file_proto_mode = "disable_global", importpath = "github.com/weppos/publicsuffix-go", sum = "h1:kNn7cjQYeNjKUflvFFCxFeyS7ENcDdfPmkhFpgd0G/A=", version = "v0.30.1-0.20230620154423-38c92ad2d5c6", ) go_repository( name = "com_github_willf_bitset", build_file_proto_mode = "disable_global", importpath = "github.com/willf/bitset", sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=", version = "v1.1.11", ) go_repository( name = "com_github_withfig_autocomplete_tools_integrations_cobra", build_file_proto_mode = "disable_global", importpath = "github.com/withfig/autocomplete-tools/integrations/cobra", sum = "h1:+dBg5k7nuTE38VVdoroRsT0Z88fmvdYrI2EjzJst35I=", version = "v1.2.1", ) go_repository( name = "com_github_wojas_genericr", build_file_proto_mode = "disable_global", importpath = "github.com/wojas/genericr", sum = "h1:AXiDZCbrWcXwaQ17O6udC1TzWhXZ3N2qL70DhTHhi5M=", version = "v0.3.1", ) go_repository( name = "com_github_wsxiaoys_terminal", build_file_proto_mode = "disable_global", importpath = "github.com/wsxiaoys/terminal", sum = "h1:3UeQBvD0TFrlVjOeLOBz+CPAI8dnbqNSVwUwRrkp7vQ=", version = "v0.0.0-20160513160801-0940f3fc43a0", ) go_repository( name = "com_github_x448_float16", build_file_proto_mode = "disable_global", importpath = "github.com/x448/float16", sum = "h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=", version = "v0.8.4", ) go_repository( name = "com_github_xanzy_go_gitlab", build_file_proto_mode = "disable_global", importpath = "github.com/xanzy/go-gitlab", sum = "h1:ExHuJ1OTQ2yt25zBMMj0G96ChBirGYv8U7HyUiYkZ+4=", version = "v0.102.0", ) go_repository( name = "com_github_xanzy_ssh_agent", build_file_proto_mode = "disable_global", importpath = "github.com/xanzy/ssh-agent", sum = "h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=", version = "v0.3.3", ) go_repository( name = "com_github_xdg_go_pbkdf2", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/pbkdf2", sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=", version = "v1.0.0", ) go_repository( name = "com_github_xdg_go_scram", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/scram", sum = "h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=", version = "v1.1.2", ) go_repository( name = "com_github_xdg_go_stringprep", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/stringprep", sum = "h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=", version = "v1.0.4", ) go_repository( name = "com_github_xdg_scram", build_file_proto_mode = "disable_global", importpath = "github.com/xdg/scram", sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=", version = "v0.0.0-20180814205039-7eeb5667e42c", ) go_repository( name = "com_github_xdg_stringprep", build_file_proto_mode = "disable_global", importpath = "github.com/xdg/stringprep", sum = "h1:n+nNi93yXLkJvKwXNP9d55HC7lGK4H/SRcwB5IaUZLo=", version = "v0.0.0-20180714160509-73f8eece6fdc", ) go_repository( name = "com_github_xeipuuv_gojsonpointer", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonpointer", sum = "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=", version = "v0.0.0-20190905194746-02993c407bfb", ) go_repository( name = "com_github_xeipuuv_gojsonreference", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonreference", sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=", version = "v0.0.0-20180127040603-bd5ef7bd5415", ) go_repository( name = "com_github_xeipuuv_gojsonschema", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonschema", sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=", version = "v1.2.0", ) go_repository( name = "com_github_xhit_go_str2duration", build_file_proto_mode = "disable_global", importpath = "github.com/xhit/go-str2duration", sum = "h1:BcV5u025cITWxEQKGWr1URRzrcXtu7uk8+luz3Yuhwc=", version = "v1.2.0", ) go_repository( name = "com_github_xhit_go_str2duration_v2", build_file_proto_mode = "disable_global", importpath = "github.com/xhit/go-str2duration/v2", sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=", version = "v2.1.0", ) go_repository( name = "com_github_xi2_xz", build_file_proto_mode = "disable_global", importpath = "github.com/xi2/xz", sum = "h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=", version = "v0.0.0-20171230120015-48954b6210f8", ) go_repository( name = "com_github_xiang90_probing", build_file_proto_mode = "disable_global", importpath = "github.com/xiang90/probing", sum = "h1:S2dVYn90KE98chqDkyE9Z4N61UnQd+KOfgp5Iu53llk=", version = "v0.0.0-20221125231312-a49e3df8f510", ) go_repository( name = "com_github_xlab_treeprint", build_file_proto_mode = "disable_global", importpath = "github.com/xlab/treeprint", sum = "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=", version = "v1.2.0", ) go_repository( name = "com_github_xordataexchange_crypt", build_file_proto_mode = "disable_global", importpath = "github.com/xordataexchange/crypt", sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=", version = "v0.0.3-0.20170626215501-b2862e3d0a77", ) go_repository( name = "com_github_xrash_smetrics", build_file_proto_mode = "disable_global", importpath = "github.com/xrash/smetrics", sum = "h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=", version = "v0.0.0-20240312152122-5f08fbb34913", ) go_repository( name = "com_github_xtgo_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/xtgo/uuid", sum = "h1:3lbZUMbMiGUW/LMkfsEABsc5zNT9+b1CvsJx47JzJ8g=", version = "v0.0.0-20140804021211-a0b114877d4c", ) go_repository( name = "com_github_yandex_cloud_go_genproto", build_file_proto_mode = "disable_global", importpath = "github.com/yandex-cloud/go-genproto", sum = "h1:mOhpdzir8wyeM0AzMPKj6RteKpRjaP661fBPzJcRD+g=", version = "v0.0.0-20240401111333-b9ee0d3d9e6b", ) go_repository( name = "com_github_yandex_cloud_go_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/yandex-cloud/go-sdk", sum = "h1:wtzLQJmghkSUb1YkeFphIh7ST7NNVDaVOJZSAJcjMdw=", version = "v0.0.0-20240318084659-dfa50323a0b4", ) go_repository( name = "com_github_yashtewari_glob_intersection", build_file_proto_mode = "disable_global", importpath = "github.com/yashtewari/glob-intersection", sum = "h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg=", version = "v0.2.0", ) go_repository( name = "com_github_youmark_pkcs8", build_file_proto_mode = "disable_global", importpath = "github.com/youmark/pkcs8", sum = "h1:fZHgsYlfvtyqToslyjUt3VOPF4J7aK/3MPcK7xp3PDk=", version = "v0.0.0-20201027041543-1326539a0a0a", ) go_repository( name = "com_github_ysmood_fetchup", build_file_proto_mode = "disable_global", importpath = "github.com/ysmood/fetchup", sum = "h1:ulX+SonA0Vma5zUFXtv52Kzip/xe7aj4vqT5AJwQ+ZQ=", version = "v0.2.3", ) go_repository( name = "com_github_ysmood_goob", build_file_proto_mode = "disable_global", importpath = "github.com/ysmood/goob", sum = "h1:HsxXhyLBeGzWXnqVKtmT9qM7EuVs/XOgkX7T6r1o1AQ=", version = "v0.4.0", ) go_repository( name = "com_github_ysmood_got", build_file_proto_mode = "disable_global", importpath = "github.com/ysmood/got", sum = "h1:IrV2uWLs45VXNvZqhJ6g2nIhY+pgIG1CUoOcqfXFl1s=", version = "v0.34.1", ) go_repository( name = "com_github_ysmood_gson", build_file_proto_mode = "disable_global", importpath = "github.com/ysmood/gson", sum = "h1:QFkWbTH8MxyUTKPkVWAENJhxqdBa4lYTQWqZCiLG6kE=", version = "v0.7.3", ) go_repository( name = "com_github_ysmood_leakless", build_file_proto_mode = "disable_global", importpath = "github.com/ysmood/leakless", sum = "h1:BzLrVoiwxikpgEQR0Lk8NyBN5Cit2b1z+u0mgL4ZJak=", version = "v0.8.0", ) go_repository( name = "com_github_yuin_goldmark", build_file_proto_mode = "disable_global", importpath = "github.com/yuin/goldmark", sum = "h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=", version = "v1.6.0", ) go_repository( name = "com_github_yuin_goldmark_emoji", build_file_proto_mode = "disable_global", importpath = "github.com/yuin/goldmark-emoji", sum = "h1:c/RgTShNgHTtc6xdz2KKI74jJr6rWi7FPgnP9GAsO5s=", version = "v1.0.2", ) go_repository( name = "com_github_yusufpapurcu_wmi", build_file_proto_mode = "disable_global", importpath = "github.com/yusufpapurcu/wmi", sum = "h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=", version = "v1.2.3", ) go_repository( name = "com_github_yvasiyarov_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/go-metrics", sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=", version = "v0.0.0-20140926110328-57bccd1ccd43", ) go_repository( name = "com_github_yvasiyarov_gorelic", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/gorelic", sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=", version = "v0.0.0-20141212073537-a9bba5b9ab50", ) go_repository( name = "com_github_yvasiyarov_newrelic_platform_go", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/newrelic_platform_go", sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=", version = "v0.0.0-20140908184405-b21fdbd4370f", ) go_repository( name = "com_github_zalando_go_keyring", build_file_proto_mode = "disable_global", importpath = "github.com/zalando/go-keyring", sum = "h1:wi2xxTqdiwMKbM6TWwi+uJCG/Tum2UV0jqaQhCa9/68=", version = "v0.2.4", ) go_repository( name = "com_github_zclconf_go_cty", build_file_proto_mode = "disable_global", importpath = "github.com/zclconf/go-cty", sum = "h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=", version = "v1.14.4", ) go_repository( name = "com_github_zeebo_assert", build_file_proto_mode = "disable_global", importpath = "github.com/zeebo/assert", sum = "h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=", version = "v1.3.0", ) go_repository( name = "com_github_zeebo_errs", build_file_proto_mode = "disable_global", importpath = "github.com/zeebo/errs", sum = "h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs=", version = "v1.3.0", ) go_repository( name = "com_github_zeebo_xxh3", build_file_proto_mode = "disable_global", importpath = "github.com/zeebo/xxh3", sum = "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=", version = "v1.0.2", ) go_repository( name = "com_github_zenazn_goji", build_file_proto_mode = "disable_global", importpath = "github.com/zenazn/goji", sum = "h1:mXV20Aj/BdWrlVzIn1kXFa+Tq62INlUi0cFFlztTaK0=", version = "v0.9.1-0.20160507202103-64eb34159fe5", ) go_repository( name = "com_github_ziutek_mymysql", build_file_proto_mode = "disable_global", importpath = "github.com/ziutek/mymysql", sum = "h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=", version = "v1.5.4", ) go_repository( name = "com_github_zmap_zcrypto", build_file_proto_mode = "disable_global", importpath = "github.com/zmap/zcrypto", sum = "h1:DZH5n7L3L8RxKdSyJHZt7WePgwdhHnPhQFdQSJaHF+o=", version = "v0.0.0-20230310154051-c8b263fd8300", ) go_repository( name = "com_github_zmap_zlint_v3", build_file_proto_mode = "disable_global", importpath = "github.com/zmap/zlint/v3", sum = "h1:Eh2B5t6VKgVH0DFmTwOqE50POvyDhUaU9T2mJOe1vfQ=", version = "v3.5.0", ) go_repository( name = "com_gitlab_flimzy_httpe", build_file_proto_mode = "disable_global", importpath = "gitlab.com/flimzy/httpe", sum = "h1:3ODGAZUT677yb4ed1GWQk1McCIZEW/1vYhIAA6cKmqc=", version = "v0.0.0-20231112220855-6303bcec02b6", ) go_repository( name = "com_gitlab_flimzy_testy", build_file_proto_mode = "disable_global", importpath = "gitlab.com/flimzy/testy", sum = "h1:2nZV4Wa1OSJb3rOKHh0GJqvvhtE03zT+sKnPCI0owfQ=", version = "v0.14.0", ) go_repository( name = "com_gitlab_nyarla_go_crypt", build_file_proto_mode = "disable_global", importpath = "gitlab.com/nyarla/go-crypt", sum = "h1:7gd+rd8P3bqcn/96gOZa3F5dpJr/vEiDQYlNb/y2uNs=", version = "v0.0.0-20160106005555-d9a5dc2b789b", ) go_repository( name = "com_google_cloud_go", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go", sum = "h1:g3C70mn3lWfckKBiCVsAshabrDg01pQ0pnX1MNtnMkA=", version = "v0.113.0", ) go_repository( name = "com_google_cloud_go_accessapproval", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/accessapproval", sum = "h1:vO95gvBi7qUgfA9SflexQs9hB4U4tnri/GwADIrLQy8=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_accesscontextmanager", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/accesscontextmanager", sum = "h1:GgdNoDwZR5RIO3j8XwXqa6Gc6q5mP3KYMdFC7FEVyG4=", version = "v1.8.7", ) go_repository( name = "com_google_cloud_go_aiplatform", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/aiplatform", sum = "h1:YWeqD4BjYwrmY4fa+isGcw0P81lJ3dKVxbWxdBchoiU=", version = "v1.67.0", ) go_repository( name = "com_google_cloud_go_analytics", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/analytics", sum = "h1:O0fj88npvQFxg8LfXo7fArcSrC/wtAstGuWQ7dCHWjg=", version = "v0.23.2", ) go_repository( name = "com_google_cloud_go_apigateway", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/apigateway", sum = "h1:DO5Vn3zmY1aDyfoqni8e8+x+lwrfLCoAAbEui9NB0y8=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_apigeeconnect", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/apigeeconnect", sum = "h1:z08Xuv7ZtaB2d4jsJi9/WhbnnI5s19wlLDZpssn3Fus=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_apigeeregistry", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/apigeeregistry", sum = "h1:o1C/+IvzwYeV1doum61XmJQ/Bwpk/4+2DT1JyVu2x64=", version = "v0.8.5", ) go_repository( name = "com_google_cloud_go_apikeys", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/apikeys", sum = "h1:B9CdHFZTFjVti89tmyXXrO+7vSNo2jvZuHG8zD5trdQ=", version = "v0.6.0", ) go_repository( name = "com_google_cloud_go_appengine", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/appengine", sum = "h1:qYrjEHEFY7+CL4QlHIHuwTgrTnZbSKzdPFqgjZDsQNo=", version = "v1.8.7", ) go_repository( name = "com_google_cloud_go_area120", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/area120", sum = "h1:sUrR96yokdL6tTTXK0X13V1TLMta8/1u328bRG5lWZc=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_artifactregistry", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/artifactregistry", sum = "h1:SSvoD0ofOydm5gA1++15pW9VPgQbk0OmNlcb7JczoO4=", version = "v1.14.9", ) go_repository( name = "com_google_cloud_go_asset", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/asset", sum = "h1:mCqyoaDjDzaW1RqmmQtCJuawb9nca5bEu7HvVcpZDwg=", version = "v1.19.1", ) go_repository( name = "com_google_cloud_go_assuredworkloads", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/assuredworkloads", sum = "h1:xieyFA+JKyTDkO/Z9UyVEpkHW8pDYykU51O4G0pvXEg=", version = "v1.11.7", ) go_repository( name = "com_google_cloud_go_auth", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/auth", sum = "h1:Z7YNIhlWRtrnKlZke7z3GMqzvuYzdc2z98F9D1NV5Hg=", version = "v0.4.1", ) go_repository( name = "com_google_cloud_go_auth_oauth2adapt", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/auth/oauth2adapt", sum = "h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=", version = "v0.2.2", ) go_repository( name = "com_google_cloud_go_automl", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/automl", sum = "h1:w9AyogtMLXbcy5kzXPvk/Q3MGQkgJH7ZDB8fAUUxTt8=", version = "v1.13.7", ) go_repository( name = "com_google_cloud_go_baremetalsolution", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/baremetalsolution", sum = "h1:W4oSMS6vRCo9DLr1RPyDP8oeLverbvhJRzaZSsipft8=", version = "v1.2.6", ) go_repository( name = "com_google_cloud_go_batch", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/batch", sum = "h1:i8shmhASiPJ/DFHhqwBcNQep+uFlHt53Txal/wsc9ko=", version = "v1.8.5", ) go_repository( name = "com_google_cloud_go_beyondcorp", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/beyondcorp", sum = "h1:KBcujO3QRvBIwzZLtvQEPB9SXdovHnMBx0V/uhucH9o=", version = "v1.0.6", ) go_repository( name = "com_google_cloud_go_bigquery", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/bigquery", sum = "h1:w2Goy9n6gh91LVi6B2Sc+HpBl8WbWhIyzdvVvrAuEIw=", version = "v1.61.0", ) go_repository( name = "com_google_cloud_go_bigtable", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/bigtable", sum = "h1:8t48YTxxFsYKy+AWuHdoePgAr4J2gEtntbdWclbEbco=", version = "v1.17.0", ) go_repository( name = "com_google_cloud_go_billing", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/billing", sum = "h1:GbOg1uGvoV8FXxMStFoNcq5z9AEUwCpKt/6GNcuDSZM=", version = "v1.18.5", ) go_repository( name = "com_google_cloud_go_binaryauthorization", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/binaryauthorization", sum = "h1:RHnEM4HXbWShlGhPA0Jzj2YYETCHxmisNMU0OE2fXQM=", version = "v1.8.3", ) go_repository( name = "com_google_cloud_go_certificatemanager", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/certificatemanager", sum = "h1:XURrQhj5COWAEvICivbGID/Hu67AvMYHAhMRIyc3Ux8=", version = "v1.8.1", ) go_repository( name = "com_google_cloud_go_channel", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/channel", sum = "h1:PrplNaAS6Dn187e+OcGzyEKETX8iL3tCaDqcPPW7Zoo=", version = "v1.17.7", ) go_repository( name = "com_google_cloud_go_cloudbuild", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/cloudbuild", sum = "h1:zkCG1dBezxRM3dtgQ9h1Y+IJ7V+lARWgp0l9k/SZsfU=", version = "v1.16.1", ) go_repository( name = "com_google_cloud_go_clouddms", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/clouddms", sum = "h1:Q47KKoA0zsNcC9U5aCmop5TPPItVq4cx7Wwqgra+5PU=", version = "v1.7.6", ) go_repository( name = "com_google_cloud_go_cloudsqlconn", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/cloudsqlconn", sum = "h1:8ixabtaDQKPjkYYY+cm+Zq7zvIonYzKfgOqfA/1s0PI=", version = "v1.10.0", ) go_repository( name = "com_google_cloud_go_cloudtasks", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/cloudtasks", sum = "h1:Y0HUuiCAVk9BojLItOycBl91tY25NXH8oFsyi1IC/U4=", version = "v1.12.8", ) go_repository( name = "com_google_cloud_go_compute", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/compute", sum = "h1:uHf0NN2nvxl1Gh4QO83yRCOdMK4zivtMS5gv0dEX0hg=", version = "v1.26.0", ) go_repository( name = "com_google_cloud_go_compute_metadata", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/compute/metadata", sum = "h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=", version = "v0.3.0", ) go_repository( name = "com_google_cloud_go_contactcenterinsights", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/contactcenterinsights", sum = "h1:46ertIh+cGkTg/lN7fN+TOx09SoM65dpdUp96vXBcMY=", version = "v1.13.2", ) go_repository( name = "com_google_cloud_go_container", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/container", sum = "h1:Vbu/3PZNrgV1Z5DGcRubQdUccX/uMUDNc+NgHNIfbEk=", version = "v1.35.1", ) go_repository( name = "com_google_cloud_go_containeranalysis", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/containeranalysis", sum = "h1:mSrneOVadcpnDZHJebg+ts/10azGTUKOCSQET7KdT7g=", version = "v0.11.6", ) go_repository( name = "com_google_cloud_go_datacatalog", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datacatalog", sum = "h1:czcba5mxwRM5V//jSadyig0y+8aOHmN7gUl9GbHu59E=", version = "v1.20.1", ) go_repository( name = "com_google_cloud_go_dataflow", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataflow", sum = "h1:wKEakCbRevlwsWqTn34pWJUFmdbx0HKwpRH6HhU7NIs=", version = "v0.9.7", ) go_repository( name = "com_google_cloud_go_dataform", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataform", sum = "h1:MiK1Us7YP9+sdNViUE4X2B2vLScrKcjOPw5b6uamZvE=", version = "v0.9.4", ) go_repository( name = "com_google_cloud_go_datafusion", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datafusion", sum = "h1:ViFnMnUK7LNcWvisZgihxXit76JxSHFeijYI5U/gjOE=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_datalabeling", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datalabeling", sum = "h1:M6irSHns6VxMro+IbvDxDJLD6tkfjlW+mo2MPaM23KA=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_dataplex", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataplex", sum = "h1:e8SV0yKuSjgHEZaQcZwjKXe0ta1jZrvLxX/2i/IAG+8=", version = "v1.16.0", ) go_repository( name = "com_google_cloud_go_dataproc", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataproc", sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=", version = "v1.12.0", ) go_repository( name = "com_google_cloud_go_dataproc_v2", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataproc/v2", sum = "h1:RNMG5ffWKdbWOkwvjC4GqxLaxEaWFpm2hQCF2WFW/vo=", version = "v2.4.2", ) go_repository( name = "com_google_cloud_go_dataqna", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dataqna", sum = "h1:qM60MGNTGsSJuzAziVJjtRA7pGby2dA8OuqdVRe/lYo=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_datastore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datastore", sum = "h1:UEmzuUdyDE58HV2jcb0BoqwCAwsJS2mtHapCsMmhVh0=", version = "v1.17.0", ) go_repository( name = "com_google_cloud_go_datastream", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datastream", sum = "h1:FfNUy9j3aRQ99L4a5Rdm82RMuiw0BIe3lpPn2ykom8k=", version = "v1.10.6", ) go_repository( name = "com_google_cloud_go_deploy", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/deploy", sum = "h1:T8kJ6me0zWZXHwWqiebEosNXyMnq12ZtJbnDj1CoGmE=", version = "v1.18.1", ) go_repository( name = "com_google_cloud_go_dialogflow", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dialogflow", sum = "h1:C9wQ0odRYQsar0XqwCQb0c13BkRBsoSjOaejOg5ntgQ=", version = "v1.53.0", ) go_repository( name = "com_google_cloud_go_dlp", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/dlp", sum = "h1:T7p+nTgLyp++5WcYAYD9+hVA5TsYWD4zasD5LsoyhvU=", version = "v1.13.0", ) go_repository( name = "com_google_cloud_go_documentai", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/documentai", sum = "h1:tLn+VjEf+xBhNo+UpecHFsrnx4RB2AQP2WH1DvggBUQ=", version = "v1.28.0", ) go_repository( name = "com_google_cloud_go_domains", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/domains", sum = "h1:IixFIMRzUJWZUAOe8s/K2X4Bvtp0A3xjHLljfNC4aSo=", version = "v0.9.7", ) go_repository( name = "com_google_cloud_go_edgecontainer", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/edgecontainer", sum = "h1:xa6MIQhGylE24QdWaxhfIfAJE3Pupcr+i77WEx3NJrg=", version = "v1.2.1", ) go_repository( name = "com_google_cloud_go_errorreporting", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/errorreporting", sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=", version = "v0.3.0", ) go_repository( name = "com_google_cloud_go_essentialcontacts", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/essentialcontacts", sum = "h1:p5Y7ZNVPiV9pEAHzvWiPcSiQRMQqcuHxOP0ZOP0vVww=", version = "v1.6.8", ) go_repository( name = "com_google_cloud_go_eventarc", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/eventarc", sum = "h1:we+qx5uCZ88aQzQS3MJXRvAh/ik+EmqVyjcW1oYFW44=", version = "v1.13.6", ) go_repository( name = "com_google_cloud_go_filestore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/filestore", sum = "h1:CpRnsUpMU5gxUKyfh7TD0SM+E+7E4ORaDea2JctKfpY=", version = "v1.8.3", ) go_repository( name = "com_google_cloud_go_firestore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/firestore", sum = "h1:/k8ppuWOtNuDHt2tsRV42yI21uaGnKDEQnRFeBpbFF8=", version = "v1.15.0", ) go_repository( name = "com_google_cloud_go_functions", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/functions", sum = "h1:83bd2lCgtu2nLbX2jrqsrQhIs7VuVA1N6Op5syeRVIg=", version = "v1.16.2", ) go_repository( name = "com_google_cloud_go_gaming", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gaming", sum = "h1:5qZmZEWzMf8GEFgm9NeC3bjFRpt7x4S6U7oLbxaf7N8=", version = "v1.10.1", ) go_repository( name = "com_google_cloud_go_gkebackup", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gkebackup", sum = "h1:8WsRfKbElUgN8NTD1sYfRDteztxl9KPRvx4SgSGGXcg=", version = "v1.4.1", ) go_repository( name = "com_google_cloud_go_gkeconnect", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gkeconnect", sum = "h1:BfXsTXYs5xlicAlgbtlo8Cw+YdzU3PrlBg7dATJUwrk=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_gkehub", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gkehub", sum = "h1:bHwcvgh8AmcYm6p6/ZrWW3a7J7sKBDtqtsyVXKssnPs=", version = "v0.14.7", ) go_repository( name = "com_google_cloud_go_gkemulticloud", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gkemulticloud", sum = "h1:YtLvUpB/YGjrrloG6IXAo45BdviOHr4Emde3ABYuhlI=", version = "v1.1.3", ) go_repository( name = "com_google_cloud_go_grafeas", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/grafeas", sum = "h1:oyTL/KjiUeBs9eYLw/40cpSZglUC+0F7X4iu/8t7NWs=", version = "v0.3.0", ) go_repository( name = "com_google_cloud_go_gsuiteaddons", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/gsuiteaddons", sum = "h1:06Jg3JeLslEfBYX1sDqOPLnF7a3wmhNcDUXF/fVOb50=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_iam", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/iam", sum = "h1:r7umDwhj+BQyz0ScZMp4QrGXjSTI3ZINnpgU2nlB/K0=", version = "v1.1.8", ) go_repository( name = "com_google_cloud_go_iap", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/iap", sum = "h1:rcuRS9XfOgr1v6TAoihVeSXntOnpVhFlVHtPfgOkLAo=", version = "v1.9.6", ) go_repository( name = "com_google_cloud_go_ids", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/ids", sum = "h1:wtd+r415yrfZ8LsB6yH6WrOZ26tYt7w6wy3i5a4HQZ8=", version = "v1.4.7", ) go_repository( name = "com_google_cloud_go_iot", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/iot", sum = "h1:M9SKIj9eoxoXCzytkLZVAuf5wmoui1OeDqEjC97wRbY=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_kms", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/kms", sum = "h1:1yZsRPhmargZOmY+fVAh8IKiR9HzCb0U1zsxb5g2nRY=", version = "v1.16.0", ) go_repository( name = "com_google_cloud_go_language", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/language", sum = "h1:kOYJEcuZgyUX/i/4DFrfXPcrddm1XCQD2lDI5hIFmZQ=", version = "v1.12.5", ) go_repository( name = "com_google_cloud_go_lifesciences", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/lifesciences", sum = "h1:qqEmApr5YFOQjkrU8Jy6o6QpkESqfGbfrE6bnUZZbV8=", version = "v0.9.7", ) go_repository( name = "com_google_cloud_go_logging", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/logging", sum = "h1:f+ZXMqyrSJ5vZ5pE/zr0xC8y/M9BLNzQeLBwfeZ+wY4=", version = "v1.10.0", ) go_repository( name = "com_google_cloud_go_longrunning", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/longrunning", sum = "h1:WLbHekDbjK1fVFD3ibpFFVoyizlLRl73I7YKuAKilhU=", version = "v0.5.7", ) go_repository( name = "com_google_cloud_go_managedidentities", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/managedidentities", sum = "h1:uWA9WQyfA0JdkeAFymWUsa3qE9tC33LUElla790Ou1A=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_maps", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/maps", sum = "h1:5YN10WezMH6F6kArbtncv0emH2aDDZcthpcmF2zYeOg=", version = "v1.8.0", ) go_repository( name = "com_google_cloud_go_mediatranslation", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/mediatranslation", sum = "h1:izgww3TlyvWyDWdFKnrASpbh12IkAuw8o2ION8sAjX0=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_memcache", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/memcache", sum = "h1:hE7f3ze3+eWh/EbYXEz7oXkm0LXcr7UCoLklwi7gsLU=", version = "v1.10.7", ) go_repository( name = "com_google_cloud_go_metastore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/metastore", sum = "h1:otHcJkci5f/sNRedrSM7eM81QRnu0yZ3HvkvWGphABA=", version = "v1.13.6", ) go_repository( name = "com_google_cloud_go_monitoring", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/monitoring", sum = "h1:NCXf8hfQi+Kmr56QJezXRZ6GPb80ZI7El1XztyUuLQI=", version = "v1.19.0", ) go_repository( name = "com_google_cloud_go_networkconnectivity", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/networkconnectivity", sum = "h1:jYpQ86mZ7OYZc7WadvCIlIaPXmXhr5nD7wgE/ekMVpM=", version = "v1.14.6", ) go_repository( name = "com_google_cloud_go_networkmanagement", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/networkmanagement", sum = "h1:Ex1/aYkA0areleSmOGXHvEFBGohteIYJr2SGPrjOUe0=", version = "v1.13.2", ) go_repository( name = "com_google_cloud_go_networksecurity", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/networksecurity", sum = "h1:aepEkfiwOvUL9eu3ginVZhTaXDRHncQKi9lTT1BycH0=", version = "v0.9.7", ) go_repository( name = "com_google_cloud_go_notebooks", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/notebooks", sum = "h1:sFU1ETg1HfIN/Tev8gD0dleAITLv7cHp0JClwFmJ6bo=", version = "v1.11.5", ) go_repository( name = "com_google_cloud_go_optimization", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/optimization", sum = "h1:FPfowA/LEckKTQT0A4NJMI2bSou999c2ZyFX1zGiYxY=", version = "v1.6.5", ) go_repository( name = "com_google_cloud_go_orchestration", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/orchestration", sum = "h1:C2WL4ZnclXsh4XickGhKYKlPjqVZj35y1sbRjdsZ3g4=", version = "v1.9.2", ) go_repository( name = "com_google_cloud_go_orgpolicy", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/orgpolicy", sum = "h1:fGftW2bPi8vTjQm57xlwtLBZQcrgC+c3HMFBzJ+KWPc=", version = "v1.12.3", ) go_repository( name = "com_google_cloud_go_osconfig", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/osconfig", sum = "h1:HXsXGFaFaLTklwKgSob/GSE+c3verYDQDgreFaosxyc=", version = "v1.12.7", ) go_repository( name = "com_google_cloud_go_oslogin", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/oslogin", sum = "h1:7AgOWH1oMPrB1AVU0/f47ADdOt+XfdBY7QRb8tcMUp8=", version = "v1.13.3", ) go_repository( name = "com_google_cloud_go_phishingprotection", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/phishingprotection", sum = "h1:CbCjfR/pgDHyRMu94o9nuGwaONEcarWnUfSGGw+I2ZI=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_policytroubleshooter", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/policytroubleshooter", sum = "h1:LGt85MZUKlq9oqsbBL9+M6jAyeuR1TtCx6k5HfAQxTY=", version = "v1.10.5", ) go_repository( name = "com_google_cloud_go_privatecatalog", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/privatecatalog", sum = "h1:wGZKKJhYyuf4gcAEywQqQ6F19yxhBJGnzgyxOTbJjBw=", version = "v0.9.7", ) go_repository( name = "com_google_cloud_go_profiler", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/profiler", sum = "h1:ZeRDZbsOBDyRG0OiK0Op1/XWZ3xeLwJc9zjkzczUxyY=", version = "v0.4.0", ) go_repository( name = "com_google_cloud_go_pubsub", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/pubsub", sum = "h1:J1OT7h51ifATIedjqk/uBNPh+1hkvUaH4VKbz4UuAsc=", version = "v1.38.0", ) go_repository( name = "com_google_cloud_go_pubsublite", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/pubsublite", sum = "h1:pX+idpWMIH30/K7c0epN6V703xpIcMXWRjKJsz0tYGY=", version = "v1.8.1", ) go_repository( name = "com_google_cloud_go_recaptchaenterprise", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/recaptchaenterprise", sum = "h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ=", version = "v1.3.1", ) go_repository( name = "com_google_cloud_go_recaptchaenterprise_v2", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/recaptchaenterprise/v2", sum = "h1:+QG02kE63W13vXI+rwAxFF3EhGX6K7gXwFz9OKwKcHw=", version = "v2.13.0", ) go_repository( name = "com_google_cloud_go_recommendationengine", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/recommendationengine", sum = "h1:N6n/TEr0FQzeP4ZtvF5daMszOhdZI94uMiPiAi9kFMo=", version = "v0.8.7", ) go_repository( name = "com_google_cloud_go_recommender", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/recommender", sum = "h1:v9x75vXP5wMXw3QG3xmgjVHLlqYufuLn/ht3oNWCA3w=", version = "v1.12.3", ) go_repository( name = "com_google_cloud_go_redis", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/redis", sum = "h1:vXRKu2ekEBqiTSdm4Qu39MqMob0PP6IQwPyQUpEgue4=", version = "v1.14.4", ) go_repository( name = "com_google_cloud_go_resourcemanager", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/resourcemanager", sum = "h1:SdvD0PaPX60+yeKoSe16mawFpM0EPuiPPihTIVlhRsY=", version = "v1.9.7", ) go_repository( name = "com_google_cloud_go_resourcesettings", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/resourcesettings", sum = "h1:88SlpWtogkwjMuYTEl//qm36azX1OpawThAyvXT/hHw=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_retail", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/retail", sum = "h1:msP5a8BOxVym2DvoubeWAxAeV6VhYkKnYHc2XOkd/+U=", version = "v1.16.2", ) go_repository( name = "com_google_cloud_go_run", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/run", sum = "h1:E4Z5e681Qh7UJrJRMCgYhp+3tkcoXiaKGh3UZmUPaAQ=", version = "v1.3.7", ) go_repository( name = "com_google_cloud_go_scheduler", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/scheduler", sum = "h1:Jn/unfNUgRiNJRc1nrApzimKiVj91UYlLT8mMfpUu48=", version = "v1.10.8", ) go_repository( name = "com_google_cloud_go_secretmanager", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/secretmanager", sum = "h1:nQ/Ca2Gzm/OEP8tr1hiFdHRi5wAnAmsm9qTjwkivyrQ=", version = "v1.13.0", ) go_repository( name = "com_google_cloud_go_security", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/security", sum = "h1:9Jn8BJpkq8MflNzTdrX4m+SVp2+WeqVhbFiwyNIoXuM=", version = "v1.16.1", ) go_repository( name = "com_google_cloud_go_securitycenter", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/securitycenter", sum = "h1:Y8C0I/mzLbaxAl5cw3EaLox0Rvpy+VUwEuCGWIQDMU8=", version = "v1.30.0", ) go_repository( name = "com_google_cloud_go_servicecontrol", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/servicecontrol", sum = "h1:d0uV7Qegtfaa7Z2ClDzr9HJmnbJW7jn0WhZ7wOX6hLE=", version = "v1.11.1", ) go_repository( name = "com_google_cloud_go_servicedirectory", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/servicedirectory", sum = "h1:sWvEqg3CLcRu2dgGnQ4479CzGFgGJxlcGtRtlPL450M=", version = "v1.11.6", ) go_repository( name = "com_google_cloud_go_servicemanagement", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/servicemanagement", sum = "h1:fopAQI/IAzlxnVeiKn/8WiV6zKndjFkvi+gzu+NjywY=", version = "v1.8.0", ) go_repository( name = "com_google_cloud_go_serviceusage", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/serviceusage", sum = "h1:rXyq+0+RSIm3HFypctp7WoXxIA563rn206CfMWdqXX4=", version = "v1.6.0", ) go_repository( name = "com_google_cloud_go_shell", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/shell", sum = "h1:HxCzcUxSsCh6FJWkmbOUrGI1sKe4E1Yy4vaykn4RhJ4=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_spanner", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/spanner", sum = "h1:P7XRZDjBnNw+3tHkPrtWzcxtC3Cqhm+X0vWrO61Ry58=", version = "v1.61.0", ) go_repository( name = "com_google_cloud_go_speech", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/speech", sum = "h1:TcWEAOLQH1Lb2fhHS6/GjvAh+ue0dt4xUDHXHG6vF04=", version = "v1.23.1", ) go_repository( name = "com_google_cloud_go_storage", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/storage", sum = "h1:RusiwatSu6lHeEXe3kglxakAmAbfV+rhtPqA6i8RBx0=", version = "v1.41.0", ) go_repository( name = "com_google_cloud_go_storagetransfer", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/storagetransfer", sum = "h1:CXmoNEvz7y2NtHFZuH3Z8ASN43rxRINWa2Q/IlBzM2k=", version = "v1.10.6", ) go_repository( name = "com_google_cloud_go_talent", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/talent", sum = "h1:RoyEtftfJrbwJcu63zuWE4IjC76xMyVsJBhmleIp3bE=", version = "v1.6.8", ) go_repository( name = "com_google_cloud_go_texttospeech", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/texttospeech", sum = "h1:qR6Mu+EM2OfaZR1/Rl8BDBTVfi2X5OtwKKvJRSQyG+o=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_tpu", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/tpu", sum = "h1:ngQokxUB1z2gvHn3vAf04m7SFnNYMiQIIpny81fCGAs=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_trace", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/trace", sum = "h1:gK8z2BIJQ3KIYGddw9RJLne5Fx0FEXkrEQzPaeEYVvk=", version = "v1.10.7", ) go_repository( name = "com_google_cloud_go_translate", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/translate", sum = "h1:g+B29z4gtRGsiKDoTF+bNeH25bLRokAaElygX2FcZkE=", version = "v1.10.3", ) go_repository( name = "com_google_cloud_go_video", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/video", sum = "h1:YZHUgiIHE77SdZNT6gjagoni5GRcUkkrm4YCFFPqtBw=", version = "v1.20.6", ) go_repository( name = "com_google_cloud_go_videointelligence", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/videointelligence", sum = "h1:SKBkFTuOclESLjQL1LwraqVFm2fL5oL9tbzKITU+FOY=", version = "v1.11.7", ) go_repository( name = "com_google_cloud_go_vision", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/vision", sum = "h1:/CsSTkbmO9HC8iQpxbK8ATms3OQaX3YQUeTMGCxlaK4=", version = "v1.2.0", ) go_repository( name = "com_google_cloud_go_vision_v2", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/vision/v2", sum = "h1:j9RxG8DcyJO/D7/ps2pOey8VZys+TMqF79bWAhuM7QU=", version = "v2.8.2", ) go_repository( name = "com_google_cloud_go_vmmigration", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/vmmigration", sum = "h1:bf2qKqEN7iqT62IptQ/FDadoDLJI9sthyrW3PVaH8bY=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_vmwareengine", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/vmwareengine", sum = "h1:x4KwHB4JlBEzMaITVhrbbpHrU+2I5LrlvHGEEluT0vc=", version = "v1.1.3", ) go_repository( name = "com_google_cloud_go_vpcaccess", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/vpcaccess", sum = "h1:F5woMLufKnshmDvPVxCzoC+Di12RYXQ1W8kNmpBT8z0=", version = "v1.7.7", ) go_repository( name = "com_google_cloud_go_webrisk", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/webrisk", sum = "h1:EWTSVagWWeQjVAsebiF/wJMwC5bq6Zz3LqOmD9Uid4s=", version = "v1.9.7", ) go_repository( name = "com_google_cloud_go_websecurityscanner", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/websecurityscanner", sum = "h1:R5OW5SNRqD0DSEmyWLUMNYAXWYnz/NLSXBawVFrc9a0=", version = "v1.6.7", ) go_repository( name = "com_google_cloud_go_workflows", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/workflows", sum = "h1:2bE69mh68law1UZWPjgmvOQsjsGSppRudABAXwNAy58=", version = "v1.12.6", ) go_repository( name = "com_lukechampine_frand", build_file_proto_mode = "disable_global", importpath = "lukechampine.com/frand", sum = "h1:RzFIpOvkMXuPMBb9maa4ND4wjBn71E1Jpf8BzJHMaVw=", version = "v1.4.2", ) go_repository( name = "com_lukechampine_uint128", build_file_proto_mode = "disable_global", importpath = "lukechampine.com/uint128", sum = "h1:cDdUVfRwDUDovz610ABgFD17nXD4/uDgVHl2sC3+sbo=", version = "v1.3.0", ) go_repository( name = "com_nullprogram_x_optparse", build_file_proto_mode = "disable_global", importpath = "nullprogram.com/x/optparse", sum = "h1:xGFgVi5ZaWOnYdac2foDT3vg0ZZC9ErXFV57mr4OHrI=", version = "v1.0.0", ) go_repository( name = "com_shuralyov_dmitri_gpu_mtl", build_file_proto_mode = "disable_global", importpath = "dmitri.shuralyov.com/gpu/mtl", sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", version = "v0.0.0-20190408044501-666a987793e9", ) go_repository( name = "com_sslmate_software_src_go_pkcs12", build_file_proto_mode = "disable_global", importpath = "software.sslmate.com/src/go-pkcs12", sum = "h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=", version = "v0.4.0", ) go_repository( name = "com_terrastruct_oss_d2", build_file_proto_mode = "disable_global", importpath = "oss.terrastruct.com/d2", sum = "h1:5VzKCObs9HI1J8JmpiGCPLitCEX+YFyUMDXiq9VFd/8=", version = "v0.6.3", ) go_repository( name = "com_terrastruct_oss_util_go", build_file_proto_mode = "disable_global", importpath = "oss.terrastruct.com/util-go", sum = "h1:n6y6RoZCgZDchN4gLGlzNRO1Jdf9xOGGqohDBph5BG8=", version = "v0.0.0-20231101220827-55b3812542c2", ) go_repository( name = "dev_cdr_slog", build_file_proto_mode = "disable_global", importpath = "cdr.dev/slog", sum = "h1:Jf+VOk2lif79HeTlnLaZ70zYTsuVSUEu/47U9VaG2Rw=", version = "v1.4.2-0.20221206192828-e4803b10ae17", ) go_repository( name = "dev_cuelabs_go_oci_ociregistry", build_file_proto_mode = "disable_global", importpath = "cuelabs.dev/go/oci/ociregistry", sum = "h1:GwCVItFUPxwdsEYnlUcJ6PJxOjTeFFCKOh6QWg4oAzQ=", version = "v0.0.0-20240314152124-224736b49f2e", ) go_repository( name = "dev_gocloud", build_file_proto_mode = "disable_global", importpath = "gocloud.dev", sum = "h1:XF1rN6R0qZI/9DYjN16Uy0durAmSlf58DHOcb28GPro=", version = "v0.37.0", ) go_repository( name = "ht_sr_git_sbinet_gg", build_file_proto_mode = "disable_global", importpath = "git.sr.ht/~sbinet/gg", sum = "h1:6V43j30HM623V329xA9Ntq+WJrMjDxRjuAB1LFWF5m8=", version = "v0.5.0", ) go_repository( name = "in_gopkg_airbrake_gobrake_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/airbrake/gobrake.v2", sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=", version = "v2.0.9", ) go_repository( name = "in_gopkg_alecthomas_kingpin_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/alecthomas/kingpin.v2", sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", version = "v2.2.6", ) go_repository( name = "in_gopkg_alexcesaro_quotedprintable_v3", build_file_proto_mode = "disable_global", importpath = "gopkg.in/alexcesaro/quotedprintable.v3", sum = "h1:2gGKlE2+asNV9m7xrywl36YYNnBG5ZQ0r/BOOxqPpmk=", version = "v3.0.0-20150716171945-2caba252f4dc", ) go_repository( name = "in_gopkg_check_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/check.v1", sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=", version = "v1.0.0-20201130134442-10cb98267c6c", ) go_repository( name = "in_gopkg_cheggaaa_pb_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/cheggaaa/pb.v1", sum = "h1:n1tBJnnK2r7g9OW2btFH91V92STTUevLXYFb8gy9EMk=", version = "v1.0.28", ) go_repository( name = "in_gopkg_datadog_dd_trace_go_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/DataDog/dd-trace-go.v1", sum = "h1:WGVt9dwn9vNeWZVdDYzjGQbEW8CghAkJlrC8w80jFVY=", version = "v1.27.0", ) go_repository( name = "in_gopkg_errgo_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/errgo.v2", sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", version = "v2.1.0", ) go_repository( name = "in_gopkg_evanphx_json_patch_v4", build_file_proto_mode = "disable_global", importpath = "gopkg.in/evanphx/json-patch.v4", sum = "h1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4=", version = "v4.12.0", ) go_repository( name = "in_gopkg_fsnotify_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/fsnotify.v1", sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", version = "v1.4.7", ) go_repository( name = "in_gopkg_gcfg_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gcfg.v1", sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=", version = "v1.2.3", ) go_repository( name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2", sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=", version = "v2.1.2", ) go_repository( name = "in_gopkg_ghodss_yaml_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/ghodss/yaml.v1", sum = "h1:JlY4R6oVz+ZSvcDhVfNQ/k/8Xo6yb2s1PBhslPZPX4c=", version = "v1.0.0", ) go_repository( name = "in_gopkg_go_jose_go_jose_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-jose/go-jose.v2", sum = "h1:nt80fvSDlhKWQgSWyHyy5CfmlQr+asih51R8PTWNKKs=", version = "v2.6.3", ) go_repository( name = "in_gopkg_go_playground_assert_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-playground/assert.v1", sum = "h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=", version = "v1.2.1", ) go_repository( name = "in_gopkg_go_playground_mold_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-playground/mold.v2", sum = "h1:Y4IYB4/HYQfuq43zaKh6vs9cVelLE9qbqe2fkyfCTWQ=", version = "v2.2.0", ) go_repository( name = "in_gopkg_go_playground_validator_v9", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-playground/validator.v9", sum = "h1:SvGtYmN60a5CVKTOzMSyfzWDeZRxRuGvRQyEAKbw1xc=", version = "v9.29.1", ) go_repository( name = "in_gopkg_gomail_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gomail.v2", sum = "h1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE=", version = "v2.0.0-20160411212932-81ebce5c23df", ) go_repository( name = "in_gopkg_gorp_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gorp.v1", sum = "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=", version = "v1.7.2", ) go_repository( name = "in_gopkg_h2non_gock_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/h2non/gock.v1", sum = "h1:jBbHXgGBK/AoPVfJh5x4r/WxIrElvbLel8TCZkkZJoY=", version = "v1.1.2", ) go_repository( name = "in_gopkg_inconshreveable_log15_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/inconshreveable/log15.v2", sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=", version = "v2.0.0-20180818164646-67afb5ed74ec", ) go_repository( name = "in_gopkg_inf_v0", build_file_proto_mode = "disable_global", importpath = "gopkg.in/inf.v0", sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", version = "v0.9.1", ) go_repository( name = "in_gopkg_ini_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/ini.v1", sum = "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=", version = "v1.67.0", ) go_repository( name = "in_gopkg_mail_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/mail.v2", sum = "h1:a3llQg4+Czqaf+QH4diHuHiKv4j1abMwuRXwaRNHTPU=", version = "v2.0.0-20180731213649-a0242b2233b4", ) go_repository( name = "in_gopkg_natefinch_lumberjack_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/natefinch/lumberjack.v2", sum = "h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=", version = "v2.2.1", ) go_repository( name = "in_gopkg_resty_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/resty.v1", sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", version = "v1.12.0", ) go_repository( name = "in_gopkg_square_go_jose_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/square/go-jose.v2", sum = "h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=", version = "v2.6.0", ) go_repository( name = "in_gopkg_telebot_v3", build_file_proto_mode = "disable_global", importpath = "gopkg.in/telebot.v3", sum = "h1:uw3zobPBnexytTsIPyxsS10xHRLXCf5f2GQhBxp6NaU=", version = "v3.1.2", ) go_repository( name = "in_gopkg_tomb_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/tomb.v1", sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", version = "v1.0.0-20141024135613-dd632973f1e7", ) go_repository( name = "in_gopkg_validator_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/validator.v2", sum = "h1:WB265cn5OpO+hK3pikC9hpP1zI/KTwmyMFKloW9eOVc=", version = "v2.0.0-20180514200540-135c24b11c19", ) go_repository( name = "in_gopkg_warnings_v0", build_file_proto_mode = "disable_global", importpath = "gopkg.in/warnings.v0", sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=", version = "v0.1.2", ) go_repository( name = "in_gopkg_yaml_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v2", sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", version = "v2.4.0", ) go_repository( name = "in_gopkg_yaml_v3", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v3", sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", version = "v3.0.1", ) go_repository( name = "io_etcd_go_bbolt", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/bbolt", sum = "h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI=", version = "v1.3.9", ) go_repository( name = "io_etcd_go_etcd_api_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/api/v3", sum = "h1:8WXU2/NBge6AUF1K1gOexB6e07NgsN1hXK0rSTtgSp4=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_client_pkg_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/client/pkg/v3", sum = "h1:RVZSAnWWWiI5IrYAXjQorajncORbS0zI48LQlE2kQWg=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_client_v2", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/client/v2", sum = "h1:RWfV1SX5jTU0lbCvpVQe3iPQeAHETWdOTb6pxhd77C8=", version = "v2.305.13", ) go_repository( name = "io_etcd_go_etcd_client_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/client/v3", sum = "h1:o0fHTNJLeO0MyVbc7I3fsCf6nrOqn5d+diSarKnB2js=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_etcdctl_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/etcdctl/v3", sum = "h1:GSmhNeq9LGt/gKHbzOmuPLO946GG5ZBCs9h28o0nNkE=", version = "v3.5.12", ) go_repository( name = "io_etcd_go_etcd_etcdutl_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/etcdutl/v3", sum = "h1:R3HLloeRcIOAvNtOTcMV9fshCbz9aZP2Xh4AP2+KnFU=", version = "v3.5.12", ) go_repository( name = "io_etcd_go_etcd_pkg_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/pkg/v3", sum = "h1:st9bDWNsKkBNpP4PR1MvM/9NqUPfvYZx/YXegsYEH8M=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_raft_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/raft/v3", sum = "h1:7r/NKAOups1YnKcfro2RvGGo2PTuizF/xh26Z2CTAzA=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_server_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/server/v3", sum = "h1:V6KG+yMfMSqWt+lGnhFpP5z5dRUj1BDRJ5k1fQ9DFok=", version = "v3.5.13", ) go_repository( name = "io_etcd_go_etcd_tests_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/tests/v3", sum = "h1:k1fG7+F87Z7zKp57EcjXu9XgOsW0sfp5USqfzmMTIwM=", version = "v3.5.12", ) go_repository( name = "io_etcd_go_etcd_v3", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd/v3", sum = "h1:YMdAAKv9xGTeWvfcangHj0Yqbph9w43xwosKOKzWJxs=", version = "v3.5.12", ) go_repository( name = "io_etcd_go_gofail", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/gofail", sum = "h1:XItAMIhOojXFQMgrxjnd2EIIHun/d5qL0Pf7FzVTkFg=", version = "v0.1.0", ) go_repository( name = "io_filippo_edwards25519", build_file_proto_mode = "disable_global", importpath = "filippo.io/edwards25519", sum = "h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=", version = "v1.1.0", ) go_repository( name = "io_goji", build_file_proto_mode = "disable_global", importpath = "goji.io", sum = "h1:uIssv/elbKRLznFUy3Xj4+2Mz/qKhek/9aZQDUMae7c=", version = "v2.0.2+incompatible", ) go_repository( name = "io_gorm_driver_postgres", build_file_proto_mode = "disable_global", importpath = "gorm.io/driver/postgres", sum = "h1:PAgM+PaHOSAeroTjHkCHCBIHHoBIf9RgPWGo8dF2DA8=", version = "v1.0.8", ) go_repository( name = "io_gorm_driver_sqlite", build_file_proto_mode = "disable_global", importpath = "gorm.io/driver/sqlite", sum = "h1:PDzwYE+sI6De2+mxAneV9Xs11+ZyKV6oxD3wDGkaNvM=", version = "v1.1.4", ) go_repository( name = "io_gorm_gorm", build_file_proto_mode = "disable_global", importpath = "gorm.io/gorm", sum = "h1:J0xfPJMRfHgpVcYLrEAIqY/apdvTIkrltPQNHQLq9Qc=", version = "v1.21.4", ) go_repository( name = "io_k8s_api", build_file_proto_mode = "disable_global", importpath = "k8s.io/api", replace = "k8s.io/api", sum = "h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=", version = "v0.30.1", ) go_repository( name = "io_k8s_apiextensions_apiserver", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiextensions-apiserver", replace = "k8s.io/apiextensions-apiserver", sum = "h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws=", version = "v0.30.1", ) go_repository( name = "io_k8s_apimachinery", build_file_proto_mode = "disable_global", importpath = "k8s.io/apimachinery", replace = "k8s.io/apimachinery", sum = "h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U=", version = "v0.30.1", ) go_repository( name = "io_k8s_apiserver", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiserver", replace = "k8s.io/apiserver", sum = "h1:BEWEe8bzS12nMtDKXzCF5Q5ovp6LjjYkSp8qOPk8LZ8=", version = "v0.30.1", ) go_repository( name = "io_k8s_cli_runtime", build_file_proto_mode = "disable_global", importpath = "k8s.io/cli-runtime", replace = "k8s.io/cli-runtime", sum = "h1:kSBBpfrJGS6lllc24KeniI9JN7ckOOJKnmFYH1RpTOw=", version = "v0.30.1", ) go_repository( name = "io_k8s_client_go", build_file_proto_mode = "disable_global", importpath = "k8s.io/client-go", replace = "k8s.io/client-go", sum = "h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=", version = "v0.30.1", ) go_repository( name = "io_k8s_cloud_provider", build_file_proto_mode = "disable_global", importpath = "k8s.io/cloud-provider", replace = "k8s.io/cloud-provider", sum = "h1:OslHpog97zG9Kr7/vV1ki8nLKq8xTPUkN/kepCxBqKI=", version = "v0.30.1", ) go_repository( name = "io_k8s_cluster_bootstrap", build_file_proto_mode = "disable_global", importpath = "k8s.io/cluster-bootstrap", replace = "k8s.io/cluster-bootstrap", sum = "h1:WHh04Oh0YAWMsJ5TXXEF+LGu3g/2ymQOYsH8IopUHlQ=", version = "v0.30.1", ) go_repository( name = "io_k8s_code_generator", build_file_proto_mode = "disable_global", importpath = "k8s.io/code-generator", sum = "h1:ZsG++q5Vt0ScmKCeLhynUuWgcwFGg1Hl1AGfatqPJBI=", version = "v0.30.1", ) go_repository( name = "io_k8s_component_base", build_file_proto_mode = "disable_global", importpath = "k8s.io/component-base", replace = "k8s.io/component-base", sum = "h1:bvAtlPh1UrdaZL20D9+sWxsJljMi0QZ3Lmw+kmZAaxQ=", version = "v0.30.1", ) go_repository( name = "io_k8s_component_helpers", build_file_proto_mode = "disable_global", importpath = "k8s.io/component-helpers", sum = "h1:/UcxSLzZ0owluTE2WMDrFfZl2L+WVXKdYYYm68qnH7U=", version = "v0.30.1", ) go_repository( name = "io_k8s_controller_manager", build_file_proto_mode = "disable_global", importpath = "k8s.io/controller-manager", replace = "k8s.io/controller-manager", sum = "h1:vrpfinHQWGf40U08Zmrt+QxK/2yTgjJl/9DKtjaB1gI=", version = "v0.30.1", ) go_repository( name = "io_k8s_cri_api", build_file_proto_mode = "disable_global", importpath = "k8s.io/cri-api", sum = "h1:AUM78wiC56B1WJ2c795AS0IG5T57CkEdkn0IuC+miAE=", version = "v0.30.1", ) go_repository( name = "io_k8s_csi_translation_lib", build_file_proto_mode = "disable_global", importpath = "k8s.io/csi-translation-lib", replace = "k8s.io/csi-translation-lib", sum = "h1:fIBtNMQjyr7HFv3xGSSH9cWOQS1K1kIBmZ1zRsHuVKs=", version = "v0.30.1", ) go_repository( name = "io_k8s_dynamic_resource_allocation", build_file_proto_mode = "disable_global", importpath = "k8s.io/dynamic-resource-allocation", replace = "k8s.io/dynamic-resource-allocation", sum = "h1:Orv5t34/PMUxi57Fgzr3UpeWUvp5RmM3HWeQKqzTnyw=", version = "v0.30.1", ) go_repository( name = "io_k8s_endpointslice", build_file_proto_mode = "disable_global", importpath = "k8s.io/endpointslice", replace = "k8s.io/endpointslice", sum = "h1:o7nd6yT8AdBKx31U4IUnukneT9bVtlMRPM9X9Rnq3+I=", version = "v0.30.1", ) go_repository( name = "io_k8s_gengo", build_file_proto_mode = "disable_global", importpath = "k8s.io/gengo", sum = "h1:wBIDZID8ju9pwOiLlV22YYKjFGtiNSWgHf5CnKLRUuM=", version = "v0.0.0-20240404160639-a0386bf69313", ) go_repository( name = "io_k8s_gengo_v2", build_file_proto_mode = "disable_global", importpath = "k8s.io/gengo/v2", sum = "h1:NGrVE502P0s0/1hudf8zjgwki1X/TByhmAoILTarmzo=", version = "v2.0.0-20240228010128-51d4e06bde70", ) go_repository( name = "io_k8s_klog", build_file_proto_mode = "disable_global", importpath = "k8s.io/klog", sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=", version = "v1.0.0", ) go_repository( name = "io_k8s_klog_v2", build_file_proto_mode = "disable_global", importpath = "k8s.io/klog/v2", sum = "h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=", version = "v2.130.1", ) go_repository( name = "io_k8s_kms", build_file_proto_mode = "disable_global", importpath = "k8s.io/kms", sum = "h1:gEIbEeCbFiaN2tNfp/EUhFdGr5/CSj8Eyq6Mkr7cCiY=", version = "v0.30.1", ) go_repository( name = "io_k8s_kube_aggregator", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-aggregator", replace = "k8s.io/kube-aggregator", sum = "h1:ymR2BsxDacTKwzKTuNhGZttuk009c+oZbSeD+IPX5q4=", version = "v0.30.1", ) go_repository( name = "io_k8s_kube_controller_manager", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-controller-manager", replace = "k8s.io/kube-controller-manager", sum = "h1:9Do0dXhaWbmKgRFe6NynZ+BLKUr14JMhzZBRFFswRs8=", version = "v0.30.1", ) go_repository( name = "io_k8s_kube_openapi", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-openapi", replace = "k8s.io/kube-openapi", sum = "h1:0LQagt0gDpKqvIkAMPaRGcXawNMouPECM1+F9BVxEaM=", version = "v0.0.0-20240430033511-f0e62f92d13f", ) go_repository( name = "io_k8s_kube_proxy", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-proxy", replace = "k8s.io/kube-proxy", sum = "h1:lDE510UHimfyRfh/c4Erlgg9OEDmHnZce3KKERV1JtI=", version = "v0.30.1", ) go_repository( name = "io_k8s_kube_scheduler", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-scheduler", replace = "k8s.io/kube-scheduler", sum = "h1:bH7Ie+gSDHas0BVjtdEY87zGLCPA2WMZ+TV4/7lqXg0=", version = "v0.30.1", ) go_repository( name = "io_k8s_kubectl", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubectl", replace = "k8s.io/kubectl", sum = "h1:sHFIRI3oP0FFZmBAVEE8ErjnTyXDPkBcvO88mH9RjuY=", version = "v0.30.1", ) go_repository( name = "io_k8s_kubelet", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubelet", replace = "k8s.io/kubelet", sum = "h1:6gS1gWjrefUGfC/9n0ITOzxnKyt89FfkIhom70Bola4=", version = "v0.30.1", ) go_repository( name = "io_k8s_kubernetes", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubernetes", sum = "h1:XlqS6KslLEA5mQzLK2AJrhr4Z1m8oJfkhHiWJ5lue+I=", version = "v1.30.1", ) go_repository( name = "io_k8s_legacy_cloud_providers", build_file_proto_mode = "disable_global", importpath = "k8s.io/legacy-cloud-providers", replace = "k8s.io/legacy-cloud-providers", sum = "h1:QGoeW4C7TQdsuMagqmzUVYhh7m0r4tyzgtmxU0iubqo=", version = "v0.30.1", ) go_repository( name = "io_k8s_metrics", build_file_proto_mode = "disable_global", importpath = "k8s.io/metrics", sum = "h1:PeA9cP0kxVtaC8Wkzp4sTkr7YSkd9R0UYP6cCHOOY1M=", version = "v0.30.1", ) go_repository( name = "io_k8s_mount_utils", build_file_proto_mode = "disable_global", importpath = "k8s.io/mount-utils", replace = "k8s.io/mount-utils", sum = "h1:4HEFqo2bzRjCHHXRu7yQh6tvpMnplwWaqhuU7oE3710=", version = "v0.30.1", ) go_repository( name = "io_k8s_pod_security_admission", build_file_proto_mode = "disable_global", importpath = "k8s.io/pod-security-admission", replace = "k8s.io/pod-security-admission", sum = "h1:r2NQSNXfnZDnm6KvLv1sYgai1ZXuO+m0qn11/Xymkf8=", version = "v0.30.1", ) go_repository( name = "io_k8s_sample_apiserver", build_file_proto_mode = "disable_global", importpath = "k8s.io/sample-apiserver", replace = "k8s.io/sample-apiserver", sum = "h1:oUPnEPi/XJ26PfG+sUxULi9t8ik5EIK3sUNzJsBqGXY=", version = "v0.30.1", ) go_repository( name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client", sum = "h1:/U5vjBbQn3RChhv7P11uhYvCSm5G2GaIi5AIGBS6r4c=", version = "v0.29.0", ) go_repository( name = "io_k8s_sigs_cli_utils", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/cli-utils", sum = "h1:zCUitt54f0/MYj/ajVFnG6XSXMhpZ72O/3RewIchW8w=", version = "v0.34.0", ) go_repository( name = "io_k8s_sigs_controller_runtime", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-runtime", replace = "sigs.k8s.io/controller-runtime", sum = "h1:RpWbigmuiylbxOCLy0tGnq1cU1qWPwNIQzoJk+QeJx4=", version = "v0.18.1", ) go_repository( name = "io_k8s_sigs_controller_tools", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-tools", sum = "h1:rnNoCC5wSXlrNoBKKzL70LNJKIQKEzT6lloG6/LF73A=", version = "v0.14.0", ) go_repository( name = "io_k8s_sigs_gateway_api", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/gateway-api", sum = "h1:iPTStSv41+d9p0xFydll6d7f7MOBGuqXM6p2/zVYMAs=", version = "v1.0.0", ) go_repository( name = "io_k8s_sigs_json", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/json", sum = "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=", version = "v0.0.0-20221116044647-bc3834ca7abd", ) go_repository( name = "io_k8s_sigs_knftables", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/knftables", sum = "h1:VzKQoDMCGBOH8c85sGrWSXSPCS0XrIpEfOlcCLBXiC0=", version = "v0.0.14", ) go_repository( name = "io_k8s_sigs_kubebuilder_declarative_pattern", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kubebuilder-declarative-pattern", sum = "h1:busTkjOBaRifQxMPVjg+qWmdup/xJW62H7x3RuBx93s=", version = "v0.13.0-beta.1.0.20221121171032-ecacd65a9e07", ) go_repository( name = "io_k8s_sigs_kubebuilder_declarative_pattern_applylib", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kubebuilder-declarative-pattern/applylib", sum = "h1:o4Wltkyn3ddIHD6PDSNDc/H6Tvrnb8Po4J3nRepiUKI=", version = "v0.0.0-20221111030210-e034bc5469a5", ) go_repository( name = "io_k8s_sigs_kubebuilder_declarative_pattern_mockkubeapiserver", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver", sum = "h1:jLa+teeZ5bmymaj82MN5I3Izjz/Ampdz0PlyL5+nafk=", version = "v0.0.0-20221111030210-e034bc5469a5", ) go_repository( name = "io_k8s_sigs_kustomize_api", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/api", sum = "h1:MYJBOP/yQ3/5tp4/sf6HiiMfNNyO97LmtnirH9SLNr4=", version = "v0.17.1", ) go_repository( name = "io_k8s_sigs_kustomize_kustomize_v5", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kustomize/v5", sum = "h1:vq2TtoDcQomhy7OxXLUOzSbHMuMYq0Bjn93cDtJEdKw=", version = "v5.0.4-0.20230601165947-6ce0bf390ce3", ) go_repository( name = "io_k8s_sigs_kustomize_kyaml", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kyaml", sum = "h1:G2bWs03V9Ur2PinHLzTUJ8Ded+30SzXZKiO92SRDs3c=", version = "v0.17.0", ) go_repository( name = "io_k8s_sigs_release_utils", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/release-utils", sum = "h1:JKDOvhCk6zW8ipEOkpTGDH/mW3TI+XqtPp16aaQ79FU=", version = "v0.7.7", ) go_repository( name = "io_k8s_sigs_structured_merge_diff_v4", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/structured-merge-diff/v4", sum = "h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=", version = "v4.4.1", ) go_repository( name = "io_k8s_sigs_yaml", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/yaml", sum = "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=", version = "v1.4.0", ) go_repository( name = "io_k8s_system_validators", build_file_proto_mode = "disable_global", importpath = "k8s.io/system-validators", sum = "h1:tq05tdO9zdJZnNF3SXrq6LE7Knc/KfJm5wk68467JDg=", version = "v1.8.0", ) go_repository( name = "io_k8s_utils", build_file_proto_mode = "disable_global", importpath = "k8s.io/utils", sum = "h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=", version = "v0.0.0-20240711033017-18e509b52bc8", ) go_repository( name = "io_kubevirt_api", build_file_proto_mode = "disable_global", importpath = "kubevirt.io/api", sum = "h1:dDLyQLSp9obzsDrv3cyL1olIc/66IWVaGiR3gfPfgT0=", version = "v1.4.0", ) go_repository( name = "io_kubevirt_client_go", build_file_proto_mode = "disable_global", importpath = "kubevirt.io/client-go", replace = "kubevirt.io/client-go", sum = "h1:KVYwuGPV10W282GbpTha6KaW0fXwbx+PiW4Eyb7Ibnc=", version = "v1.3.1", ) go_repository( name = "io_kubevirt_containerized_data_importer_api", build_file_proto_mode = "disable_global", importpath = "kubevirt.io/containerized-data-importer-api", replace = "kubevirt.io/containerized-data-importer-api", sum = "h1:IWo12+ei3jltSN5jQN1xjgakfvRSF3G3Rr4GXVOOy2I=", version = "v1.57.0-alpha1", ) go_repository( name = "io_kubevirt_controller_lifecycle_operator_sdk_api", build_file_proto_mode = "disable_global", importpath = "kubevirt.io/controller-lifecycle-operator-sdk/api", sum = "h1:QMrd0nKP0BGbnxTqakhDZAUhGKxPiPiN5gSDqKUmGGc=", version = "v0.0.0-20220329064328-f3cc58c6ed90", ) go_repository( name = "io_moul_http2curl_v2", build_file_proto_mode = "disable_global", importpath = "moul.io/http2curl/v2", sum = "h1:9r3JfDzWPcbIklMOs2TnIFzDYvfAZvjeavG6EzP7jYs=", version = "v2.3.0", ) go_repository( name = "io_nhooyr_websocket", build_file_proto_mode = "disable_global", importpath = "nhooyr.io/websocket", sum = "h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=", version = "v1.8.10", ) go_repository( name = "io_opencensus_go", build_file_proto_mode = "disable_global", importpath = "go.opencensus.io", sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", version = "v0.24.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_ocagent", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/ocagent", sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=", version = "v0.7.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_prometheus", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/prometheus", sum = "h1:SByaIoWwNgMdPSgl5sMqM2KDE5H/ukPWBRo314xiDvg=", version = "v0.1.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_stackdriver", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/stackdriver", sum = "h1:zBakwHardp9Jcb8sQHcHpXy/0+JIb1M8KjigCJzx7+4=", version = "v0.13.14", ) go_repository( name = "io_opentelemetry_go_contrib", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/contrib", sum = "h1:uqBh0brileIvG6luvBjdxzoFL8lxDGuhxJWsvK3BveI=", version = "v0.18.0", ) go_repository( name = "io_opentelemetry_go_contrib_instrumentation_github_com_emicklei_go_restful_otelrestful", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful", sum = "h1:Z6SbqeRZAl2OczfkFOqLx1BeYBDYehNjEnqluD7581Y=", version = "v0.42.0", ) go_repository( name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", sum = "h1:zvpPXY7RfYAGSdYQLjp6zxdJNSYD/+FFoCTQN9IPxBs=", version = "v0.50.0", ) go_repository( name = "io_opentelemetry_go_contrib_instrumentation_net_http_httptrace_otelhttptrace", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", sum = "h1:Qc7uU8GzpQ0Gak2oOmEcpiL9uRaVhatxkE1EzNhJW00=", version = "v0.18.0", ) go_repository( name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", sum = "h1:cEPbyTSEHlQR89XVlyo78gqluF8Y3oMeBkXGWzQsfXY=", version = "v0.50.0", ) go_repository( name = "io_opentelemetry_go_otel", build_directives = [ "gazelle:go_visibility @io_opentelemetry_go_otel_metric//:__subpackages__", ], build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel", replace = "go.opentelemetry.io/otel", sum = "h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_otel_exporters_otlp_internal_retry", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/exporters/otlp/internal/retry", sum = "h1:ZSdnH1x5Gm/eUFNQquwSt4/LMCOqS6KPlI9qaTKx5Ho=", version = "v1.15.0", ) go_repository( name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace", build_directives = [ "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal", "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal/envconfig @io_opentelemetry_go_otel//exporters/otlp/internal/envconfig", ], build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace", sum = "h1:cl5P5/GIfFh4t6xyruOgJP5QiA1pw4fYYdv6nc6CBWw=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracegrpc", build_directives = [ "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal", ], build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", replace = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", sum = "h1:tIqheXEFWAZ7O8A7m+J0aPTmpJN3YQ7qetUAdkkkKpk=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracehttp", build_directives = [ "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal", ], build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", sum = "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=", version = "v1.19.0", ) go_repository( name = "io_opentelemetry_go_otel_metric", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/metric", replace = "go.opentelemetry.io/otel/metric", sum = "h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_otel_oteltest", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/oteltest", sum = "h1:FbKDFm/LnQDOHuGjED+fy3s5YMVg0z019GJ9Er66hYo=", version = "v0.18.0", ) go_repository( name = "io_opentelemetry_go_otel_sdk", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/sdk", replace = "go.opentelemetry.io/otel/sdk", sum = "h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZXQ8=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_otel_trace", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/otel/trace", replace = "go.opentelemetry.io/otel/trace", sum = "h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc=", version = "v1.21.0", ) go_repository( name = "io_opentelemetry_go_proto_otlp", build_file_proto_mode = "disable_global", importpath = "go.opentelemetry.io/proto/otlp", sum = "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=", version = "v1.0.0", ) go_repository( name = "io_rsc_binaryregexp", build_file_proto_mode = "disable_global", importpath = "rsc.io/binaryregexp", sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", version = "v0.2.0", ) go_repository( name = "io_rsc_pdf", build_file_proto_mode = "disable_global", importpath = "rsc.io/pdf", sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=", version = "v0.1.1", ) go_repository( name = "io_rsc_quote_v3", build_file_proto_mode = "disable_global", importpath = "rsc.io/quote/v3", sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", version = "v3.1.0", ) go_repository( name = "io_rsc_sampler", build_file_proto_mode = "disable_global", importpath = "rsc.io/sampler", sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", version = "v1.3.0", ) go_repository( name = "land_oras_oras_go", build_file_proto_mode = "disable_global", importpath = "oras.land/oras-go", replace = "oras.land/oras-go", sum = "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=", version = "v1.2.5", ) go_repository( name = "net_howett_plist", build_file_proto_mode = "disable_global", importpath = "howett.net/plist", sum = "h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=", version = "v0.0.0-20181124034731-591f970eefbb", ) go_repository( name = "net_starlark_go", build_file_proto_mode = "disable_global", importpath = "go.starlark.net", sum = "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=", version = "v0.0.0-20230525235612-a134d8f9ddca", ) go_repository( name = "org_bazil_fuse", build_file_proto_mode = "disable_global", importpath = "bazil.org/fuse", sum = "h1:SC+c6A1qTFstO9qmB86mPV2IpYme/2ZoEQ0hrP+wo+Q=", version = "v0.0.0-20160811212531-371fbbdaa898", ) go_repository( name = "org_bitbucket_bertimus9_systemstat", build_file_proto_mode = "disable_global", importpath = "bitbucket.org/bertimus9/systemstat", sum = "h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=", version = "v0.5.0", ) go_repository( name = "org_bitbucket_creachadair_shell", build_file_proto_mode = "disable_global", importpath = "bitbucket.org/creachadair/shell", sum = "h1:3yM6JcAfaGWzjzcCamTblzSIWXm/YSs0PFGIzBm2HTo=", version = "v0.0.8", ) go_repository( name = "org_bitbucket_creachadair_stringset", build_file_proto_mode = "disable_global", importpath = "bitbucket.org/creachadair/stringset", sum = "h1:gQqe4vs8XWgMyijfyKE6K8o4TcyGGrRXe0JvHgx5H+M=", version = "v0.0.8", ) go_repository( name = "org_cuelang_go", build_file_proto_mode = "disable_global", importpath = "cuelang.org/go", sum = "h1:vWfHI1kQlBvwkna7ktAqXjV5LUEAgU6vyMlJjvZZaDw=", version = "v0.8.2", ) go_repository( name = "org_gioui", build_file_proto_mode = "disable_global", importpath = "gioui.org", sum = "h1:RbzDn1h/pCVf/q44ImQSa/J3MIFpY3OWphzT/Tyei+w=", version = "v0.2.0", ) go_repository( name = "org_gioui_cpu", build_file_proto_mode = "disable_global", importpath = "gioui.org/cpu", sum = "h1:tNJdnP5CgM39PRc+KWmBRRYX/zJ+rd5XaYxY5d5veqA=", version = "v0.0.0-20220412190645-f1e9e8c3b1f7", ) go_repository( name = "org_gioui_shader", build_file_proto_mode = "disable_global", importpath = "gioui.org/shader", sum = "h1:cvZmU+eODFR2545X+/8XucgZdTtEjR3QWW6W65b0q5Y=", version = "v1.0.6", ) go_repository( name = "org_gioui_x", build_file_proto_mode = "disable_global", importpath = "gioui.org/x", sum = "h1:/MbdjKH19F16auv19UiQxli2n6BYPw7eyh9XBOTgmEw=", version = "v0.2.0", ) go_repository( name = "org_go4_grpc", build_file_proto_mode = "disable_global", importpath = "grpc.go4.org", sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=", version = "v0.0.0-20170609214715-11d0a25b4919", ) go_repository( name = "org_go4_netipx", build_file_proto_mode = "disable_global", importpath = "go4.org/netipx", sum = "h1:nJAwRlGWZZDOD+6wni9KVUNHMpHko/OnRwsrCYeAzPo=", version = "v0.0.0-20230303233057-f1b76eb4bb35", ) go_repository( name = "org_golang_google_api", build_file_proto_mode = "disable_global", importpath = "google.golang.org/api", sum = "h1:rPdjwnWgiPPOJx3IcSAQ2III5aX5tCer6wMpa/xmZi4=", version = "v0.181.0", ) go_repository( name = "org_golang_google_appengine", build_file_proto_mode = "disable_global", importpath = "google.golang.org/appengine", sum = "h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=", version = "v1.6.8", ) go_repository( name = "org_golang_google_cloud", build_file_proto_mode = "disable_global", importpath = "google.golang.org/cloud", sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=", version = "v0.0.0-20151119220103-975617b05ea8", ) go_repository( name = "org_golang_google_genproto", build_directives = [ "gazelle:resolve go google.golang.org/genproto/googleapis/api/metric @go_googleapis//google/api:metric_go_proto", # keep ], build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto", sum = "h1:IGsMFz879l+GhhDJ9fN5rWnkVrGnoZv8oeYfpk82QZQ=", version = "v0.0.0-20240520151616-dc85e6b867a5", ) go_repository( name = "org_golang_google_genproto_googleapis_api", build_directives = [ "gazelle:resolve go google.golang.org/genproto/googleapis/api/metric @go_googleapis//google/api:metric_go_proto", # keep ], build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto/googleapis/api", sum = "h1:W5Xj/70xIA4x60O/IFyXivR5MGqblAb8R3w26pnD6No=", version = "v0.0.0-20240513163218-0867130af1f8", ) go_repository( name = "org_golang_google_genproto_googleapis_bytestream", build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto/googleapis/bytestream", sum = "h1:tZB8nm2SqFqEatQt/0Zy3Sd4l3Z+Vt1GhCwPGHDaSKI=", version = "v0.0.0-20240513163218-0867130af1f8", ) go_repository( name = "org_golang_google_genproto_googleapis_rpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto/googleapis/rpc", sum = "h1:mxSlqyb8ZAHsYDCfiXN1EDdNTdvjUJSLY+OnAUtYNYA=", version = "v0.0.0-20240513163218-0867130af1f8", ) go_repository( name = "org_golang_google_grpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc", sum = "h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=", version = "v1.64.0", ) go_repository( name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc", sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=", version = "v1.3.0", ) go_repository( name = "org_golang_google_grpc_examples", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc/examples", sum = "h1:qA8rMbz1wQ4DOFfM2ouD29DG9aHWBm6ZOy9BGxiUMmY=", version = "v0.0.0-20210304020650-930c79186c99", ) go_repository( name = "org_golang_google_protobuf", build_file_proto_mode = "disable_global", importpath = "google.golang.org/protobuf", sum = "h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=", version = "v1.34.1", ) go_repository( name = "org_golang_x_arch", build_file_proto_mode = "disable_global", importpath = "golang.org/x/arch", sum = "h1:pskyeJh/3AmoQ8CPE95vxHLqp1G1GfGNXTmcl9NEKTc=", version = "v0.7.0", ) go_repository( name = "org_golang_x_crypto", build_file_proto_mode = "disable_global", importpath = "golang.org/x/crypto", sum = "h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=", version = "v0.32.0", ) go_repository( name = "org_golang_x_exp", build_file_proto_mode = "disable_global", importpath = "golang.org/x/exp", sum = "h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=", version = "v0.0.0-20240506185415-9bf2ced13842", ) go_repository( name = "org_golang_x_exp_shiny", build_file_proto_mode = "disable_global", importpath = "golang.org/x/exp/shiny", sum = "h1:sgkbz1SFTsoQIvzTIw45hccUcGocu00QM3qucBYV8b0=", version = "v0.0.0-20230801115018-d63ba01acd4b", ) go_repository( name = "org_golang_x_exp_typeparams", build_file_proto_mode = "disable_global", importpath = "golang.org/x/exp/typeparams", sum = "h1:Jw5wfR+h9mnIYH+OtGT2im5wV1YGGDora5vTv/aa5bE=", version = "v0.0.0-20221208152030-732eee02a75a", ) go_repository( name = "org_golang_x_image", build_file_proto_mode = "disable_global", importpath = "golang.org/x/image", sum = "h1:tNgSxAFe3jC4uYqvZdTr84SZoM1KfwdC9SKIFrLjFn4=", version = "v0.14.0", ) go_repository( name = "org_golang_x_lint", build_file_proto_mode = "disable_global", importpath = "golang.org/x/lint", sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=", version = "v0.0.0-20210508222113-6edffad5e616", ) go_repository( name = "org_golang_x_mobile", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mobile", sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", version = "v0.0.0-20190719004257-d2bd2a29d028", ) go_repository( name = "org_golang_x_mod", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mod", sum = "h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=", version = "v0.17.0", ) go_repository( name = "org_golang_x_net", build_file_proto_mode = "disable_global", importpath = "golang.org/x/net", sum = "h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=", version = "v0.33.0", ) go_repository( name = "org_golang_x_oauth2", build_file_proto_mode = "disable_global", importpath = "golang.org/x/oauth2", sum = "h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=", version = "v0.20.0", ) go_repository( name = "org_golang_x_sync", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sync", sum = "h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=", version = "v0.10.0", ) go_repository( name = "org_golang_x_sys", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sys", sum = "h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=", version = "v0.29.0", ) go_repository( name = "org_golang_x_telemetry", build_file_proto_mode = "disable_global", importpath = "golang.org/x/telemetry", sum = "h1:IRJeR9r1pYWsHKTRe/IInb7lYvbBVIqOgsX/u0mbOWY=", version = "v0.0.0-20240228155512-f48c80bd79b2", ) go_repository( name = "org_golang_x_term", build_file_proto_mode = "disable_global", importpath = "golang.org/x/term", sum = "h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=", version = "v0.28.0", ) go_repository( name = "org_golang_x_text", build_file_proto_mode = "disable_global", importpath = "golang.org/x/text", sum = "h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=", version = "v0.21.0", ) go_repository( name = "org_golang_x_time", build_file_proto_mode = "disable_global", importpath = "golang.org/x/time", sum = "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=", version = "v0.5.0", ) go_repository( name = "org_golang_x_tools", build_extra_args = [ # ignore test dirs that contain invalid imports # see related issue here: https://github.com/bazelbuild/bazel-gazelle/issues/766 "-exclude=cmd/fiximports/testdata", "-exclude=go/internal/gccgoimporter/testdata", "-exclude=go/loader/testdata", "-exclude=go/internal/gcimporter/testdata", "-exclude=go/packages/packagestest", # ignore known imports which are also used in tests # https://github.com/bazelbuild/bazel-gazelle/issues/473 "-known_import=domain.name/importdecl", "-known_import=example.com/extramodule/pkg", "-known_import=nosuchpkg", "-known_import=lib", "-known_import=referrers", "-known_import=a", "-known_import=b", ], build_file_proto_mode = "disable_global", importpath = "golang.org/x/tools", sum = "h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=", version = "v0.21.1-0.20240508182429-e35e4ccd0d2d", ) go_repository( name = "org_golang_x_tools_go_vcs", build_file_proto_mode = "disable_global", importpath = "golang.org/x/tools/go/vcs", sum = "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", version = "v0.1.0-deprecated", ) go_repository( name = "org_golang_x_xerrors", build_file_proto_mode = "disable_global", importpath = "golang.org/x/xerrors", sum = "h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=", version = "v0.0.0-20231012003039-104605ab7028", ) go_repository( name = "org_gonum_v1_gonum", build_file_proto_mode = "disable_global", importpath = "gonum.org/v1/gonum", sum = "h1:2NiG67LD1tEH0D7kM+ps2V+fXmsAnpUeec7n8tcr4S0=", version = "v0.14.0", ) go_repository( name = "org_gonum_v1_netlib", build_file_proto_mode = "disable_global", importpath = "gonum.org/v1/netlib", sum = "h1:kHY67jAKYewKUCz9YdNDa7iLAJ2WfNmoHzCCX4KnA8w=", version = "v0.0.0-20191229114700-bbb4dff026f8", ) go_repository( name = "org_gonum_v1_plot", build_file_proto_mode = "disable_global", importpath = "gonum.org/v1/plot", sum = "h1:+LBDVFYwFe4LHhdP8coW6296MBEY4nQ+Y4vuUpJopcE=", version = "v0.14.0", ) go_repository( name = "org_modernc_b", build_file_proto_mode = "disable_global", importpath = "modernc.org/b", sum = "h1:vpvqeyp17ddcQWF29Czawql4lDdABCDRbXRAS4+aF2o=", version = "v1.0.0", ) go_repository( name = "org_modernc_cc", build_file_proto_mode = "disable_global", importpath = "modernc.org/cc", sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=", version = "v1.0.0", ) go_repository( name = "org_modernc_cc_v3", build_file_proto_mode = "disable_global", importpath = "modernc.org/cc/v3", sum = "h1:P3g79IUS/93SYhtoeaHW+kRCIrYaxJ27MFPv+7kaTOw=", version = "v3.40.0", ) go_repository( name = "org_modernc_ccgo_v3", build_file_proto_mode = "disable_global", importpath = "modernc.org/ccgo/v3", sum = "h1:Mkgdzl46i5F/CNR/Kj80Ri59hC8TKAhZrYSaqvkwzUw=", version = "v3.16.13", ) go_repository( name = "org_modernc_ccorpus", build_file_proto_mode = "disable_global", importpath = "modernc.org/ccorpus", sum = "h1:J16RXiiqiCgua6+ZvQot4yUuUy8zxgqbqEEUuGPlISk=", version = "v1.11.6", ) go_repository( name = "org_modernc_db", build_file_proto_mode = "disable_global", importpath = "modernc.org/db", sum = "h1:2c6NdCfaLnshSvY7OU09cyAY0gYXUZj4lmg5ItHyucg=", version = "v1.0.0", ) go_repository( name = "org_modernc_file", build_file_proto_mode = "disable_global", importpath = "modernc.org/file", sum = "h1:9/PdvjVxd5+LcWUQIfapAWRGOkDLK90rloa8s/au06A=", version = "v1.0.0", ) go_repository( name = "org_modernc_fileutil", build_file_proto_mode = "disable_global", importpath = "modernc.org/fileutil", sum = "h1:Z1AFLZwl6BO8A5NldQg/xTSjGLetp+1Ubvl4alfGx8w=", version = "v1.0.0", ) go_repository( name = "org_modernc_golex", build_file_proto_mode = "disable_global", importpath = "modernc.org/golex", sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=", version = "v1.0.0", ) go_repository( name = "org_modernc_httpfs", build_file_proto_mode = "disable_global", importpath = "modernc.org/httpfs", sum = "h1:AAgIpFZRXuYnkjftxTAZwMIiwEqAfk8aVB2/oA6nAeM=", version = "v1.0.6", ) go_repository( name = "org_modernc_internal", build_file_proto_mode = "disable_global", importpath = "modernc.org/internal", sum = "h1:XMDsFDcBDsibbBnHB2xzljZ+B1yrOVLEFkKL2u15Glw=", version = "v1.0.0", ) go_repository( name = "org_modernc_libc", build_file_proto_mode = "disable_global", importpath = "modernc.org/libc", sum = "h1:wymSbZb0AlrjdAVX3cjreCHTPCpPARbQXNz6BHPzdwQ=", version = "v1.22.4", ) go_repository( name = "org_modernc_lldb", build_file_proto_mode = "disable_global", importpath = "modernc.org/lldb", sum = "h1:6vjDJxQEfhlOLwl4bhpwIz00uyFK4EmSYcbwqwbynsc=", version = "v1.0.0", ) go_repository( name = "org_modernc_mathutil", build_file_proto_mode = "disable_global", importpath = "modernc.org/mathutil", sum = "h1:rV0Ko/6SfM+8G+yKiyI830l3Wuz1zRutdslNoQ0kfiQ=", version = "v1.5.0", ) go_repository( name = "org_modernc_memory", build_file_proto_mode = "disable_global", importpath = "modernc.org/memory", sum = "h1:N+/8c5rE6EqugZwHii4IFsaJ7MUhoWX07J5tC/iI5Ds=", version = "v1.5.0", ) go_repository( name = "org_modernc_opt", build_file_proto_mode = "disable_global", importpath = "modernc.org/opt", sum = "h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=", version = "v0.1.3", ) go_repository( name = "org_modernc_ql", build_file_proto_mode = "disable_global", importpath = "modernc.org/ql", sum = "h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU=", version = "v1.0.0", ) go_repository( name = "org_modernc_sortutil", build_file_proto_mode = "disable_global", importpath = "modernc.org/sortutil", sum = "h1:oP3U4uM+NT/qBQcbg/K2iqAX0Nx7B1b6YZtq3Gk/PjM=", version = "v1.1.0", ) go_repository( name = "org_modernc_sqlite", build_file_proto_mode = "disable_global", importpath = "modernc.org/sqlite", sum = "h1:ixuUG0QS413Vfzyx6FWx6PYTmHaOegTY+hjzhn7L+a0=", version = "v1.21.2", ) go_repository( name = "org_modernc_strutil", build_file_proto_mode = "disable_global", importpath = "modernc.org/strutil", sum = "h1:fNMm+oJklMGYfU9Ylcywl0CO5O6nTfaowNsh2wpPjzY=", version = "v1.1.3", ) go_repository( name = "org_modernc_tcl", build_file_proto_mode = "disable_global", importpath = "modernc.org/tcl", sum = "h1:5PQgL/29XkQ9wsEmmNPjzKs+7iPCaYqUJAhzPvQbjDA=", version = "v1.13.2", ) go_repository( name = "org_modernc_token", build_file_proto_mode = "disable_global", importpath = "modernc.org/token", sum = "h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=", version = "v1.1.0", ) go_repository( name = "org_modernc_xc", build_file_proto_mode = "disable_global", importpath = "modernc.org/xc", sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=", version = "v1.0.0", ) go_repository( name = "org_modernc_z", build_file_proto_mode = "disable_global", importpath = "modernc.org/z", sum = "h1:RTNHdsrOpeoSeOF4FbzTo8gBYByaJ5xT7NgZ9ZqRiJM=", version = "v1.5.1", ) go_repository( name = "org_modernc_zappy", build_file_proto_mode = "disable_global", importpath = "modernc.org/zappy", sum = "h1:dPVaP+3ueIUv4guk8PuZ2wiUGcJ1WUVvIheeSSTD0yk=", version = "v1.0.0", ) go_repository( name = "org_mongodb_go_mongo_driver", build_file_proto_mode = "disable_global", importpath = "go.mongodb.org/mongo-driver", sum = "h1:rJCKC8eEliewXjZGf0ddURtl7tTVy1TK3bfl0gkUSLc=", version = "v1.15.0", ) go_repository( name = "org_mozilla_go_pkcs7", build_file_proto_mode = "disable_global", importpath = "go.mozilla.org/pkcs7", sum = "h1:A/5uWzF44DlIgdm/PQFwfMkW0JX+cIcQi/SwLAmZP5M=", version = "v0.0.0-20200128120323-432b2356ecb1", ) go_repository( name = "org_uber_go_atomic", build_file_proto_mode = "disable_global", importpath = "go.uber.org/atomic", sum = "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=", version = "v1.11.0", ) go_repository( name = "org_uber_go_goleak", build_file_proto_mode = "disable_global", importpath = "go.uber.org/goleak", sum = "h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=", version = "v1.3.0", ) go_repository( name = "org_uber_go_multierr", build_file_proto_mode = "disable_global", importpath = "go.uber.org/multierr", sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=", version = "v1.11.0", ) go_repository( name = "org_uber_go_tools", build_file_proto_mode = "disable_global", importpath = "go.uber.org/tools", sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=", version = "v0.0.0-20190618225709-2cfd321de3ee", ) go_repository( name = "org_uber_go_zap", build_file_proto_mode = "disable_global", importpath = "go.uber.org/zap", sum = "h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=", version = "v1.27.0", ) go_repository( name = "sh_helm_helm_v3", build_file_proto_mode = "disable_global", importpath = "helm.sh/helm/v3", sum = "h1:22ztacHz4gMqhXNqCQ9NAg6BFWoRUryNLvnkz6OVyw0=", version = "v3.15.1", ) go_repository( name = "sm_step_go_crypto", build_file_proto_mode = "disable_global", importpath = "go.step.sm/crypto", sum = "h1:t3p3uQ7raP2jp2ha9P6xkQF85TJZh+87xmjSLaib+jk=", version = "v0.44.2", ) go_repository( name = "tech_einride_go_aip", build_file_proto_mode = "disable_global", importpath = "go.einride.tech/aip", sum = "h1:d/4TW92OxXBngkSOwWS2CH5rez869KpKMaN44mdxkFI=", version = "v0.67.1", ) go_repository( name = "tools_gotest", build_file_proto_mode = "disable_global", importpath = "gotest.tools", sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=", version = "v2.2.0+incompatible", ) go_repository( name = "tools_gotest_v3", build_file_proto_mode = "disable_global", importpath = "gotest.tools/v3", sum = "h1:nUBm5Zta1hifeSTM6pcrPlgRjjgxpg574o4SNA3x1Aw=", version = "v3.5.2-0.20240905034822-0b81523ff268", ) go_repository( name = "xyz_gomodules_jsonpatch_v2", build_file_proto_mode = "disable_global", importpath = "gomodules.xyz/jsonpatch/v2", sum = "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=", version = "v2.4.0", )