...

Text file src/edge-infra.dev/hack/deps/go.bzl

Documentation: edge-infra.dev/hack/deps

     1"""Defines our Golang dependencies for Bazel"""
     2
     3load("@bazel_gazelle//:deps.bzl", "go_repository")
     4
     5def go_repositories():
     6    """Macro function loaded into WORKSPACE to define our Golang deps"""
     7    go_repository(
     8        name = "cat_dario_mergo",
     9        build_file_proto_mode = "disable_global",
    10        importpath = "dario.cat/mergo",
    11        sum = "h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=",
    12        version = "v1.0.0",
    13    )
    14    go_repository(
    15        name = "co_elastic_go_apm",
    16        build_file_proto_mode = "disable_global",
    17        importpath = "go.elastic.co/apm",
    18        sum = "h1:AWEKpHwRal0yCMd4K8Oxy1HAa7xid+xq1yy+XjgoVU0=",
    19        version = "v1.8.0",
    20    )
    21    go_repository(
    22        name = "co_elastic_go_apm_module_apmhttp",
    23        build_file_proto_mode = "disable_global",
    24        importpath = "go.elastic.co/apm/module/apmhttp",
    25        sum = "h1:5AJPefWJzWDLX/47XIDfaloGiYWkkOQEULvlrI6Ieaw=",
    26        version = "v1.8.0",
    27    )
    28    go_repository(
    29        name = "co_elastic_go_apm_module_apmot",
    30        build_file_proto_mode = "disable_global",
    31        importpath = "go.elastic.co/apm/module/apmot",
    32        sum = "h1:7r8b5RGDN5gAUG7FoegzJ24+jFSZF7FvY2ODODaKFYk=",
    33        version = "v1.8.0",
    34    )
    35    go_repository(
    36        name = "co_elastic_go_fastjson",
    37        build_file_proto_mode = "disable_global",
    38        importpath = "go.elastic.co/fastjson",
    39        sum = "h1:ooXV/ABvf+tBul26jcVViPT3sBir0PvXgibYB1IQQzg=",
    40        version = "v1.0.0",
    41    )
    42    go_repository(
    43        name = "co_honnef_go_tools",
    44        build_file_proto_mode = "disable_global",
    45        importpath = "honnef.co/go/tools",
    46        sum = "h1:6qXr+R5w+ktL5UkwEbPp+fEvfyoMPche6GkOpGHZcLc=",
    47        version = "v0.4.2",
    48    )
    49    go_repository(
    50        name = "com_github_1password_connect_sdk_go",
    51        build_file_proto_mode = "disable_global",
    52        importpath = "github.com/1Password/connect-sdk-go",
    53        sum = "h1:KyjJ+kCKj6BwB2Y8tPM1Ixg5uIS6HsB0uWA8U38p/Uk=",
    54        version = "v1.5.3",
    55    )
    56    go_repository(
    57        name = "com_github_99designs_gqlgen",
    58        build_file_proto_mode = "disable_global",
    59        importpath = "github.com/99designs/gqlgen",
    60        sum = "h1:bH0AH67vIJo8JKNKPJP+pOPpQhZeuVRQLf53dKIpDik=",
    61        version = "v0.17.45",
    62    )
    63    go_repository(
    64        name = "com_github_acomagu_bufpipe",
    65        build_file_proto_mode = "disable_global",
    66        importpath = "github.com/acomagu/bufpipe",
    67        sum = "h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk=",
    68        version = "v1.0.3",
    69    )
    70    go_repository(
    71        name = "com_github_adalogics_go_fuzz_headers",
    72        build_file_proto_mode = "disable_global",
    73        importpath = "github.com/AdaLogics/go-fuzz-headers",
    74        sum = "h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU=",
    75        version = "v0.0.0-20230811130428-ced1acdcaa24",
    76    )
    77    go_repository(
    78        name = "com_github_adamkorcz_go_118_fuzz_build",
    79        build_file_proto_mode = "disable_global",
    80        importpath = "github.com/AdamKorcz/go-118-fuzz-build",
    81        sum = "h1:59MxjQVfjXsBpLy+dbd2/ELV5ofnUkUZBvWSC85sheA=",
    82        version = "v0.0.0-20230306123547-8075edf89bb0",
    83    )
    84    go_repository(
    85        name = "com_github_adamkorcz_go_fuzz_headers_1",
    86        build_file_proto_mode = "disable_global",
    87        importpath = "github.com/AdamKorcz/go-fuzz-headers-1",
    88        sum = "h1:zjqpY4C7H15HjRPEenkS4SAn3Jy2eRRjkjZbGR30TOg=",
    89        version = "v0.0.0-20230919221257-8b5d3ce2d11d",
    90    )
    91
    92    go_repository(
    93        name = "com_github_aead_chacha20",
    94        build_file_proto_mode = "disable_global",
    95        importpath = "github.com/aead/chacha20",
    96        sum = "h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=",
    97        version = "v0.0.0-20180709150244-8b13a72661da",
    98    )
    99    go_repository(
   100        name = "com_github_afex_hystrix_go",
   101        build_file_proto_mode = "disable_global",
   102        importpath = "github.com/afex/hystrix-go",
   103        sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=",
   104        version = "v0.0.0-20180502004556-fa1af6a1f4f5",
   105    )
   106
   107    go_repository(
   108        name = "com_github_agext_levenshtein",
   109        build_file_proto_mode = "disable_global",
   110        importpath = "github.com/agext/levenshtein",
   111        sum = "h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=",
   112        version = "v1.2.3",
   113    )
   114    go_repository(
   115        name = "com_github_agnivade_levenshtein",
   116        build_file_proto_mode = "disable_global",
   117        importpath = "github.com/agnivade/levenshtein",
   118        sum = "h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8=",
   119        version = "v1.1.1",
   120    )
   121    go_repository(
   122        name = "com_github_ahmetb_gen_crd_api_reference_docs",
   123        build_file_proto_mode = "disable_global",
   124        importpath = "github.com/ahmetb/gen-crd-api-reference-docs",
   125        sum = "h1:+XfOU14S4bGuwyvCijJwhhBIjYN+YXS18jrCY2EzJaY=",
   126        version = "v0.3.0",
   127    )
   128    go_repository(
   129        name = "com_github_ajg_form",
   130        build_file_proto_mode = "disable_global",
   131        importpath = "github.com/ajg/form",
   132        sum = "h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=",
   133        version = "v1.5.1",
   134    )
   135    go_repository(
   136        name = "com_github_ajstarks_deck",
   137        build_file_proto_mode = "disable_global",
   138        importpath = "github.com/ajstarks/deck",
   139        sum = "h1:7kQgkwGRoLzC9K0oyXdJo7nve/bynv/KwUsxbiTlzAM=",
   140        version = "v0.0.0-20200831202436-30c9fc6549a9",
   141    )
   142    go_repository(
   143        name = "com_github_ajstarks_deck_generate",
   144        build_file_proto_mode = "disable_global",
   145        importpath = "github.com/ajstarks/deck/generate",
   146        sum = "h1:iXUgAaqDcIUGbRoy2TdeofRG/j1zpGRSEmNK05T+bi8=",
   147        version = "v0.0.0-20210309230005-c3f852c02e19",
   148    )
   149    go_repository(
   150        name = "com_github_ajstarks_svgo",
   151        build_file_proto_mode = "disable_global",
   152        importpath = "github.com/ajstarks/svgo",
   153        sum = "h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=",
   154        version = "v0.0.0-20211024235047-1546f124cd8b",
   155    )
   156    go_repository(
   157        name = "com_github_akamai_akamaiopen_edgegrid_golang",
   158        build_file_proto_mode = "disable_global",
   159        importpath = "github.com/akamai/AkamaiOPEN-edgegrid-golang",
   160        sum = "h1:F1j7z+/DKEsYqZNoxC6wvfmaiDneLsQOFQmuq9NADSY=",
   161        version = "v1.2.2",
   162    )
   163    go_repository(
   164        name = "com_github_akavel_rsrc",
   165        build_file_proto_mode = "disable_global",
   166        importpath = "github.com/akavel/rsrc",
   167        sum = "h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=",
   168        version = "v0.10.2",
   169    )
   170    go_repository(
   171        name = "com_github_akeylesslabs_akeyless_go_cloud_id",
   172        build_file_proto_mode = "disable_global",
   173        importpath = "github.com/akeylesslabs/akeyless-go-cloud-id",
   174        sum = "h1:ly0WKARATneFzwBlTZ2lUyjtLqoOEYqt1vOlf89za/4=",
   175        version = "v0.3.5",
   176    )
   177    go_repository(
   178        name = "com_github_akeylesslabs_akeyless_go_v3",
   179        build_file_proto_mode = "disable_global",
   180        importpath = "github.com/akeylesslabs/akeyless-go/v3",
   181        sum = "h1:fMF8SMDiBL9CufVjLUyF1Z+Z04t5CC3KGOROSjaJ/eA=",
   182        version = "v3.6.3",
   183    )
   184    go_repository(
   185        name = "com_github_alecaivazis_survey_v2",
   186        build_file_proto_mode = "disable_global",
   187        importpath = "github.com/AlecAivazis/survey/v2",
   188        sum = "h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=",
   189        version = "v2.3.7",
   190    )
   191
   192    go_repository(
   193        name = "com_github_alecthomas_assert_v2",
   194        build_file_proto_mode = "disable_global",
   195        importpath = "github.com/alecthomas/assert/v2",
   196        sum = "h1:XivOgYcduV98QCahG8T5XTezV5bylXe+lBxLG2K2ink=",
   197        version = "v2.2.1",
   198    )
   199    go_repository(
   200        name = "com_github_alecthomas_chroma",
   201        build_file_proto_mode = "disable_global",
   202        importpath = "github.com/alecthomas/chroma",
   203        sum = "h1:7XDcGkCQopCNKjZHfYrNLraA+M7e0fMiJ/Mfikbfjek=",
   204        version = "v0.10.0",
   205    )
   206    go_repository(
   207        name = "com_github_alecthomas_chroma_v2",
   208        build_file_proto_mode = "disable_global",
   209        importpath = "github.com/alecthomas/chroma/v2",
   210        sum = "h1:w9WJUjFFmHHB2e8mRpL9jjy3alYDlU0QLDezj1xE264=",
   211        version = "v2.8.0",
   212    )
   213    go_repository(
   214        name = "com_github_alecthomas_kingpin_v2",
   215        build_file_proto_mode = "disable_global",
   216        importpath = "github.com/alecthomas/kingpin/v2",
   217        sum = "h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=",
   218        version = "v2.4.0",
   219    )
   220    go_repository(
   221        name = "com_github_alecthomas_participle_v2",
   222        build_file_proto_mode = "disable_global",
   223        importpath = "github.com/alecthomas/participle/v2",
   224        sum = "h1:z7dElHRrOEEq45F2TG5cbQihMtNTv8vwldytDj7Wrz4=",
   225        version = "v2.1.0",
   226    )
   227    go_repository(
   228        name = "com_github_alecthomas_repr",
   229        build_file_proto_mode = "disable_global",
   230        importpath = "github.com/alecthomas/repr",
   231        sum = "h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=",
   232        version = "v0.2.0",
   233    )
   234    go_repository(
   235        name = "com_github_alecthomas_template",
   236        build_file_proto_mode = "disable_global",
   237        importpath = "github.com/alecthomas/template",
   238        sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
   239        version = "v0.0.0-20190718012654-fb15b899a751",
   240    )
   241    go_repository(
   242        name = "com_github_alecthomas_units",
   243        build_file_proto_mode = "disable_global",
   244        importpath = "github.com/alecthomas/units",
   245        sum = "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=",
   246        version = "v0.0.0-20211218093645-b94a6e3cc137",
   247    )
   248    go_repository(
   249        name = "com_github_alessio_shellescape",
   250        build_file_proto_mode = "disable_global",
   251        importpath = "github.com/alessio/shellescape",
   252        sum = "h1:MHPfaU+ddJ0/bYWpgIeUnQUqKrlJ1S7BfEYPM4uEoM0=",
   253        version = "v1.4.2",
   254    )
   255    go_repository(
   256        name = "com_github_alexbrainman_sspi",
   257        build_file_proto_mode = "disable_global",
   258        importpath = "github.com/alexbrainman/sspi",
   259        sum = "h1:Kk6a4nehpJ3UuJRqlA3JxYxBZEqCeOmATOvrbT4p9RA=",
   260        version = "v0.0.0-20210105120005-909beea2cc74",
   261    )
   262
   263    go_repository(
   264        name = "com_github_alexedwards_scs",
   265        build_file_proto_mode = "disable_global",
   266        importpath = "github.com/alexedwards/scs",
   267        sum = "h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0=",
   268        version = "v1.4.1",
   269    )
   270    go_repository(
   271        name = "com_github_alexflint_go_filemutex",
   272        build_file_proto_mode = "disable_global",
   273        importpath = "github.com/alexflint/go-filemutex",
   274        sum = "h1:AMzIhMUqU3jMrZiTuW0zkYeKlKDAFD+DG20IoO421/Y=",
   275        version = "v0.0.0-20171022225611-72bdc8eae2ae",
   276    )
   277    go_repository(
   278        name = "com_github_alibabacloud_go_alibabacloud_gateway_pop",
   279        build_file_proto_mode = "disable_global",
   280        importpath = "github.com/alibabacloud-go/alibabacloud-gateway-pop",
   281        sum = "h1:KFhE49hRMIl+i3NUB3NNTlVi+TPnQxGoeJ8S4HUEC+Q=",
   282        version = "v0.0.4",
   283    )
   284    go_repository(
   285        name = "com_github_alibabacloud_go_alibabacloud_gateway_spi",
   286        build_file_proto_mode = "disable_global",
   287        importpath = "github.com/alibabacloud-go/alibabacloud-gateway-spi",
   288        sum = "h1:iC9YFYKDGEy3n/FtqJnOkZsene9olVspKmkX5A2YBEo=",
   289        version = "v0.0.4",
   290    )
   291    go_repository(
   292        name = "com_github_alibabacloud_go_cr_20160607",
   293        build_file_proto_mode = "disable_global",
   294        importpath = "github.com/alibabacloud-go/cr-20160607",
   295        sum = "h1:WEnP1iPFKJU74ryUKh/YDPHoxMZawqlPajOymyNAkts=",
   296        version = "v1.0.1",
   297    )
   298    go_repository(
   299        name = "com_github_alibabacloud_go_cr_20181201",
   300        build_file_proto_mode = "disable_global",
   301        importpath = "github.com/alibabacloud-go/cr-20181201",
   302        sum = "h1:B60f6S1imsgn2fgC6X6FrVNrONDrbCT0NwYhsJ0C9/c=",
   303        version = "v1.0.10",
   304    )
   305
   306    go_repository(
   307        name = "com_github_alibabacloud_go_darabonba_array",
   308        build_file_proto_mode = "disable_global",
   309        importpath = "github.com/alibabacloud-go/darabonba-array",
   310        sum = "h1:vR8s7b1fWAQIjEjWnuF0JiKsCvclSRTfDzZHTYqfufY=",
   311        version = "v0.1.0",
   312    )
   313    go_repository(
   314        name = "com_github_alibabacloud_go_darabonba_encode_util",
   315        build_file_proto_mode = "disable_global",
   316        importpath = "github.com/alibabacloud-go/darabonba-encode-util",
   317        sum = "h1:1uJGrbsGEVqWcWxrS9MyC2NG0Ax+GpOM5gtupki31XE=",
   318        version = "v0.0.2",
   319    )
   320    go_repository(
   321        name = "com_github_alibabacloud_go_darabonba_map",
   322        build_file_proto_mode = "disable_global",
   323        importpath = "github.com/alibabacloud-go/darabonba-map",
   324        sum = "h1:qvPnGB4+dJbJIxOOfawxzF3hzMnIpjmafa0qOTp6udc=",
   325        version = "v0.0.2",
   326    )
   327    go_repository(
   328        name = "com_github_alibabacloud_go_darabonba_openapi",
   329        build_file_proto_mode = "disable_global",
   330        importpath = "github.com/alibabacloud-go/darabonba-openapi",
   331        sum = "h1:WyzxxKvhdVDlwpAMOHgAiCJ+NXa6g5ZWPFEzaK/ewwY=",
   332        version = "v0.2.1",
   333    )
   334
   335    go_repository(
   336        name = "com_github_alibabacloud_go_darabonba_openapi_v2",
   337        build_file_proto_mode = "disable_global",
   338        importpath = "github.com/alibabacloud-go/darabonba-openapi/v2",
   339        sum = "h1:y1K+zKhpWcxso8zqI03CcYuwgyZPFwQdwAQOXAeuOVM=",
   340        version = "v2.0.6",
   341    )
   342    go_repository(
   343        name = "com_github_alibabacloud_go_darabonba_signature_util",
   344        build_file_proto_mode = "disable_global",
   345        importpath = "github.com/alibabacloud-go/darabonba-signature-util",
   346        sum = "h1:UzCnKvsjPFzApvODDNEYqBHMFt1w98wC7FOo0InLyxg=",
   347        version = "v0.0.7",
   348    )
   349    go_repository(
   350        name = "com_github_alibabacloud_go_darabonba_string",
   351        build_file_proto_mode = "disable_global",
   352        importpath = "github.com/alibabacloud-go/darabonba-string",
   353        sum = "h1:E714wms5ibdzCqGeYJ9JCFywE5nDyvIXIIQbZVFkkqo=",
   354        version = "v1.0.2",
   355    )
   356    go_repository(
   357        name = "com_github_alibabacloud_go_debug",
   358        build_file_proto_mode = "disable_global",
   359        importpath = "github.com/alibabacloud-go/debug",
   360        sum = "h1:3eIEQWfay1fB24PQIEzXAswlVJtdQok8f3EVN5VrBnA=",
   361        version = "v1.0.0",
   362    )
   363    go_repository(
   364        name = "com_github_alibabacloud_go_endpoint_util",
   365        build_file_proto_mode = "disable_global",
   366        importpath = "github.com/alibabacloud-go/endpoint-util",
   367        sum = "h1:ZkBv2/jnghxtU0p+upSU0GGzW1VL9GQdZO3mcSUTUy8=",
   368        version = "v1.1.1",
   369    )
   370    go_repository(
   371        name = "com_github_alibabacloud_go_kms_20160120_v3",
   372        build_file_proto_mode = "disable_global",
   373        importpath = "github.com/alibabacloud-go/kms-20160120/v3",
   374        sum = "h1:DJfmRHjsyRmRFB7q2N9g2+wym4qxZixnsxHfiI4UhtQ=",
   375        version = "v3.1.3",
   376    )
   377    go_repository(
   378        name = "com_github_alibabacloud_go_openapi_util",
   379        build_file_proto_mode = "disable_global",
   380        importpath = "github.com/alibabacloud-go/openapi-util",
   381        sum = "h1:0z75cIULkDrdEhkLWgi9tnLe+KhAFE/r5Pb3312/eAY=",
   382        version = "v0.1.0",
   383    )
   384    go_repository(
   385        name = "com_github_alibabacloud_go_tea",
   386        build_file_proto_mode = "disable_global",
   387        importpath = "github.com/alibabacloud-go/tea",
   388        sum = "h1:aTsR6Rl3ANWPfqeQugPglfurloyBJY85eFy7Gc1+8oU=",
   389        version = "v1.2.2",
   390    )
   391    go_repository(
   392        name = "com_github_alibabacloud_go_tea_utils",
   393        build_file_proto_mode = "disable_global",
   394        importpath = "github.com/alibabacloud-go/tea-utils",
   395        sum = "h1:h0/6Xd2f3bPE4XHTvkpjwxowIwRCJAJOqY6Eq8f3zfA=",
   396        version = "v1.4.5",
   397    )
   398    go_repository(
   399        name = "com_github_alibabacloud_go_tea_utils_v2",
   400        build_file_proto_mode = "disable_global",
   401        importpath = "github.com/alibabacloud-go/tea-utils/v2",
   402        sum = "h1:EUakYEUAwr6L3wLT0vejIw2rc0IA1RSXDwLnIb3f2vU=",
   403        version = "v2.0.5",
   404    )
   405    go_repository(
   406        name = "com_github_alibabacloud_go_tea_xml",
   407        build_file_proto_mode = "disable_global",
   408        importpath = "github.com/alibabacloud-go/tea-xml",
   409        sum = "h1:7LYnm+JbOq2B+T/B0fHC4Ies4/FofC4zHzYtqw7dgt0=",
   410        version = "v1.1.3",
   411    )
   412    go_repository(
   413        name = "com_github_aliyun_credentials_go",
   414        build_file_proto_mode = "disable_global",
   415        importpath = "github.com/aliyun/credentials-go",
   416        sum = "h1:L4WppI9rctC8PdlMgyTkF8bBsy9pyKQEzBD1bHMRl+g=",
   417        version = "v1.3.2",
   418    )
   419    go_repository(
   420        name = "com_github_aliyuncontainerservice_ack_ram_tool_pkg_credentials_alibabacloudsdkgo_helper",
   421        build_file_proto_mode = "disable_global",
   422        importpath = "github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper",
   423        sum = "h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw=",
   424        version = "v0.2.0",
   425    )
   426
   427    go_repository(
   428        name = "com_github_andreyvit_diff",
   429        build_file_proto_mode = "disable_global",
   430        importpath = "github.com/andreyvit/diff",
   431        sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
   432        version = "v0.0.0-20170406064948-c7f18ee00883",
   433    )
   434    go_repository(
   435        name = "com_github_andybalholm_brotli",
   436        build_file_proto_mode = "disable_global",
   437        importpath = "github.com/andybalholm/brotli",
   438        sum = "h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=",
   439        version = "v1.0.5",
   440    )
   441    go_repository(
   442        name = "com_github_andybalholm_cascadia",
   443        build_file_proto_mode = "disable_global",
   444        importpath = "github.com/andybalholm/cascadia",
   445        sum = "h1:3Xi6Dw5lHF15JtdcmAHD3i1+T8plmv7BQ/nsViSLyss=",
   446        version = "v1.3.2",
   447    )
   448    go_repository(
   449        name = "com_github_andybalholm_stroke",
   450        build_file_proto_mode = "disable_global",
   451        importpath = "github.com/andybalholm/stroke",
   452        sum = "h1:uF5Q/hWnDU1XZeT6CsrRSxHLroUSEYYO3kgES+yd+So=",
   453        version = "v0.0.0-20221221101821-bd29b49d73f0",
   454    )
   455    go_repository(
   456        name = "com_github_anoopengineer_edidparser",
   457        build_file_proto_mode = "disable_global",
   458        importpath = "github.com/anoopengineer/edidparser",
   459        sum = "h1:wo4JgGRW+6/KSS5CqHIpc3xdDnyGqKNWSH7TIsP9XlI=",
   460        version = "v0.0.0-20140306172611-ad417053131c",
   461    )
   462    go_repository(
   463        name = "com_github_antihax_optional",
   464        build_file_proto_mode = "disable_global",
   465        importpath = "github.com/antihax/optional",
   466        sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
   467        version = "v1.0.0",
   468    )
   469    go_repository(
   470        name = "com_github_antlr_antlr4_runtime_go_antlr_v4",
   471        build_file_proto_mode = "disable_global",
   472        importpath = "github.com/antlr/antlr4/runtime/Go/antlr/v4",
   473        sum = "h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=",
   474        version = "v4.0.0-20230305170008-8188dc5388df",
   475    )
   476    go_repository(
   477        name = "com_github_antonlindstrom_pgstore",
   478        build_file_proto_mode = "disable_global",
   479        importpath = "github.com/antonlindstrom/pgstore",
   480        sum = "h1:grN4CYLduV1d9SYBSYrAMPVf57cxEa7KhenvwOXTktw=",
   481        version = "v0.0.0-20200229204646-b08ebf1105e0",
   482    )
   483    go_repository(
   484        name = "com_github_apache_arrow_go_arrow",
   485        build_file_proto_mode = "disable_global",
   486        importpath = "github.com/apache/arrow/go/arrow",
   487        sum = "h1:HGREIyk0QRPt70R69Gm1JFHDgoiyYpCyuGE8E9k/nf0=",
   488        version = "v0.0.0-20211013220434-5962184e7a30",
   489    )
   490    go_repository(
   491        name = "com_github_apache_arrow_go_v10",
   492        build_file_proto_mode = "disable_global",
   493        importpath = "github.com/apache/arrow/go/v10",
   494        sum = "h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=",
   495        version = "v10.0.1",
   496    )
   497    go_repository(
   498        name = "com_github_apache_arrow_go_v11",
   499        build_file_proto_mode = "disable_global",
   500        importpath = "github.com/apache/arrow/go/v11",
   501        sum = "h1:hqauxvFQxww+0mEU/2XHG6LT7eZternCZq+A5Yly2uM=",
   502        version = "v11.0.0",
   503    )
   504    go_repository(
   505        name = "com_github_apache_arrow_go_v12",
   506        build_file_proto_mode = "disable_global",
   507        importpath = "github.com/apache/arrow/go/v12",
   508        sum = "h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc=",
   509        version = "v12.0.0",
   510    )
   511    go_repository(
   512        name = "com_github_apache_arrow_go_v15",
   513        build_file_proto_mode = "disable_global",
   514        importpath = "github.com/apache/arrow/go/v15",
   515        sum = "h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE=",
   516        version = "v15.0.2",
   517    )
   518    go_repository(
   519        name = "com_github_apache_thrift",
   520        build_file_proto_mode = "disable_global",
   521        importpath = "github.com/apache/thrift",
   522        sum = "h1:cMd2aj52n+8VoAtvSvLn4kDC3aZ6IAkBuqWQ2IDu7wo=",
   523        version = "v0.17.0",
   524    )
   525    go_repository(
   526        name = "com_github_apparentlymart_go_cidr",
   527        build_file_proto_mode = "disable_global",
   528        importpath = "github.com/apparentlymart/go-cidr",
   529        sum = "h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=",
   530        version = "v1.1.0",
   531    )
   532    go_repository(
   533        name = "com_github_apparentlymart_go_textseg_v13",
   534        build_file_proto_mode = "disable_global",
   535        importpath = "github.com/apparentlymart/go-textseg/v13",
   536        sum = "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=",
   537        version = "v13.0.0",
   538    )
   539    go_repository(
   540        name = "com_github_apparentlymart_go_textseg_v15",
   541        build_file_proto_mode = "disable_global",
   542        importpath = "github.com/apparentlymart/go-textseg/v15",
   543        sum = "h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=",
   544        version = "v15.0.0",
   545    )
   546    go_repository(
   547        name = "com_github_appscode_jsonpatch",
   548        build_file_proto_mode = "disable_global",
   549        importpath = "github.com/appscode/jsonpatch",
   550        sum = "h1:Kn3rqvbUFqSepE2OqVu0Pn1CbDw9IuMlONapol0zuwk=",
   551        version = "v0.0.0-20190108182946-7c0e3b262f30",
   552    )
   553    go_repository(
   554        name = "com_github_arbovm_levenshtein",
   555        build_file_proto_mode = "disable_global",
   556        importpath = "github.com/arbovm/levenshtein",
   557        sum = "h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=",
   558        version = "v0.0.0-20160628152529-48b4e1c0c4d0",
   559    )
   560    go_repository(
   561        name = "com_github_argoproj_argo_rollouts",
   562        build_file_proto_mode = "disable_global",
   563        importpath = "github.com/argoproj/argo-rollouts",
   564        sum = "h1:zLlxybLYGmBo/DNAmJg50MIhoPmZg30D9mxrEKAJS+U=",
   565        version = "v1.1.1",
   566    )
   567
   568    go_repository(
   569        name = "com_github_armon_circbuf",
   570        build_file_proto_mode = "disable_global",
   571        importpath = "github.com/armon/circbuf",
   572        sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
   573        version = "v0.0.0-20150827004946-bbbad097214e",
   574    )
   575    go_repository(
   576        name = "com_github_armon_consul_api",
   577        build_file_proto_mode = "disable_global",
   578        importpath = "github.com/armon/consul-api",
   579        sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
   580        version = "v0.0.0-20180202201655-eb2c6b5be1b6",
   581    )
   582    go_repository(
   583        name = "com_github_armon_go_metrics",
   584        build_file_proto_mode = "disable_global",
   585        importpath = "github.com/armon/go-metrics",
   586        sum = "h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=",
   587        version = "v0.4.1",
   588    )
   589    go_repository(
   590        name = "com_github_armon_go_radix",
   591        build_file_proto_mode = "disable_global",
   592        importpath = "github.com/armon/go-radix",
   593        sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=",
   594        version = "v1.0.0",
   595    )
   596    go_repository(
   597        name = "com_github_armon_go_socks5",
   598        build_file_proto_mode = "disable_global",
   599        importpath = "github.com/armon/go-socks5",
   600        sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=",
   601        version = "v0.0.0-20160902184237-e75332964ef5",
   602    )
   603    go_repository(
   604        name = "com_github_asaskevich_govalidator",
   605        build_file_proto_mode = "disable_global",
   606        importpath = "github.com/asaskevich/govalidator",
   607        sum = "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=",
   608        version = "v0.0.0-20230301143203-a9d515a09cc2",
   609    )
   610    go_repository(
   611        name = "com_github_atotto_clipboard",
   612        build_file_proto_mode = "disable_global",
   613        importpath = "github.com/atotto/clipboard",
   614        sum = "h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=",
   615        version = "v0.1.4",
   616    )
   617    go_repository(
   618        name = "com_github_avast_retry_go_v4",
   619        build_file_proto_mode = "disable_global",
   620        importpath = "github.com/avast/retry-go/v4",
   621        sum = "h1:AxIx0HGi4VZ3I02jr78j5lZ3M6x1E0Ivxa6b0pUUh7o=",
   622        version = "v4.5.1",
   623    )
   624    go_repository(
   625        name = "com_github_aws_aws_sdk_go",
   626        build_file_proto_mode = "disable_global",
   627        importpath = "github.com/aws/aws-sdk-go",
   628        sum = "h1:UrT6JC9R9PkYYXDZBV0qDKTualMr+bfK2eboTknMgbs=",
   629        version = "v1.51.21",
   630    )
   631    go_repository(
   632        name = "com_github_aws_aws_sdk_go_v2",
   633        build_file_proto_mode = "disable_global",
   634        importpath = "github.com/aws/aws-sdk-go-v2",
   635        sum = "h1:/Ce4OCiM3EkpW7Y+xUnfAFpchU78K7/Ug01sZni9PgA=",
   636        version = "v1.26.0",
   637    )
   638    go_repository(
   639        name = "com_github_aws_aws_sdk_go_v2_aws_protocol_eventstream",
   640        build_file_proto_mode = "disable_global",
   641        importpath = "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
   642        sum = "h1:gTK2uhtAPtFcdRRJilZPx8uJLL2J85xK11nKtWL0wfU=",
   643        version = "v1.6.1",
   644    )
   645
   646    go_repository(
   647        name = "com_github_aws_aws_sdk_go_v2_config",
   648        build_file_proto_mode = "disable_global",
   649        importpath = "github.com/aws/aws-sdk-go-v2/config",
   650        sum = "h1:gRx/NwpNEFSk+yQlgmk1bmxxvQ5TyJ76CWXs9XScTqg=",
   651        version = "v1.27.9",
   652    )
   653    go_repository(
   654        name = "com_github_aws_aws_sdk_go_v2_credentials",
   655        build_file_proto_mode = "disable_global",
   656        importpath = "github.com/aws/aws-sdk-go-v2/credentials",
   657        sum = "h1:N8s0/7yW+h8qR8WaRlPQeJ6czVMNQVNtNdUqf6cItao=",
   658        version = "v1.17.9",
   659    )
   660    go_repository(
   661        name = "com_github_aws_aws_sdk_go_v2_feature_ec2_imds",
   662        build_file_proto_mode = "disable_global",
   663        importpath = "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
   664        sum = "h1:af5YzcLf80tv4Em4jWVD75lpnOHSBkPUZxZfGkrI3HI=",
   665        version = "v1.16.0",
   666    )
   667    go_repository(
   668        name = "com_github_aws_aws_sdk_go_v2_feature_s3_manager",
   669        build_file_proto_mode = "disable_global",
   670        importpath = "github.com/aws/aws-sdk-go-v2/feature/s3/manager",
   671        sum = "h1:vXY/Hq1XdxHBIYgBUmug/AbMyIe1AKulPYS2/VE1X70=",
   672        version = "v1.16.9",
   673    )
   674    go_repository(
   675        name = "com_github_aws_aws_sdk_go_v2_internal_configsources",
   676        build_file_proto_mode = "disable_global",
   677        importpath = "github.com/aws/aws-sdk-go-v2/internal/configsources",
   678        sum = "h1:0ScVK/4qZ8CIW0k8jOeFVsyS/sAiXpYxRBLolMkuLQM=",
   679        version = "v1.3.4",
   680    )
   681    go_repository(
   682        name = "com_github_aws_aws_sdk_go_v2_internal_endpoints_v2",
   683        build_file_proto_mode = "disable_global",
   684        importpath = "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
   685        sum = "h1:sHmMWWX5E7guWEFQ9SVo6A3S4xpPrWnd77a6y4WM6PU=",
   686        version = "v2.6.4",
   687    )
   688
   689    go_repository(
   690        name = "com_github_aws_aws_sdk_go_v2_internal_ini",
   691        build_file_proto_mode = "disable_global",
   692        importpath = "github.com/aws/aws-sdk-go-v2/internal/ini",
   693        sum = "h1:hT8rVHwugYE2lEfdFE0QWVo81lF7jMrYJVDWI+f+VxU=",
   694        version = "v1.8.0",
   695    )
   696    go_repository(
   697        name = "com_github_aws_aws_sdk_go_v2_internal_v4a",
   698        build_file_proto_mode = "disable_global",
   699        importpath = "github.com/aws/aws-sdk-go-v2/internal/v4a",
   700        sum = "h1:mDnFOE2sVkyphMWtTH+stv0eW3k0OTx94K63xpxHty4=",
   701        version = "v1.3.3",
   702    )
   703    go_repository(
   704        name = "com_github_aws_aws_sdk_go_v2_service_cloudwatch",
   705        build_file_proto_mode = "disable_global",
   706        importpath = "github.com/aws/aws-sdk-go-v2/service/cloudwatch",
   707        sum = "h1:w/fPGB0t5rWwA43mux4e9ozFSH5zF1moQemlA131PWc=",
   708        version = "v1.8.1",
   709    )
   710
   711    go_repository(
   712        name = "com_github_aws_aws_sdk_go_v2_service_ecr",
   713        build_file_proto_mode = "disable_global",
   714        importpath = "github.com/aws/aws-sdk-go-v2/service/ecr",
   715        sum = "h1:y6LX9GUoEA3mO0qpFl1ZQHj1rFyPWVphlzebiSt2tKE=",
   716        version = "v1.20.2",
   717    )
   718    go_repository(
   719        name = "com_github_aws_aws_sdk_go_v2_service_ecrpublic",
   720        build_file_proto_mode = "disable_global",
   721        importpath = "github.com/aws/aws-sdk-go-v2/service/ecrpublic",
   722        sum = "h1:PpbXaecV3sLAS6rjQiaKw4/jyq3Z8gNzmoJupHAoBp0=",
   723        version = "v1.18.2",
   724    )
   725
   726    go_repository(
   727        name = "com_github_aws_aws_sdk_go_v2_service_internal_accept_encoding",
   728        build_file_proto_mode = "disable_global",
   729        importpath = "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
   730        sum = "h1:EyBZibRTVAs6ECHZOw5/wlylS9OcTzwyjeQMudmREjE=",
   731        version = "v1.11.1",
   732    )
   733    go_repository(
   734        name = "com_github_aws_aws_sdk_go_v2_service_internal_checksum",
   735        build_file_proto_mode = "disable_global",
   736        importpath = "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
   737        sum = "h1:mbWNpfRUTT6bnacmvOTKXZjR/HycibdWzNpfbrbLDIs=",
   738        version = "v1.3.5",
   739    )
   740
   741    go_repository(
   742        name = "com_github_aws_aws_sdk_go_v2_service_internal_presigned_url",
   743        build_file_proto_mode = "disable_global",
   744        importpath = "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
   745        sum = "h1:b+E7zIUHMmcB4Dckjpkapoy47W6C9QBv/zoUP+Hn8Kc=",
   746        version = "v1.11.6",
   747    )
   748    go_repository(
   749        name = "com_github_aws_aws_sdk_go_v2_service_internal_s3shared",
   750        build_file_proto_mode = "disable_global",
   751        importpath = "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
   752        sum = "h1:4t+QEX7BsXz98W8W1lNvMAG+NX8qHz2CjLBxQKku40g=",
   753        version = "v1.17.3",
   754    )
   755    go_repository(
   756        name = "com_github_aws_aws_sdk_go_v2_service_kms",
   757        build_file_proto_mode = "disable_global",
   758        importpath = "github.com/aws/aws-sdk-go-v2/service/kms",
   759        sum = "h1:yS0JkEdV6h9JOo8sy2JSpjX+i7vsKifU8SIeHrqiDhU=",
   760        version = "v1.30.0",
   761    )
   762
   763    go_repository(
   764        name = "com_github_aws_aws_sdk_go_v2_service_s3",
   765        build_file_proto_mode = "disable_global",
   766        importpath = "github.com/aws/aws-sdk-go-v2/service/s3",
   767        sum = "h1:lW5xUzOPGAMY7HPuNF4FdyBwRc3UJ/e8KsapbesVeNU=",
   768        version = "v1.51.4",
   769    )
   770    go_repository(
   771        name = "com_github_aws_aws_sdk_go_v2_service_sso",
   772        build_file_proto_mode = "disable_global",
   773        importpath = "github.com/aws/aws-sdk-go-v2/service/sso",
   774        sum = "h1:mnbuWHOcM70/OFUlZZ5rcdfA8PflGXXiefU/O+1S3+8=",
   775        version = "v1.20.3",
   776    )
   777    go_repository(
   778        name = "com_github_aws_aws_sdk_go_v2_service_ssooidc",
   779        build_file_proto_mode = "disable_global",
   780        importpath = "github.com/aws/aws-sdk-go-v2/service/ssooidc",
   781        sum = "h1:uLq0BKatTmDzWa/Nu4WO0M1AaQDaPpwTKAeByEc6WFM=",
   782        version = "v1.23.3",
   783    )
   784
   785    go_repository(
   786        name = "com_github_aws_aws_sdk_go_v2_service_sts",
   787        build_file_proto_mode = "disable_global",
   788        importpath = "github.com/aws/aws-sdk-go-v2/service/sts",
   789        sum = "h1:J/PpTf/hllOjx8Xu9DMflff3FajfLxqM5+tepvVXmxg=",
   790        version = "v1.28.5",
   791    )
   792    go_repository(
   793        name = "com_github_aws_aws_xray_sdk_go",
   794        build_file_proto_mode = "disable_global",
   795        importpath = "github.com/aws/aws-xray-sdk-go",
   796        sum = "h1:3mtFCrgFR5IefmWFV5pscHp9TTyOWuqaIKJIY0d1Y4g=",
   797        version = "v0.9.4",
   798    )
   799    go_repository(
   800        name = "com_github_aws_smithy_go",
   801        build_file_proto_mode = "disable_global",
   802        importpath = "github.com/aws/smithy-go",
   803        sum = "h1:4SZlSlMr36UEqC7XOyRVb27XMeZubNcBNN+9IgEPIQw=",
   804        version = "v1.20.1",
   805    )
   806    go_repository(
   807        name = "com_github_awslabs_amazon_ecr_credential_helper_ecr_login",
   808        build_file_proto_mode = "disable_global",
   809        importpath = "github.com/awslabs/amazon-ecr-credential-helper/ecr-login",
   810        sum = "h1:SoFYaT9UyGkR0+nogNyD/Lj+bsixB+SNuAS4ABlEs6M=",
   811        version = "v0.0.0-20231024185945-8841054dbdb8",
   812    )
   813
   814    go_repository(
   815        name = "com_github_aymanbagabas_go_osc52_v2",
   816        build_file_proto_mode = "disable_global",
   817        importpath = "github.com/aymanbagabas/go-osc52/v2",
   818        sum = "h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=",
   819        version = "v2.0.1",
   820    )
   821    go_repository(
   822        name = "com_github_aymerick_douceur",
   823        build_file_proto_mode = "disable_global",
   824        importpath = "github.com/aymerick/douceur",
   825        sum = "h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=",
   826        version = "v0.2.0",
   827    )
   828
   829    go_repository(
   830        name = "com_github_azure_azure_pipeline_go",
   831        build_file_proto_mode = "disable_global",
   832        importpath = "github.com/Azure/azure-pipeline-go",
   833        sum = "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=",
   834        version = "v0.2.3",
   835    )
   836    go_repository(
   837        name = "com_github_azure_azure_sdk_for_go",
   838        build_file_proto_mode = "disable_global",
   839        importpath = "github.com/Azure/azure-sdk-for-go",
   840        sum = "h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU=",
   841        version = "v68.0.0+incompatible",
   842    )
   843    go_repository(
   844        name = "com_github_azure_azure_sdk_for_go_sdk_azcore",
   845        build_file_proto_mode = "disable_global",
   846        importpath = "github.com/Azure/azure-sdk-for-go/sdk/azcore",
   847        sum = "h1:E+OJmp2tPvt1W+amx48v1eqbjDYsgN+RzP4q16yV5eM=",
   848        version = "v1.11.1",
   849    )
   850    go_repository(
   851        name = "com_github_azure_azure_sdk_for_go_sdk_azidentity",
   852        build_file_proto_mode = "disable_global",
   853        importpath = "github.com/Azure/azure-sdk-for-go/sdk/azidentity",
   854        sum = "h1:FDif4R1+UUR+00q6wquyX90K7A8dN+R5E8GEadoP7sU=",
   855        version = "v1.5.2",
   856    )
   857    go_repository(
   858        name = "com_github_azure_azure_sdk_for_go_sdk_internal",
   859        build_file_proto_mode = "disable_global",
   860        importpath = "github.com/Azure/azure-sdk-for-go/sdk/internal",
   861        sum = "h1:LqbJ/WzJUwBf8UiaSzgX7aMclParm9/5Vgp+TY51uBQ=",
   862        version = "v1.5.2",
   863    )
   864    go_repository(
   865        name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_dns_armdns",
   866        build_file_proto_mode = "disable_global",
   867        importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns",
   868        sum = "h1:lpOxwrQ919lCZoNCd69rVt8u1eLZuMORrGXqy8sNf3c=",
   869        version = "v1.2.0",
   870    )
   871    go_repository(
   872        name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_azkeys",
   873        build_file_proto_mode = "disable_global",
   874        importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys",
   875        sum = "h1:DRiANoJTiW6obBQe3SqZizkuV1PEgfiiGivmVocDy64=",
   876        version = "v1.1.0",
   877    )
   878    go_repository(
   879        name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_internal",
   880        build_file_proto_mode = "disable_global",
   881        importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal",
   882        sum = "h1:D3occbWoio4EBLkbkevetNMAVX197GkzbUMtqjGWn80=",
   883        version = "v1.0.0",
   884    )
   885
   886    go_repository(
   887        name = "com_github_azure_azure_storage_blob_go",
   888        build_file_proto_mode = "disable_global",
   889        importpath = "github.com/Azure/azure-storage-blob-go",
   890        sum = "h1:1BCg74AmVdYwO3dlKwtFU1V0wU2PZdREkXvAmZJRUlM=",
   891        version = "v0.14.0",
   892    )
   893    go_repository(
   894        name = "com_github_azure_go_ansiterm",
   895        build_file_proto_mode = "disable_global",
   896        importpath = "github.com/Azure/go-ansiterm",
   897        sum = "h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=",
   898        version = "v0.0.0-20230124172434-306776ec8161",
   899    )
   900    go_repository(
   901        name = "com_github_azure_go_autorest",
   902        build_file_proto_mode = "disable_global",
   903        importpath = "github.com/Azure/go-autorest",
   904        sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
   905        version = "v14.2.0+incompatible",
   906    )
   907    go_repository(
   908        name = "com_github_azure_go_autorest_autorest",
   909        build_file_proto_mode = "disable_global",
   910        importpath = "github.com/Azure/go-autorest/autorest",
   911        sum = "h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw=",
   912        version = "v0.11.29",
   913    )
   914    go_repository(
   915        name = "com_github_azure_go_autorest_autorest_adal",
   916        build_file_proto_mode = "disable_global",
   917        importpath = "github.com/Azure/go-autorest/autorest/adal",
   918        sum = "h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8=",
   919        version = "v0.9.23",
   920    )
   921    go_repository(
   922        name = "com_github_azure_go_autorest_autorest_azure_auth",
   923        build_file_proto_mode = "disable_global",
   924        importpath = "github.com/Azure/go-autorest/autorest/azure/auth",
   925        sum = "h1:wkAZRgT/pn8HhFyzfe9UnqOjJYqlembgCTi72Bm/xKk=",
   926        version = "v0.5.12",
   927    )
   928    go_repository(
   929        name = "com_github_azure_go_autorest_autorest_azure_cli",
   930        build_file_proto_mode = "disable_global",
   931        importpath = "github.com/Azure/go-autorest/autorest/azure/cli",
   932        sum = "h1:w77/uPk80ZET2F+AfQExZyEWtn+0Rk/uw17m9fv5Ajc=",
   933        version = "v0.4.6",
   934    )
   935    go_repository(
   936        name = "com_github_azure_go_autorest_autorest_date",
   937        build_file_proto_mode = "disable_global",
   938        importpath = "github.com/Azure/go-autorest/autorest/date",
   939        sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
   940        version = "v0.3.0",
   941    )
   942    go_repository(
   943        name = "com_github_azure_go_autorest_autorest_mocks",
   944        build_file_proto_mode = "disable_global",
   945        importpath = "github.com/Azure/go-autorest/autorest/mocks",
   946        sum = "h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw=",
   947        version = "v0.4.2",
   948    )
   949    go_repository(
   950        name = "com_github_azure_go_autorest_autorest_to",
   951        build_file_proto_mode = "disable_global",
   952        importpath = "github.com/Azure/go-autorest/autorest/to",
   953        sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=",
   954        version = "v0.4.0",
   955    )
   956    go_repository(
   957        name = "com_github_azure_go_autorest_autorest_validation",
   958        build_file_proto_mode = "disable_global",
   959        importpath = "github.com/Azure/go-autorest/autorest/validation",
   960        sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=",
   961        version = "v0.3.1",
   962    )
   963    go_repository(
   964        name = "com_github_azure_go_autorest_logger",
   965        build_file_proto_mode = "disable_global",
   966        importpath = "github.com/Azure/go-autorest/logger",
   967        sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=",
   968        version = "v0.2.1",
   969    )
   970    go_repository(
   971        name = "com_github_azure_go_autorest_tracing",
   972        build_file_proto_mode = "disable_global",
   973        importpath = "github.com/Azure/go-autorest/tracing",
   974        sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
   975        version = "v0.6.0",
   976    )
   977    go_repository(
   978        name = "com_github_azure_go_ntlmssp",
   979        build_file_proto_mode = "disable_global",
   980        importpath = "github.com/Azure/go-ntlmssp",
   981        sum = "h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=",
   982        version = "v0.0.0-20221128193559-754e69321358",
   983    )
   984    go_repository(
   985        name = "com_github_azuread_microsoft_authentication_library_for_go",
   986        build_file_proto_mode = "disable_global",
   987        importpath = "github.com/AzureAD/microsoft-authentication-library-for-go",
   988        sum = "h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU=",
   989        version = "v1.2.2",
   990    )
   991    go_repository(
   992        name = "com_github_bazelbuild_bazel_gazelle",
   993        build_file_proto_mode = "disable_global",
   994        importpath = "github.com/bazelbuild/bazel-gazelle",
   995        sum = "h1:n41ODckCkU9D2BEwBxYN+xu5E92Vd0gaW6QmsIW9l00=",
   996        version = "v0.36.0",
   997    )
   998    go_repository(
   999        name = "com_github_bazelbuild_buildtools",
  1000        build_file_generation = "on",
  1001        build_file_proto_mode = "disable_global",
  1002        importpath = "github.com/bazelbuild/buildtools",
  1003        #        patch_args = ["-p1"],  # keep
  1004        #        patches = ["//hack/patches/bazel:buildtools.patch"],  # keep
  1005        sum = "h1:VNqmvOfFzn2Hrtoni8vqgXlIQ4C2Zt22fxeZ9gOOkp0=",
  1006        version = "v0.0.0-20240313121412-66c605173954",
  1007    )
  1008    go_repository(
  1009        name = "com_github_bazelbuild_rules_go",
  1010        build_file_proto_mode = "disable_global",
  1011        importpath = "github.com/bazelbuild/rules_go",
  1012        sum = "h1:CTefzjN/D3Cdn3rkrM6qMWuQj59OBcuOjyIp3m4hZ7s=",
  1013        version = "v0.46.0",
  1014    )
  1015    go_repository(
  1016        name = "com_github_beevik_etree",
  1017        build_file_proto_mode = "disable_global",
  1018        importpath = "github.com/beevik/etree",
  1019        sum = "h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=",
  1020        version = "v1.1.0",
  1021    )
  1022    go_repository(
  1023        name = "com_github_beevik_ntp",
  1024        build_file_proto_mode = "disable_global",
  1025        importpath = "github.com/beevik/ntp",
  1026        sum = "h1:Y/srlT8L1yQr58kyPWFPZIxRL8ttx2SRIpVYJqZIlAM=",
  1027        version = "v1.3.1",
  1028    )
  1029
  1030    go_repository(
  1031        name = "com_github_benbjohnson_clock",
  1032        build_file_proto_mode = "disable_global",
  1033        importpath = "github.com/benbjohnson/clock",
  1034        sum = "h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=",
  1035        version = "v1.3.0",
  1036    )
  1037    go_repository(
  1038        name = "com_github_benbjohnson_immutable",
  1039        build_file_proto_mode = "disable_global",
  1040        importpath = "github.com/benbjohnson/immutable",
  1041        sum = "h1:GYHcksoJ9K6HyAUpGxwZURrbTkXA0Dh4otXGqbhdrjA=",
  1042        version = "v0.4.3",
  1043    )
  1044
  1045    go_repository(
  1046        name = "com_github_beorn7_perks",
  1047        build_file_proto_mode = "disable_global",
  1048        importpath = "github.com/beorn7/perks",
  1049        sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
  1050        version = "v1.0.1",
  1051    )
  1052    go_repository(
  1053        name = "com_github_bgentry_go_netrc",
  1054        build_file_proto_mode = "disable_global",
  1055        importpath = "github.com/bgentry/go-netrc",
  1056        sum = "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=",
  1057        version = "v0.0.0-20140422174119-9fd32a8b3d3d",
  1058    )
  1059    go_repository(
  1060        name = "com_github_bgentry_speakeasy",
  1061        build_file_proto_mode = "disable_global",
  1062        importpath = "github.com/bgentry/speakeasy",
  1063        sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
  1064        version = "v0.1.0",
  1065    )
  1066    go_repository(
  1067        name = "com_github_bitly_go_hostpool",
  1068        build_file_proto_mode = "disable_global",
  1069        importpath = "github.com/bitly/go-hostpool",
  1070        sum = "h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY=",
  1071        version = "v0.0.0-20171023180738-a3a6125de932",
  1072    )
  1073    go_repository(
  1074        name = "com_github_bitly_go_simplejson",
  1075        build_file_proto_mode = "disable_global",
  1076        importpath = "github.com/bitly/go-simplejson",
  1077        sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=",
  1078        version = "v0.5.0",
  1079    )
  1080    go_repository(
  1081        name = "com_github_bits_and_blooms_bitset",
  1082        build_file_proto_mode = "disable_global",
  1083        importpath = "github.com/bits-and-blooms/bitset",
  1084        sum = "h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=",
  1085        version = "v1.2.0",
  1086    )
  1087    go_repository(
  1088        name = "com_github_bkaradzic_go_lz4",
  1089        build_file_proto_mode = "disable_global",
  1090        importpath = "github.com/bkaradzic/go-lz4",
  1091        sum = "h1:RXc4wYsyz985CkXXeX04y4VnZFGG8Rd43pRaHsOXAKk=",
  1092        version = "v1.0.0",
  1093    )
  1094    go_repository(
  1095        name = "com_github_bketelsen_crypt",
  1096        build_file_proto_mode = "disable_global",
  1097        importpath = "github.com/bketelsen/crypt",
  1098        sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=",
  1099        version = "v0.0.3-0.20200106085610-5cbc8cc4026c",
  1100    )
  1101    go_repository(
  1102        name = "com_github_blang_semver",
  1103        build_file_proto_mode = "disable_global",
  1104        importpath = "github.com/blang/semver",
  1105        sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=",
  1106        version = "v3.5.1+incompatible",
  1107    )
  1108    go_repository(
  1109        name = "com_github_blang_semver_v4",
  1110        build_file_proto_mode = "disable_global",
  1111        importpath = "github.com/blang/semver/v4",
  1112        sum = "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=",
  1113        version = "v4.0.0",
  1114    )
  1115    go_repository(
  1116        name = "com_github_bluekeyes_hatpear",
  1117        build_file_proto_mode = "disable_global",
  1118        importpath = "github.com/bluekeyes/hatpear",
  1119        sum = "h1:FA5diKynoYJi6YVTJPEDbe4MG6eA8h+7LYHUlm8bppc=",
  1120        version = "v0.1.1",
  1121    )
  1122    go_repository(
  1123        name = "com_github_bmatcuk_doublestar_v2",
  1124        build_file_proto_mode = "disable_global",
  1125        importpath = "github.com/bmatcuk/doublestar/v2",
  1126        sum = "h1:D6SI8MzWzXXBXZFS87cFL6s/n307lEU+thM2SUnge3g=",
  1127        version = "v2.0.3",
  1128    )
  1129    go_repository(
  1130        name = "com_github_bmatcuk_doublestar_v4",
  1131        build_file_proto_mode = "disable_global",
  1132        importpath = "github.com/bmatcuk/doublestar/v4",
  1133        sum = "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=",
  1134        version = "v4.6.1",
  1135    )
  1136    go_repository(
  1137        name = "com_github_bmizerany_assert",
  1138        build_file_proto_mode = "disable_global",
  1139        importpath = "github.com/bmizerany/assert",
  1140        sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=",
  1141        version = "v0.0.0-20160611221934-b7ed37b82869",
  1142    )
  1143    go_repository(
  1144        name = "com_github_boj_redistore",
  1145        build_file_proto_mode = "disable_global",
  1146        importpath = "github.com/boj/redistore",
  1147        sum = "h1:RmdPFa+slIr4SCBg4st/l/vZWVe9QJKMXGO60Bxbe04=",
  1148        version = "v0.0.0-20180917114910-cd5dcc76aeff",
  1149    )
  1150    go_repository(
  1151        name = "com_github_bombsimon_logrusr_v4",
  1152        build_file_proto_mode = "disable_global",
  1153        importpath = "github.com/bombsimon/logrusr/v4",
  1154        sum = "h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=",
  1155        version = "v4.1.0",
  1156    )
  1157
  1158    go_repository(
  1159        name = "com_github_boombuler_barcode",
  1160        build_file_proto_mode = "disable_global",
  1161        importpath = "github.com/boombuler/barcode",
  1162        sum = "h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs=",
  1163        version = "v1.0.1",
  1164    )
  1165    go_repository(
  1166        name = "com_github_bos_hieu_mongostore",
  1167        build_file_proto_mode = "disable_global",
  1168        importpath = "github.com/bos-hieu/mongostore",
  1169        sum = "h1:RS2CLzHoRmI/6Cz+sldlva9lJxICHS6odDOGpoFgbUE=",
  1170        version = "v0.0.2",
  1171    )
  1172    go_repository(
  1173        name = "com_github_bradfitz_gomemcache",
  1174        build_file_proto_mode = "disable_global",
  1175        importpath = "github.com/bradfitz/gomemcache",
  1176        sum = "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=",
  1177        version = "v0.0.0-20190913173617-a41fca850d0b",
  1178    )
  1179    go_repository(
  1180        name = "com_github_bradleyfalzon_ghinstallation_v2",
  1181        build_file_proto_mode = "disable_global",
  1182        importpath = "github.com/bradleyfalzon/ghinstallation/v2",
  1183        sum = "h1:5+NghM1Zred9Z078QEZtm28G/kfDfZN/92gkDlLwGVA=",
  1184        version = "v2.1.0",
  1185    )
  1186    go_repository(
  1187        name = "com_github_bradleypeabody_gorilla_sessions_memcache",
  1188        build_file_proto_mode = "disable_global",
  1189        importpath = "github.com/bradleypeabody/gorilla-sessions-memcache",
  1190        sum = "h1:4QHxgr7hM4gVD8uOwrk8T1fjkKRLwaLjmTkU0ibhZKU=",
  1191        version = "v0.0.0-20181103040241-659414f458e1",
  1192    )
  1193    go_repository(
  1194        name = "com_github_briandowns_spinner",
  1195        build_file_proto_mode = "disable_global",
  1196        importpath = "github.com/briandowns/spinner",
  1197        sum = "h1:Dmz6bJXocvwkw7BOz4jpyVZReGrkjs+fBDWKn5tBES4=",
  1198        version = "v0.0.0-20190212173954-5cf08d0ac778",
  1199    )
  1200    go_repository(
  1201        name = "com_github_bshuster_repo_logrus_logstash_hook",
  1202        build_file_proto_mode = "disable_global",
  1203        importpath = "github.com/bshuster-repo/logrus-logstash-hook",
  1204        sum = "h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70=",
  1205        version = "v1.0.0",
  1206    )
  1207    go_repository(
  1208        name = "com_github_bufbuild_protocompile",
  1209        build_file_proto_mode = "disable_global",
  1210        importpath = "github.com/bufbuild/protocompile",
  1211        sum = "h1:Uu7WiSQ6Yj9DbkdnOe7U4mNKp58y9WDMKDn28/ZlunY=",
  1212        version = "v0.6.0",
  1213    )
  1214
  1215    go_repository(
  1216        name = "com_github_buger_jsonparser",
  1217        build_file_proto_mode = "disable_global",
  1218        importpath = "github.com/buger/jsonparser",
  1219        sum = "h1:y853v6rXx+zefEcjET3JuKAqvhj+FKflQijjeaSv2iA=",
  1220        version = "v0.0.0-20180808090653-f4dd9f5a6b44",
  1221    )
  1222    go_repository(
  1223        name = "com_github_bugsnag_bugsnag_go",
  1224        build_file_proto_mode = "disable_global",
  1225        importpath = "github.com/bugsnag/bugsnag-go",
  1226        sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=",
  1227        version = "v0.0.0-20141110184014-b1d153021fcd",
  1228    )
  1229    go_repository(
  1230        name = "com_github_bugsnag_osext",
  1231        build_file_proto_mode = "disable_global",
  1232        importpath = "github.com/bugsnag/osext",
  1233        sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=",
  1234        version = "v0.0.0-20130617224835-0dd3f918b21b",
  1235    )
  1236    go_repository(
  1237        name = "com_github_bugsnag_panicwrap",
  1238        build_file_proto_mode = "disable_global",
  1239        importpath = "github.com/bugsnag/panicwrap",
  1240        sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=",
  1241        version = "v0.0.0-20151223152923-e2c28503fcd0",
  1242    )
  1243    go_repository(
  1244        name = "com_github_buildkite_agent_v3",
  1245        build_file_proto_mode = "disable_global",
  1246        importpath = "github.com/buildkite/agent/v3",
  1247        sum = "h1:yvzSjI8Lgifw883I8m9u8/L/Thxt4cLFd5aWPn3gg70=",
  1248        version = "v3.62.0",
  1249    )
  1250    go_repository(
  1251        name = "com_github_buildkite_go_pipeline",
  1252        build_file_proto_mode = "disable_global",
  1253        importpath = "github.com/buildkite/go-pipeline",
  1254        sum = "h1:SW4EaXNwfjow7xDRPGgX0Rcx+dPj5C1kV9LKCLjWGtM=",
  1255        version = "v0.3.2",
  1256    )
  1257    go_repository(
  1258        name = "com_github_buildkite_interpolate",
  1259        build_file_proto_mode = "disable_global",
  1260        importpath = "github.com/buildkite/interpolate",
  1261        sum = "h1:k6UDF1uPYOs0iy1HPeotNa155qXRWrzKnqAaGXHLZCE=",
  1262        version = "v0.0.0-20200526001904-07f35b4ae251",
  1263    )
  1264
  1265    go_repository(
  1266        name = "com_github_burntsushi_toml",
  1267        build_file_proto_mode = "disable_global",
  1268        importpath = "github.com/BurntSushi/toml",
  1269        sum = "h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=",
  1270        version = "v1.3.2",
  1271    )
  1272    go_repository(
  1273        name = "com_github_burntsushi_xgb",
  1274        build_file_proto_mode = "disable_global",
  1275        importpath = "github.com/BurntSushi/xgb",
  1276        sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=",
  1277        version = "v0.0.0-20160522181843-27f122750802",
  1278    )
  1279
  1280    go_repository(
  1281        name = "com_github_bwesterb_go_ristretto",
  1282        build_file_proto_mode = "disable_global",
  1283        importpath = "github.com/bwesterb/go-ristretto",
  1284        sum = "h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/JMzngw=",
  1285        version = "v1.2.3",
  1286    )
  1287
  1288    go_repository(
  1289        name = "com_github_bytedance_sonic",
  1290        build_file_proto_mode = "disable_global",
  1291        importpath = "github.com/bytedance/sonic",
  1292        sum = "h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=",
  1293        version = "v1.11.6",
  1294    )
  1295    go_repository(
  1296        name = "com_github_bytedance_sonic_loader",
  1297        build_file_proto_mode = "disable_global",
  1298        importpath = "github.com/bytedance/sonic/loader",
  1299        sum = "h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=",
  1300        version = "v0.1.1",
  1301    )
  1302
  1303    go_repository(
  1304        name = "com_github_c_bata_go_prompt",
  1305        build_file_proto_mode = "disable_global",
  1306        importpath = "github.com/c-bata/go-prompt",
  1307        sum = "h1:POP+nrHE+DfLYx370bedwNhsqmpCUynWPxuHi0C5vZI=",
  1308        version = "v0.2.6",
  1309    )
  1310    go_repository(
  1311        name = "com_github_campoy_embedmd",
  1312        build_file_proto_mode = "disable_global",
  1313        importpath = "github.com/campoy/embedmd",
  1314        sum = "h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=",
  1315        version = "v1.0.0",
  1316    )
  1317    go_repository(
  1318        name = "com_github_casbin_casbin_v2",
  1319        build_file_proto_mode = "disable_global",
  1320        importpath = "github.com/casbin/casbin/v2",
  1321        sum = "h1:/poEwPSovi4bTOcP752/CsTQiRz2xycyVKFG7GUhbDw=",
  1322        version = "v2.37.0",
  1323    )
  1324
  1325    go_repository(
  1326        name = "com_github_cavaliercoder_badio",
  1327        build_file_proto_mode = "disable_global",
  1328        importpath = "github.com/cavaliercoder/badio",
  1329        sum = "h1:YYUjy5BRwO5zPtfk+aa2gw255FIIoi93zMmuy19o0bc=",
  1330        version = "v0.0.0-20160213150051-ce5280129e9e",
  1331    )
  1332    go_repository(
  1333        name = "com_github_cavaliercoder_go_rpm",
  1334        build_file_proto_mode = "disable_global",
  1335        importpath = "github.com/cavaliercoder/go-rpm",
  1336        sum = "h1:jP7ki8Tzx9ThnFPLDhBYAhEpI2+jOURnHQNURgsMvnY=",
  1337        version = "v0.0.0-20200122174316-8cb9fd9c31a8",
  1338    )
  1339    go_repository(
  1340        name = "com_github_cavaliergopher_cpio",
  1341        build_file_proto_mode = "disable_global",
  1342        importpath = "github.com/cavaliergopher/cpio",
  1343        sum = "h1:KQFSeKmZhv0cr+kawA3a0xTQCU4QxXF1vhU7P7av2KM=",
  1344        version = "v1.0.1",
  1345    )
  1346
  1347    go_repository(
  1348        name = "com_github_cenkalti_backoff",
  1349        build_file_proto_mode = "disable_global",
  1350        importpath = "github.com/cenkalti/backoff",
  1351        sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=",
  1352        version = "v2.2.1+incompatible",
  1353    )
  1354    go_repository(
  1355        name = "com_github_cenkalti_backoff_v3",
  1356        build_file_proto_mode = "disable_global",
  1357        importpath = "github.com/cenkalti/backoff/v3",
  1358        sum = "h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M=",
  1359        version = "v3.2.2",
  1360    )
  1361    go_repository(
  1362        name = "com_github_cenkalti_backoff_v4",
  1363        build_file_proto_mode = "disable_global",
  1364        importpath = "github.com/cenkalti/backoff/v4",
  1365        sum = "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=",
  1366        version = "v4.2.1",
  1367    )
  1368    go_repository(
  1369        name = "com_github_census_instrumentation_opencensus_proto",
  1370        build_file_proto_mode = "disable_global",
  1371        importpath = "github.com/census-instrumentation/opencensus-proto",
  1372        replace = "github.com/census-instrumentation/opencensus-proto",
  1373        sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=",
  1374        version = "v0.2.1",
  1375    )
  1376    go_repository(
  1377        name = "com_github_cert_manager_cert_manager",
  1378        build_file_proto_mode = "disable_global",
  1379        importpath = "github.com/cert-manager/cert-manager",
  1380        sum = "h1:uuM1O2g2S80nxiH3eW2cZYMGiL2zmDFVdAzg8sibWuc=",
  1381        version = "v1.14.5",
  1382    )
  1383    go_repository(
  1384        name = "com_github_cert_manager_issuer_lib",
  1385        build_directives = [
  1386            "gazelle:resolve go go github.com/cert-manager/issuer-lib/conditions @com_github_cert_manager_issuer_lib//conditions:conditions",
  1387        ],  # keep. gazelle is incorrectly generating //conditions:conditions as the label for this import
  1388        build_file_proto_mode = "disable_global",
  1389        importpath = "github.com/cert-manager/issuer-lib",
  1390        sum = "h1:1Fo13ljnYbs2tR4pyRjFbeF1CGcWHTXYQbWRLIGlGrE=",
  1391        version = "v0.7.0",
  1392    )
  1393
  1394    go_repository(
  1395        name = "com_github_cespare_xxhash",
  1396        build_file_proto_mode = "disable_global",
  1397        importpath = "github.com/cespare/xxhash",
  1398        sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
  1399        version = "v1.1.0",
  1400    )
  1401    go_repository(
  1402        name = "com_github_cespare_xxhash_v2",
  1403        build_file_proto_mode = "disable_global",
  1404        importpath = "github.com/cespare/xxhash/v2",
  1405        sum = "h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=",
  1406        version = "v2.3.0",
  1407    )
  1408    go_repository(
  1409        name = "com_github_chai2010_gettext_go",
  1410        build_file_proto_mode = "disable_global",
  1411        importpath = "github.com/chai2010/gettext-go",
  1412        sum = "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=",
  1413        version = "v1.0.2",
  1414    )
  1415    go_repository(
  1416        name = "com_github_charmbracelet_bubbles",
  1417        build_file_proto_mode = "disable_global",
  1418        importpath = "github.com/charmbracelet/bubbles",
  1419        sum = "h1:PYv1A036luoBGroX6VWjQIE9Syf2Wby2oOl/39KLfy0=",
  1420        version = "v0.18.0",
  1421    )
  1422    go_repository(
  1423        name = "com_github_charmbracelet_bubbletea",
  1424        build_file_proto_mode = "disable_global",
  1425        importpath = "github.com/charmbracelet/bubbletea",
  1426        sum = "h1:bAfwk7jRz7FKFl9RzlIULPkStffg5k6pNt5dywy4TcM=",
  1427        version = "v0.25.0",
  1428    )
  1429    go_repository(
  1430        name = "com_github_charmbracelet_glamour",
  1431        build_file_proto_mode = "disable_global",
  1432        importpath = "github.com/charmbracelet/glamour",
  1433        sum = "h1:2BtKGZ4iVJCDfMF229EzbeR1QRKLWztO9dMtjmqZSng=",
  1434        version = "v0.7.0",
  1435    )
  1436
  1437    go_repository(
  1438        name = "com_github_charmbracelet_lipgloss",
  1439        build_file_proto_mode = "disable_global",
  1440        importpath = "github.com/charmbracelet/lipgloss",
  1441        sum = "h1:0FwZb0wTiyalb8QQlILWyIuh3nF5wok6j9D9oUQwfQY=",
  1442        version = "v0.10.1-0.20240413172830-d0be07ea6b9c",
  1443    )
  1444    go_repository(
  1445        name = "com_github_charmbracelet_x_exp_term",
  1446        build_file_proto_mode = "disable_global",
  1447        importpath = "github.com/charmbracelet/x/exp/term",
  1448        sum = "h1:1BXkZqDueTOBECyDoFGRi0xMYgjJ6vvoPIkWyKOwzTc=",
  1449        version = "v0.0.0-20240425164147-ba2a9512b05f",
  1450    )
  1451
  1452    go_repository(
  1453        name = "com_github_checkpoint_restore_go_criu_v4",
  1454        build_file_proto_mode = "disable_global",
  1455        importpath = "github.com/checkpoint-restore/go-criu/v4",
  1456        sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
  1457        version = "v4.1.0",
  1458    )
  1459
  1460    go_repository(
  1461        name = "com_github_checkpoint_restore_go_criu_v5",
  1462        build_file_proto_mode = "disable_global",
  1463        importpath = "github.com/checkpoint-restore/go-criu/v5",
  1464        sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=",
  1465        version = "v5.3.0",
  1466    )
  1467    go_repository(
  1468        name = "com_github_cheggaaa_pb",
  1469        build_file_proto_mode = "disable_global",
  1470        importpath = "github.com/cheggaaa/pb",
  1471        sum = "h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=",
  1472        version = "v1.0.29",
  1473    )
  1474    go_repository(
  1475        name = "com_github_chenzhuoyu_base64x",
  1476        build_file_proto_mode = "disable_global",
  1477        importpath = "github.com/chenzhuoyu/base64x",
  1478        sum = "h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams=",
  1479        version = "v0.0.0-20221115062448-fe3a3abad311",
  1480    )
  1481    go_repository(
  1482        name = "com_github_chrismellard_docker_credential_acr_env",
  1483        build_file_proto_mode = "disable_global",
  1484        importpath = "github.com/chrismellard/docker-credential-acr-env",
  1485        sum = "h1:krfRl01rzPzxSxyLyrChD+U+MzsBXbm0OwYYB67uF+4=",
  1486        version = "v0.0.0-20230304212654-82a0ddb27589",
  1487    )
  1488
  1489    go_repository(
  1490        name = "com_github_chromedp_cdproto",
  1491        build_file_proto_mode = "disable_global",
  1492        importpath = "github.com/chromedp/cdproto",
  1493        sum = "h1:aPflPkRFkVwbW6dmcVqfgwp1i+UWGFH6VgR1Jim5Ygc=",
  1494        version = "v0.0.0-20230802225258-3cf4e6d46a89",
  1495    )
  1496    go_repository(
  1497        name = "com_github_chromedp_chromedp",
  1498        build_file_proto_mode = "disable_global",
  1499        importpath = "github.com/chromedp/chromedp",
  1500        sum = "h1:dKtNz4kApb06KuSXoTQIyUC2TrA0fhGDwNZf3bcgfKw=",
  1501        version = "v0.9.2",
  1502    )
  1503    go_repository(
  1504        name = "com_github_chromedp_sysutil",
  1505        build_file_proto_mode = "disable_global",
  1506        importpath = "github.com/chromedp/sysutil",
  1507        sum = "h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic=",
  1508        version = "v1.0.0",
  1509    )
  1510    go_repository(
  1511        name = "com_github_chzyer_logex",
  1512        build_file_proto_mode = "disable_global",
  1513        importpath = "github.com/chzyer/logex",
  1514        sum = "h1:XHDu3E6q+gdHgsdTPH6ImJMIp436vR6MPtH8gP05QzM=",
  1515        version = "v1.2.1",
  1516    )
  1517    go_repository(
  1518        name = "com_github_chzyer_readline",
  1519        build_file_proto_mode = "disable_global",
  1520        importpath = "github.com/chzyer/readline",
  1521        sum = "h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI=",
  1522        version = "v1.5.1",
  1523    )
  1524    go_repository(
  1525        name = "com_github_chzyer_test",
  1526        build_file_proto_mode = "disable_global",
  1527        importpath = "github.com/chzyer/test",
  1528        sum = "h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04=",
  1529        version = "v1.0.0",
  1530    )
  1531    go_repository(
  1532        name = "com_github_cihub_seelog",
  1533        build_file_proto_mode = "disable_global",
  1534        importpath = "github.com/cihub/seelog",
  1535        sum = "h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs=",
  1536        version = "v0.0.0-20170130134532-f561c5e57575",
  1537    )
  1538    go_repository(
  1539        name = "com_github_cilium_ebpf",
  1540        build_file_proto_mode = "disable_global",
  1541        importpath = "github.com/cilium/ebpf",
  1542        sum = "h1:64sn2K3UKw8NbP/blsixRpF3nXuyhz/VjRlRzvlBRu4=",
  1543        version = "v0.9.1",
  1544    )
  1545    go_repository(
  1546        name = "com_github_clarketm_json",
  1547        build_file_proto_mode = "disable_global",
  1548        importpath = "github.com/clarketm/json",
  1549        sum = "h1:zWsOtfj736/nP76KiS0HpcyO6W50ojEodx7T4LW4NMc=",
  1550        version = "v1.15.7",
  1551    )
  1552    go_repository(
  1553        name = "com_github_clbanning_mxj",
  1554        build_file_proto_mode = "disable_global",
  1555        importpath = "github.com/clbanning/mxj",
  1556        sum = "h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=",
  1557        version = "v1.8.4",
  1558    )
  1559
  1560    go_repository(
  1561        name = "com_github_clbanning_mxj_v2",
  1562        build_file_proto_mode = "disable_global",
  1563        importpath = "github.com/clbanning/mxj/v2",
  1564        sum = "h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=",
  1565        version = "v2.7.0",
  1566    )
  1567    go_repository(
  1568        name = "com_github_cli_browser",
  1569        build_file_proto_mode = "disable_global",
  1570        importpath = "github.com/cli/browser",
  1571        sum = "h1:LejqCrpWr+1pRqmEPDGnTZOjsMe7sehifLynZJuqJpo=",
  1572        version = "v1.3.0",
  1573    )
  1574    go_repository(
  1575        name = "com_github_cli_go_gh_v2",
  1576        build_file_proto_mode = "disable_global",
  1577        importpath = "github.com/cli/go-gh/v2",
  1578        sum = "h1:amAyfqMWQTBdue8iTmDUegGZK7c8kk6WCxD9l/wLtGI=",
  1579        version = "v2.11.1",
  1580    )
  1581    go_repository(
  1582        name = "com_github_cli_safeexec",
  1583        build_file_proto_mode = "disable_global",
  1584        importpath = "github.com/cli/safeexec",
  1585        sum = "h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI=",
  1586        version = "v1.0.0",
  1587    )
  1588    go_repository(
  1589        name = "com_github_cli_shurcool_graphql",
  1590        build_file_proto_mode = "disable_global",
  1591        importpath = "github.com/cli/shurcooL-graphql",
  1592        sum = "h1:6MogPnQJLjKkaXPyGqPRXOI2qCsQdqNfUY1QSJu2GuY=",
  1593        version = "v0.0.4",
  1594    )
  1595
  1596    go_repository(
  1597        name = "com_github_clickhouse_clickhouse_go",
  1598        build_file_proto_mode = "disable_global",
  1599        importpath = "github.com/ClickHouse/clickhouse-go",
  1600        sum = "h1:iAFMa2UrQdR5bHJ2/yaSLffZkxpcOYQMCUuKeNXGdqc=",
  1601        version = "v1.4.3",
  1602    )
  1603    go_repository(
  1604        name = "com_github_client9_misspell",
  1605        build_file_proto_mode = "disable_global",
  1606        importpath = "github.com/client9/misspell",
  1607        sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
  1608        version = "v0.3.4",
  1609    )
  1610    go_repository(
  1611        name = "com_github_cloudflare_circl",
  1612        build_file_proto_mode = "disable_global",
  1613        importpath = "github.com/cloudflare/circl",
  1614        patches = ["//hack/patches/bazel:circl-cgo.patch"],
  1615        sum = "h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=",
  1616        version = "v1.3.7",
  1617    )
  1618    go_repository(
  1619        name = "com_github_cloudflare_golz4",
  1620        build_file_proto_mode = "disable_global",
  1621        importpath = "github.com/cloudflare/golz4",
  1622        sum = "h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=",
  1623        version = "v0.0.0-20150217214814-ef862a3cdc58",
  1624    )
  1625    go_repository(
  1626        name = "com_github_cloudwego_base64x",
  1627        build_file_proto_mode = "disable_global",
  1628        importpath = "github.com/cloudwego/base64x",
  1629        sum = "h1:jwCgWpFanWmN8xoIUHa2rtzmkd5J2plF/dnLS6Xd/0Y=",
  1630        version = "v0.1.4",
  1631    )
  1632    go_repository(
  1633        name = "com_github_cloudwego_iasm",
  1634        build_file_proto_mode = "disable_global",
  1635        importpath = "github.com/cloudwego/iasm",
  1636        sum = "h1:1KNIy1I1H9hNNFEEH3DVnI4UujN+1zjpuk6gwHLTssg=",
  1637        version = "v0.2.0",
  1638    )
  1639
  1640    go_repository(
  1641        name = "com_github_cncf_udpa_go",
  1642        build_file_proto_mode = "disable_global",
  1643        importpath = "github.com/cncf/udpa/go",
  1644        sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=",
  1645        version = "v0.0.0-20220112060539-c52dc94e7fbe",
  1646    )
  1647    go_repository(
  1648        name = "com_github_cncf_xds_go",
  1649        build_file_proto_mode = "disable_global",
  1650        importpath = "github.com/cncf/xds/go",
  1651        sum = "h1:DBmgJDC9dTfkVyGgipamEh2BpGYxScCH1TOF1LL1cXc=",
  1652        version = "v0.0.0-20240318125728-8a4994d93e50",
  1653    )
  1654    go_repository(
  1655        name = "com_github_cockroachdb_apd",
  1656        build_file_proto_mode = "disable_global",
  1657        importpath = "github.com/cockroachdb/apd",
  1658        sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=",
  1659        version = "v1.1.0",
  1660    )
  1661    go_repository(
  1662        name = "com_github_cockroachdb_apd_v3",
  1663        build_file_proto_mode = "disable_global",
  1664        importpath = "github.com/cockroachdb/apd/v3",
  1665        sum = "h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=",
  1666        version = "v3.2.1",
  1667    )
  1668    go_repository(
  1669        name = "com_github_cockroachdb_cockroach_go",
  1670        build_file_proto_mode = "disable_global",
  1671        importpath = "github.com/cockroachdb/cockroach-go",
  1672        sum = "h1:i1XXyBMAGL7NqogtoS6NHQ/IJwCbG0R725hAhEhldOI=",
  1673        version = "v0.0.0-20200312223839-f565e4789405",
  1674    )
  1675    go_repository(
  1676        name = "com_github_cockroachdb_cockroach_go_v2",
  1677        build_file_proto_mode = "disable_global",
  1678        importpath = "github.com/cockroachdb/cockroach-go/v2",
  1679        sum = "h1:3XzfSMuUT0wBe1a3o5C0eOTcArhmmFAg2Jzh/7hhKqo=",
  1680        version = "v2.1.1",
  1681    )
  1682    go_repository(
  1683        name = "com_github_cockroachdb_datadriven",
  1684        build_file_proto_mode = "disable_global",
  1685        importpath = "github.com/cockroachdb/datadriven",
  1686        sum = "h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=",
  1687        version = "v1.0.2",
  1688    )
  1689    go_repository(
  1690        name = "com_github_codahale_hdrhistogram",
  1691        build_file_proto_mode = "disable_global",
  1692        importpath = "github.com/codahale/hdrhistogram",
  1693        sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=",
  1694        version = "v0.0.0-20161010025455-3a0bb77429bd",
  1695    )
  1696    go_repository(
  1697        name = "com_github_codahale_rfc6979",
  1698        build_file_proto_mode = "disable_global",
  1699        importpath = "github.com/codahale/rfc6979",
  1700        sum = "h1:EDmT6Q9Zs+SbUoc7Ik9EfrFqcylYqgPZ9ANSbTAntnE=",
  1701        version = "v0.0.0-20141003034818-6a90f24967eb",
  1702    )
  1703
  1704    go_repository(
  1705        name = "com_github_codegangsta_inject",
  1706        build_file_proto_mode = "disable_global",
  1707        importpath = "github.com/codegangsta/inject",
  1708        sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=",
  1709        version = "v0.0.0-20150114235600-33e0aa1cb7c0",
  1710    )
  1711    go_repository(
  1712        name = "com_github_codegangsta_negroni",
  1713        build_file_proto_mode = "disable_global",
  1714        importpath = "github.com/codegangsta/negroni",
  1715        sum = "h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=",
  1716        version = "v1.0.0",
  1717    )
  1718    go_repository(
  1719        name = "com_github_codeskyblue_go_sh",
  1720        build_file_proto_mode = "disable_global",
  1721        importpath = "github.com/codeskyblue/go-sh",
  1722        sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=",
  1723        version = "v0.0.0-20200712050446-30169cf553fe",
  1724    )
  1725    go_repository(
  1726        name = "com_github_common_nighthawk_go_figure",
  1727        build_file_proto_mode = "disable_global",
  1728        importpath = "github.com/common-nighthawk/go-figure",
  1729        sum = "h1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=",
  1730        version = "v0.0.0-20210622060536-734e95fb86be",
  1731    )
  1732
  1733    go_repository(
  1734        name = "com_github_container_orchestrated_devices_container_device_interface",
  1735        build_file_proto_mode = "disable_global",
  1736        importpath = "github.com/container-orchestrated-devices/container-device-interface",
  1737        sum = "h1:mz77uJoP8im/4Zins+mPqt677ZMaflhoGaYrRAl5jvA=",
  1738        version = "v0.6.1",
  1739    )
  1740    go_repository(
  1741        name = "com_github_container_storage_interface_spec",
  1742        build_file_proto_mode = "disable_global",
  1743        importpath = "github.com/container-storage-interface/spec",
  1744        sum = "h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI=",
  1745        version = "v1.8.0",
  1746    )
  1747    go_repository(
  1748        name = "com_github_containerd_aufs",
  1749        build_file_proto_mode = "disable_global",
  1750        importpath = "github.com/containerd/aufs",
  1751        sum = "h1:2oeJiwX5HstO7shSrPZjrohJZLzK36wvpdmzDRkL/LY=",
  1752        version = "v1.0.0",
  1753    )
  1754    go_repository(
  1755        name = "com_github_containerd_btrfs",
  1756        build_file_proto_mode = "disable_global",
  1757        importpath = "github.com/containerd/btrfs",
  1758        sum = "h1:osn1exbzdub9L5SouXO5swW4ea/xVdJZ3wokxN5GrnA=",
  1759        version = "v1.0.0",
  1760    )
  1761
  1762    go_repository(
  1763        name = "com_github_containerd_btrfs_v2",
  1764        build_file_proto_mode = "disable_global",
  1765        importpath = "github.com/containerd/btrfs/v2",
  1766        sum = "h1:FN4wsx7KQrYoLXN7uLP0vBV4oVWHOIKDRQ1G2Z0oL5M=",
  1767        version = "v2.0.0",
  1768    )
  1769    go_repository(
  1770        name = "com_github_containerd_cgroups",
  1771        build_file_proto_mode = "disable_global",
  1772        importpath = "github.com/containerd/cgroups",
  1773        sum = "h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=",
  1774        version = "v1.1.0",
  1775    )
  1776    go_repository(
  1777        name = "com_github_containerd_cgroups_v3",
  1778        build_file_proto_mode = "disable_global",
  1779        importpath = "github.com/containerd/cgroups/v3",
  1780        sum = "h1:f5WFqIVSgo5IZmtTT3qVBo6TzI1ON6sycSBKkymb9L0=",
  1781        version = "v3.0.2",
  1782    )
  1783    go_repository(
  1784        name = "com_github_containerd_console",
  1785        build_file_proto_mode = "disable_global",
  1786        importpath = "github.com/containerd/console",
  1787        sum = "h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=",
  1788        version = "v1.0.4",
  1789    )
  1790    go_repository(
  1791        name = "com_github_containerd_containerd",
  1792        build_file_proto_mode = "disable_global",
  1793        importpath = "github.com/containerd/containerd",
  1794        sum = "h1:+KQsnv4VnzyxWcfO9mlxxELaoztsDEjOuCMPAuPqgU0=",
  1795        version = "v1.7.12",
  1796    )
  1797    go_repository(
  1798        name = "com_github_containerd_continuity",
  1799        build_file_proto_mode = "disable_global",
  1800        importpath = "github.com/containerd/continuity",
  1801        sum = "h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=",
  1802        version = "v0.4.2",
  1803    )
  1804    go_repository(
  1805        name = "com_github_containerd_fifo",
  1806        build_file_proto_mode = "disable_global",
  1807        importpath = "github.com/containerd/fifo",
  1808        sum = "h1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY=",
  1809        version = "v1.1.0",
  1810    )
  1811    go_repository(
  1812        name = "com_github_containerd_go_cni",
  1813        build_file_proto_mode = "disable_global",
  1814        importpath = "github.com/containerd/go-cni",
  1815        sum = "h1:ORi7P1dYzCwVM6XPN4n3CbkuOx/NZ2DOqy+SHRdo9rU=",
  1816        version = "v1.1.9",
  1817    )
  1818    go_repository(
  1819        name = "com_github_containerd_go_runc",
  1820        build_file_proto_mode = "disable_global",
  1821        importpath = "github.com/containerd/go-runc",
  1822        sum = "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=",
  1823        version = "v1.0.0",
  1824    )
  1825    go_repository(
  1826        name = "com_github_containerd_imgcrypt",
  1827        build_file_proto_mode = "disable_global",
  1828        importpath = "github.com/containerd/imgcrypt",
  1829        sum = "h1:WSf9o9EQ0KGHiUx2ESFZ+PKf4nxK9BcvV/nJDX8RkB4=",
  1830        version = "v1.1.7",
  1831    )
  1832    go_repository(
  1833        name = "com_github_containerd_log",
  1834        build_file_proto_mode = "disable_global",
  1835        importpath = "github.com/containerd/log",
  1836        sum = "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=",
  1837        version = "v0.1.0",
  1838    )
  1839    go_repository(
  1840        name = "com_github_containerd_nri",
  1841        build_file_proto_mode = "disable_global",
  1842        importpath = "github.com/containerd/nri",
  1843        sum = "h1:PjgIBm0RtUiFyEO6JqPBQZRQicbsIz41Fz/5VSC0zgw=",
  1844        version = "v0.4.0",
  1845    )
  1846    go_repository(
  1847        name = "com_github_containerd_stargz_snapshotter_estargz",
  1848        build_file_proto_mode = "disable_global",
  1849        importpath = "github.com/containerd/stargz-snapshotter/estargz",
  1850        sum = "h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=",
  1851        version = "v0.14.3",
  1852    )
  1853    go_repository(
  1854        name = "com_github_containerd_ttrpc",
  1855        build_file_proto_mode = "disable_global",
  1856        importpath = "github.com/containerd/ttrpc",
  1857        sum = "h1:9vqZr0pxwOF5koz6N0N3kJ0zDHokrcPxIR/ZR2YFtOs=",
  1858        version = "v1.2.2",
  1859    )
  1860    go_repository(
  1861        name = "com_github_containerd_typeurl",
  1862        build_file_proto_mode = "disable_global",
  1863        importpath = "github.com/containerd/typeurl",
  1864        sum = "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=",
  1865        version = "v1.0.2",
  1866    )
  1867    go_repository(
  1868        name = "com_github_containerd_typeurl_v2",
  1869        build_file_proto_mode = "disable_global",
  1870        importpath = "github.com/containerd/typeurl/v2",
  1871        sum = "h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=",
  1872        version = "v2.1.1",
  1873    )
  1874    go_repository(
  1875        name = "com_github_containerd_zfs",
  1876        build_file_proto_mode = "disable_global",
  1877        importpath = "github.com/containerd/zfs",
  1878        sum = "h1:n7OZ7jZumLIqNJqXrEc/paBM840mORnmGdJDmAmJZHM=",
  1879        version = "v1.1.0",
  1880    )
  1881    go_repository(
  1882        name = "com_github_containernetworking_cni",
  1883        build_file_proto_mode = "disable_global",
  1884        importpath = "github.com/containernetworking/cni",
  1885        sum = "h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl31EQbXALQ=",
  1886        version = "v1.1.2",
  1887    )
  1888    go_repository(
  1889        name = "com_github_containernetworking_plugins",
  1890        build_file_proto_mode = "disable_global",
  1891        importpath = "github.com/containernetworking/plugins",
  1892        sum = "h1:SWgg3dQG1yzUo4d9iD8cwSVh1VqI+bP7mkPDoSfP9VU=",
  1893        version = "v1.2.0",
  1894    )
  1895    go_repository(
  1896        name = "com_github_containers_ocicrypt",
  1897        build_file_proto_mode = "disable_global",
  1898        importpath = "github.com/containers/ocicrypt",
  1899        sum = "h1:uoG52u2e91RE4UqmBICZY8dNshgfvkdl3BW6jnxiFaI=",
  1900        version = "v1.1.6",
  1901    )
  1902    go_repository(
  1903        name = "com_github_coredns_caddy",
  1904        build_file_proto_mode = "disable_global",
  1905        importpath = "github.com/coredns/caddy",
  1906        sum = "h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=",
  1907        version = "v1.1.1",
  1908    )
  1909    go_repository(
  1910        name = "com_github_coredns_corefile_migration",
  1911        build_file_proto_mode = "disable_global",
  1912        importpath = "github.com/coredns/corefile-migration",
  1913        sum = "h1:W/DCETrHDiFo0Wj03EyMkaQ9fwsmSgqTCQDHpceaSsE=",
  1914        version = "v1.0.21",
  1915    )
  1916    go_repository(
  1917        name = "com_github_coreos_bbolt",
  1918        build_file_proto_mode = "disable_global",
  1919        importpath = "github.com/coreos/bbolt",
  1920        sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
  1921        version = "v1.3.2",
  1922    )
  1923    go_repository(
  1924        name = "com_github_coreos_etcd",
  1925        build_file_proto_mode = "disable_global",
  1926        importpath = "github.com/coreos/etcd",
  1927        sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=",
  1928        version = "v3.3.13+incompatible",
  1929    )
  1930    go_repository(
  1931        name = "com_github_coreos_go_etcd",
  1932        build_file_proto_mode = "disable_global",
  1933        importpath = "github.com/coreos/go-etcd",
  1934        sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=",
  1935        version = "v2.0.0+incompatible",
  1936    )
  1937    go_repository(
  1938        name = "com_github_coreos_go_iptables",
  1939        build_file_proto_mode = "disable_global",
  1940        importpath = "github.com/coreos/go-iptables",
  1941        sum = "h1:mw6SAibtHKZcNzAsOxjoHIG0gy5YFHhypWSSNc6EjbQ=",
  1942        version = "v0.5.0",
  1943    )
  1944    go_repository(
  1945        name = "com_github_coreos_go_oidc",
  1946        build_file_proto_mode = "disable_global",
  1947        importpath = "github.com/coreos/go-oidc",
  1948        sum = "h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk=",
  1949        version = "v2.2.1+incompatible",
  1950    )
  1951    go_repository(
  1952        name = "com_github_coreos_go_oidc_v3",
  1953        build_file_proto_mode = "disable_global",
  1954        importpath = "github.com/coreos/go-oidc/v3",
  1955        sum = "h1:tDnXHnLyiTVyT/2zLDGj09pFPkhND8Gl8lnTRhoEaJU=",
  1956        version = "v3.10.0",
  1957    )
  1958    go_repository(
  1959        name = "com_github_coreos_go_semver",
  1960        build_file_proto_mode = "disable_global",
  1961        importpath = "github.com/coreos/go-semver",
  1962        sum = "h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=",
  1963        version = "v0.3.1",
  1964    )
  1965    go_repository(
  1966        name = "com_github_coreos_go_systemd",
  1967        build_file_proto_mode = "disable_global",
  1968        importpath = "github.com/coreos/go-systemd",
  1969        sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=",
  1970        version = "v0.0.0-20190719114852-fd7a80b32e1f",
  1971    )
  1972    go_repository(
  1973        name = "com_github_coreos_go_systemd_v22",
  1974        build_file_proto_mode = "disable_global",
  1975        importpath = "github.com/coreos/go-systemd/v22",
  1976        sum = "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=",
  1977        version = "v22.5.0",
  1978    )
  1979    go_repository(
  1980        name = "com_github_coreos_pkg",
  1981        build_file_proto_mode = "disable_global",
  1982        importpath = "github.com/coreos/pkg",
  1983        sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
  1984        version = "v0.0.0-20180928190104-399ea9e2e55f",
  1985    )
  1986    go_repository(
  1987        name = "com_github_cpu_goacmedns",
  1988        build_file_proto_mode = "disable_global",
  1989        importpath = "github.com/cpu/goacmedns",
  1990        sum = "h1:DM3H2NiN2oam7QljgGY5ygy4yDXhK5Z4JUnqaugs2C4=",
  1991        version = "v0.1.1",
  1992    )
  1993    go_repository(
  1994        name = "com_github_cpuguy83_go_md2man",
  1995        build_file_proto_mode = "disable_global",
  1996        importpath = "github.com/cpuguy83/go-md2man",
  1997        sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=",
  1998        version = "v1.0.10",
  1999    )
  2000    go_repository(
  2001        name = "com_github_cpuguy83_go_md2man_v2",
  2002        build_file_proto_mode = "disable_global",
  2003        importpath = "github.com/cpuguy83/go-md2man/v2",
  2004        sum = "h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=",
  2005        version = "v2.0.4",
  2006    )
  2007    go_repository(
  2008        name = "com_github_creack_pty",
  2009        build_file_proto_mode = "disable_global",
  2010        importpath = "github.com/creack/pty",
  2011        sum = "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=",
  2012        version = "v1.1.18",
  2013    )
  2014    go_repository(
  2015        name = "com_github_crewjam_httperr",
  2016        build_file_proto_mode = "disable_global",
  2017        importpath = "github.com/crewjam/httperr",
  2018        sum = "h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=",
  2019        version = "v0.0.0-20190612203328-a946449404da",
  2020    )
  2021    go_repository(
  2022        name = "com_github_crewjam_saml",
  2023        build_file_proto_mode = "disable_global",
  2024        importpath = "github.com/crewjam/saml",
  2025        sum = "h1:H9u+6CZAESUKHxMyxUbVn0IawYvKZn4nt3d4ccV4O/M=",
  2026        version = "v0.4.5",
  2027    )
  2028    go_repository(
  2029        name = "com_github_cucumber_godog",
  2030        build_file_proto_mode = "disable_global",
  2031        importpath = "github.com/cucumber/godog",
  2032        sum = "h1:lVb+X41I4YDreE+ibZ50bdXmySxgRviYFgKY6Aw4XE8=",
  2033        version = "v0.8.1",
  2034    )
  2035    go_repository(
  2036        name = "com_github_cyberark_conjur_api_go",
  2037        build_file_proto_mode = "disable_global",
  2038        importpath = "github.com/cyberark/conjur-api-go",
  2039        sum = "h1:vjaMkw0geJsA+ikMM6UDLg4VLFQWKo/B0i9IWlOQ1f0=",
  2040        version = "v0.11.1",
  2041    )
  2042    go_repository(
  2043        name = "com_github_cyberphone_json_canonicalization",
  2044        build_file_proto_mode = "disable_global",
  2045        importpath = "github.com/cyberphone/json-canonicalization",
  2046        sum = "h1:2Dx4IHfC1yHWI12AxQDJM1QbRCDfk6M+blLzlZCXdrc=",
  2047        version = "v0.0.0-20231011164504-785e29786b46",
  2048    )
  2049
  2050    go_repository(
  2051        name = "com_github_cyphar_filepath_securejoin",
  2052        build_file_proto_mode = "disable_global",
  2053        importpath = "github.com/cyphar/filepath-securejoin",
  2054        sum = "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=",
  2055        version = "v0.2.4",
  2056    )
  2057    go_repository(
  2058        name = "com_github_cznic_mathutil",
  2059        build_file_proto_mode = "disable_global",
  2060        importpath = "github.com/cznic/mathutil",
  2061        sum = "h1:XNT/Zf5l++1Pyg08/HV04ppB0gKxAqtZQBRYiYrUuYk=",
  2062        version = "v0.0.0-20180504122225-ca4c9f2c1369",
  2063    )
  2064    go_repository(
  2065        name = "com_github_d2g_dhcp4",
  2066        build_file_proto_mode = "disable_global",
  2067        importpath = "github.com/d2g/dhcp4",
  2068        sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=",
  2069        version = "v0.0.0-20170904100407-a1d1b6c41b1c",
  2070    )
  2071    go_repository(
  2072        name = "com_github_d2g_dhcp4client",
  2073        build_file_proto_mode = "disable_global",
  2074        importpath = "github.com/d2g/dhcp4client",
  2075        sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=",
  2076        version = "v1.0.0",
  2077    )
  2078    go_repository(
  2079        name = "com_github_d2g_dhcp4server",
  2080        build_file_proto_mode = "disable_global",
  2081        importpath = "github.com/d2g/dhcp4server",
  2082        sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=",
  2083        version = "v0.0.0-20181031114812-7d4a0a7f59a5",
  2084    )
  2085    go_repository(
  2086        name = "com_github_d2g_hardwareaddr",
  2087        build_file_proto_mode = "disable_global",
  2088        importpath = "github.com/d2g/hardwareaddr",
  2089        sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=",
  2090        version = "v0.0.0-20190221164911-e7d9fbe030e4",
  2091    )
  2092
  2093    go_repository(
  2094        name = "com_github_danieljoos_wincred",
  2095        build_file_proto_mode = "disable_global",
  2096        importpath = "github.com/danieljoos/wincred",
  2097        sum = "h1:dl9cBrupW8+r5250DYkYxocLeZ1Y4vB1kxgtjxw8GQs=",
  2098        version = "v1.2.1",
  2099    )
  2100    go_repository(
  2101        name = "com_github_danwakefield_fnmatch",
  2102        build_file_proto_mode = "disable_global",
  2103        importpath = "github.com/danwakefield/fnmatch",
  2104        sum = "h1:y5HC9v93H5EPKqaS1UYVg1uYah5Xf51mBfIoWehClUQ=",
  2105        version = "v0.0.0-20160403171240-cbb64ac3d964",
  2106    )
  2107    go_repository(
  2108        name = "com_github_data_dog_go_sqlmock",
  2109        build_file_proto_mode = "disable_global",
  2110        importpath = "github.com/DATA-DOG/go-sqlmock",
  2111        sum = "h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=",
  2112        version = "v1.5.2",
  2113    )
  2114    go_repository(
  2115        name = "com_github_datadog_datadog_go",
  2116        build_file_proto_mode = "disable_global",
  2117        importpath = "github.com/DataDog/datadog-go",
  2118        sum = "h1:Dq8Dr+4sV1gBO1sHDWdW+4G+PdsA+YSJOK925MxrrCY=",
  2119        version = "v4.0.0+incompatible",
  2120    )
  2121    go_repository(
  2122        name = "com_github_datawire_ambassador_v2",
  2123        build_file_proto_mode = "disable_global",
  2124        importpath = "github.com/datawire/ambassador/v2",
  2125        sum = "h1:u50ztMPj7lVS9o+D/ZLfjlE9OLL8sgZFauqIEC/OP/Q=",
  2126        version = "v2.5.1",
  2127    )
  2128
  2129    go_repository(
  2130        name = "com_github_datawire_dlib",
  2131        build_file_proto_mode = "disable_global",
  2132        importpath = "github.com/datawire/dlib",
  2133        sum = "h1:KkmyXU1kwm3oPBk1ypR70YbcOlEXWzEbx5RE0iRXTGk=",
  2134        version = "v1.3.0",
  2135    )
  2136    go_repository(
  2137        name = "com_github_datawire_dtest",
  2138        build_file_proto_mode = "disable_global",
  2139        importpath = "github.com/datawire/dtest",
  2140        sum = "h1:Yz+xVYWkSARvfJ0e3LWwF1N5F+zJI9pCZ9R41OtkrKE=",
  2141        version = "v0.0.0-20210928162311-722b199c4c2f",
  2142    )
  2143    go_repository(
  2144        name = "com_github_datawire_go_mkopensource",
  2145        build_file_proto_mode = "disable_global",
  2146        importpath = "github.com/datawire/go-mkopensource",
  2147        sum = "h1:tuzUK2oSr7CrfBZWynWxcbTmbrpvGqzR/PuLYXwZHok=",
  2148        version = "v0.0.7",
  2149    )
  2150    go_repository(
  2151        name = "com_github_davecgh_go_spew",
  2152        build_file_proto_mode = "disable_global",
  2153        importpath = "github.com/davecgh/go-spew",
  2154        sum = "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=",
  2155        version = "v1.1.2-0.20180830191138-d8f796af33cc",
  2156    )
  2157    go_repository(
  2158        name = "com_github_daviddengcn_go_colortext",
  2159        build_file_proto_mode = "disable_global",
  2160        importpath = "github.com/daviddengcn/go-colortext",
  2161        sum = "h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE=",
  2162        version = "v1.0.0",
  2163    )
  2164    go_repository(
  2165        name = "com_github_dchest_uniuri",
  2166        build_file_proto_mode = "disable_global",
  2167        importpath = "github.com/dchest/uniuri",
  2168        sum = "h1:74lLNRzvsdIlkTgfDSMuaPjBr4cf6k7pwQQANm/yLKU=",
  2169        version = "v0.0.0-20160212164326-8902c56451e9",
  2170    )
  2171    go_repository(
  2172        name = "com_github_deathowl_go_metrics_prometheus",
  2173        build_file_proto_mode = "disable_global",
  2174        importpath = "github.com/deathowl/go-metrics-prometheus",
  2175        sum = "h1:vhS5LxjRvIc6ptzKtTjzYV2rEsuAvTtez27UJkKIrjc=",
  2176        version = "v0.0.0-20200518174047-74482eab5bfb",
  2177    )
  2178    go_repository(
  2179        name = "com_github_decred_dcrd_crypto_blake256",
  2180        build_file_proto_mode = "disable_global",
  2181        importpath = "github.com/decred/dcrd/crypto/blake256",
  2182        sum = "h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y=",
  2183        version = "v1.0.1",
  2184    )
  2185    go_repository(
  2186        name = "com_github_decred_dcrd_dcrec_secp256k1_v4",
  2187        build_file_proto_mode = "disable_global",
  2188        importpath = "github.com/decred/dcrd/dcrec/secp256k1/v4",
  2189        sum = "h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg=",
  2190        version = "v4.3.0",
  2191    )
  2192    go_repository(
  2193        name = "com_github_delineaxpm_dsv_sdk_go_v2",
  2194        build_file_proto_mode = "disable_global",
  2195        importpath = "github.com/DelineaXPM/dsv-sdk-go/v2",
  2196        sum = "h1:cmX2QC9s5kPqmghWLLZP8YRFO1ZD/C59BpNH2ujP99w=",
  2197        version = "v2.1.2",
  2198    )
  2199    go_repository(
  2200        name = "com_github_denisenkom_go_mssqldb",
  2201        build_file_proto_mode = "disable_global",
  2202        importpath = "github.com/denisenkom/go-mssqldb",
  2203        sum = "h1:9rHa233rhdOyrz2GcP9NM+gi2psgJZ4GWDpL/7ND8HI=",
  2204        version = "v0.11.0",
  2205    )
  2206    go_repository(
  2207        name = "com_github_denverdino_aliyungo",
  2208        build_file_proto_mode = "disable_global",
  2209        importpath = "github.com/denverdino/aliyungo",
  2210        sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=",
  2211        version = "v0.0.0-20190125010748-a747050bb1ba",
  2212    )
  2213    go_repository(
  2214        name = "com_github_depcheck_test_depcheck_test",
  2215        build_file_proto_mode = "disable_global",
  2216        importpath = "github.com/depcheck-test/depcheck-test",
  2217        sum = "h1:foGzavPWwtoyBvjWyKJYDYsyzy+23iBV7NKTwdk+LRY=",
  2218        version = "v0.0.0-20220607135614-199033aaa936",
  2219    )
  2220
  2221    go_repository(
  2222        name = "com_github_dgraph_io_ristretto",
  2223        build_file_proto_mode = "disable_global",
  2224        importpath = "github.com/dgraph-io/ristretto",
  2225        sum = "h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI=",
  2226        version = "v0.0.3",
  2227    )
  2228    go_repository(
  2229        name = "com_github_dgrijalva_jwt_go",
  2230        build_file_proto_mode = "disable_global",
  2231        importpath = "github.com/dgrijalva/jwt-go",
  2232        sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
  2233        version = "v3.2.0+incompatible",
  2234    )
  2235    go_repository(
  2236        name = "com_github_dgryski_go_farm",
  2237        build_file_proto_mode = "disable_global",
  2238        importpath = "github.com/dgryski/go-farm",
  2239        sum = "h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=",
  2240        version = "v0.0.0-20190423205320-6a90982ecee2",
  2241    )
  2242    go_repository(
  2243        name = "com_github_dgryski_go_rendezvous",
  2244        build_file_proto_mode = "disable_global",
  2245        importpath = "github.com/dgryski/go-rendezvous",
  2246        sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=",
  2247        version = "v0.0.0-20200823014737-9f7001d12a5f",
  2248    )
  2249
  2250    go_repository(
  2251        name = "com_github_dgryski_go_sip13",
  2252        build_file_proto_mode = "disable_global",
  2253        importpath = "github.com/dgryski/go-sip13",
  2254        sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=",
  2255        version = "v0.0.0-20181026042036-e10d5fee7954",
  2256    )
  2257    go_repository(
  2258        name = "com_github_dgryski_trifles",
  2259        build_file_proto_mode = "disable_global",
  2260        importpath = "github.com/dgryski/trifles",
  2261        sum = "h1:fRzb/w+pyskVMQ+UbP35JkH8yB7MYb4q/qhBarqZE6g=",
  2262        version = "v0.0.0-20200323201526-dd97f9abfb48",
  2263    )
  2264    go_repository(
  2265        name = "com_github_dhui_dktest",
  2266        build_file_proto_mode = "disable_global",
  2267        importpath = "github.com/dhui/dktest",
  2268        sum = "h1:jWjWgHAPDAdqgUr7lAsB3bqB2DKWC3OaA+isfekjRew=",
  2269        version = "v0.3.7",
  2270    )
  2271    go_repository(
  2272        name = "com_github_digitalocean_godo",
  2273        build_file_proto_mode = "disable_global",
  2274        importpath = "github.com/digitalocean/godo",
  2275        sum = "h1:P72IbmGFQvKOvyjVLyT59bmHxilA4E5hWi40rF4zNQc=",
  2276        version = "v1.107.0",
  2277    )
  2278    go_repository(
  2279        name = "com_github_digitorus_pkcs7",
  2280        build_file_proto_mode = "disable_global",
  2281        importpath = "github.com/digitorus/pkcs7",
  2282        sum = "h1:ge14PCmCvPjpMQMIAH7uKg0lrtNSOdpYsRXlwk3QbaE=",
  2283        version = "v0.0.0-20230818184609-3a137a874352",
  2284    )
  2285    go_repository(
  2286        name = "com_github_digitorus_timestamp",
  2287        build_file_proto_mode = "disable_global",
  2288        importpath = "github.com/digitorus/timestamp",
  2289        sum = "h1:lxmTCgmHE1GUYL7P0MlNa00M67axePTq+9nBSGddR8I=",
  2290        version = "v0.0.0-20231217203849-220c5c2851b7",
  2291    )
  2292
  2293    go_repository(
  2294        name = "com_github_dimchansky_utfbom",
  2295        build_file_proto_mode = "disable_global",
  2296        importpath = "github.com/dimchansky/utfbom",
  2297        sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=",
  2298        version = "v1.1.1",
  2299    )
  2300    go_repository(
  2301        name = "com_github_distribution_distribution_v3",
  2302        build_file_proto_mode = "disable_global",
  2303        importpath = "github.com/distribution/distribution/v3",
  2304        sum = "h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=",
  2305        version = "v3.0.0-20221208165359-362910506bc2",
  2306    )
  2307    go_repository(
  2308        name = "com_github_distribution_reference",
  2309        build_file_proto_mode = "disable_global",
  2310        importpath = "github.com/distribution/reference",
  2311        sum = "h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=",
  2312        version = "v0.5.0",
  2313    )
  2314    go_repository(
  2315        name = "com_github_djherbis_times",
  2316        build_file_proto_mode = "disable_global",
  2317        importpath = "github.com/djherbis/times",
  2318        sum = "h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=",
  2319        version = "v1.6.0",
  2320    )
  2321    go_repository(
  2322        name = "com_github_dlclark_regexp2",
  2323        build_file_proto_mode = "disable_global",
  2324        importpath = "github.com/dlclark/regexp2",
  2325        sum = "h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0=",
  2326        version = "v1.10.0",
  2327    )
  2328    go_repository(
  2329        name = "com_github_dnaeon_go_vcr",
  2330        build_file_proto_mode = "disable_global",
  2331        importpath = "github.com/dnaeon/go-vcr",
  2332        sum = "h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY=",
  2333        version = "v1.0.1",
  2334    )
  2335    go_repository(
  2336        name = "com_github_docker_cli",
  2337        build_extra_args = [
  2338            "-known_import=github.com/Sirupsen/logrus",
  2339            "-known_import=vbom.ml/util/sortorder",
  2340            "-known_import=github.com/moby/buildkit",
  2341            "-known_import=github.com/docker/swarmkit/api",
  2342            "-known_import=k8s.io/kubernetes/pkg/api/v1/pod",
  2343        ],
  2344        build_file_proto_mode = "disable_global",
  2345        importpath = "github.com/docker/cli",
  2346        sum = "h1:3Llw3kcE1gOScEojA247iDD+p1l9hHeC7H3vf3Zd5fk=",
  2347        version = "v25.0.5+incompatible",
  2348    )
  2349    go_repository(
  2350        name = "com_github_docker_distribution",
  2351        build_extra_args = [
  2352            "-known_import=github.com/Sirupsen/logrus",
  2353        ],
  2354        build_file_proto_mode = "disable_global",
  2355        importpath = "github.com/docker/distribution",
  2356        sum = "h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=",
  2357        version = "v2.8.3+incompatible",
  2358    )
  2359    go_repository(
  2360        name = "com_github_docker_docker",
  2361        build_extra_args = [
  2362            "-known_import=github.com/Sirupsen/logrus",
  2363            "-known_import=github.com/docker/libnetwork",
  2364            "-known_import=github.com/moby/buildkit",
  2365            "-known_import=github.com/docker/swarmkit/agent/exec",
  2366            "-known_import=github.com/docker/swarmkit/ca",
  2367            "-known_import=github.com/seccomp/libseccomp-golang",
  2368            "-exclude=pkg/devicemapper",
  2369            "-exclude=daemon",
  2370        ],
  2371        build_file_proto_mode = "disable_global",
  2372        importpath = "github.com/docker/docker",
  2373        sum = "h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=",
  2374        version = "v25.0.5+incompatible",
  2375    )
  2376    go_repository(
  2377        name = "com_github_docker_docker_credential_helpers",
  2378        build_extra_args = [
  2379            "-known_import=github.com/Sirupsen/logrus",
  2380            "-exclude=secretservice",
  2381        ],
  2382        build_file_proto_mode = "disable_global",
  2383        importpath = "github.com/docker/docker-credential-helpers",
  2384        sum = "h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=",
  2385        version = "v0.8.0",
  2386    )
  2387    go_repository(
  2388        name = "com_github_docker_go_connections",
  2389        build_extra_args = [
  2390            "-known_import=github.com/Sirupsen/logrus",
  2391        ],
  2392        build_file_proto_mode = "disable_global",
  2393        importpath = "github.com/docker/go-connections",
  2394        sum = "h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=",
  2395        version = "v0.5.0",
  2396    )
  2397    go_repository(
  2398        name = "com_github_docker_go_events",
  2399        build_file_proto_mode = "disable_global",
  2400        importpath = "github.com/docker/go-events",
  2401        sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
  2402        version = "v0.0.0-20190806004212-e31b211e4f1c",
  2403    )
  2404    go_repository(
  2405        name = "com_github_docker_go_metrics",
  2406        build_file_proto_mode = "disable_global",
  2407        importpath = "github.com/docker/go-metrics",
  2408        sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
  2409        version = "v0.0.1",
  2410    )
  2411    go_repository(
  2412        name = "com_github_docker_go_units",
  2413        build_extra_args = [
  2414            "-known_import=github.com/Sirupsen/logrus",
  2415        ],
  2416        build_file_proto_mode = "disable_global",
  2417        importpath = "github.com/docker/go-units",
  2418        sum = "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=",
  2419        version = "v0.5.0",
  2420    )
  2421    go_repository(
  2422        name = "com_github_docker_libtrust",
  2423        build_file_proto_mode = "disable_global",
  2424        importpath = "github.com/docker/libtrust",
  2425        sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=",
  2426        version = "v0.0.0-20150114040149-fa567046d9b1",
  2427    )
  2428    go_repository(
  2429        name = "com_github_docopt_docopt_go",
  2430        build_file_proto_mode = "disable_global",
  2431        importpath = "github.com/docopt/docopt-go",
  2432        sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
  2433        version = "v0.0.0-20180111231733-ee0de3bc6815",
  2434    )
  2435    go_repository(
  2436        name = "com_github_donovanhide_eventsource",
  2437        build_file_proto_mode = "disable_global",
  2438        importpath = "github.com/donovanhide/eventsource",
  2439        sum = "h1:C7t6eeMaEQVy6e8CarIhscYQlNmw5e3G36y7l7Y21Ao=",
  2440        version = "v0.0.0-20210830082556-c59027999da0",
  2441    )
  2442
  2443    go_repository(
  2444        name = "com_github_dop251_goja",
  2445        build_file_proto_mode = "disable_global",
  2446        importpath = "github.com/dop251/goja",
  2447        sum = "h1:wi6jN5LVt/ljaBG4ue79Ekzb12QfJ52L9Q98tl8SWhw=",
  2448        version = "v0.0.0-20231027120936-b396bb4c349d",
  2449    )
  2450    go_repository(
  2451        name = "com_github_dop251_goja_nodejs",
  2452        build_file_proto_mode = "disable_global",
  2453        importpath = "github.com/dop251/goja_nodejs",
  2454        sum = "h1:W1n4DvpzZGOISgp7wWNtraLcHtnmnTwBlJidqtMIuwQ=",
  2455        version = "v0.0.0-20211022123610-8dd9abb0616d",
  2456    )
  2457    go_repository(
  2458        name = "com_github_doug_martin_goqu_v9",
  2459        build_file_proto_mode = "disable_global",
  2460        importpath = "github.com/doug-martin/goqu/v9",
  2461        sum = "h1:/6bcuEtAe6nsSMVK/M+fOiXUNfyFF3yYtE07DBPFMYY=",
  2462        version = "v9.18.0",
  2463    )
  2464    go_repository(
  2465        name = "com_github_drone_envsubst_v2",
  2466        build_file_proto_mode = "disable_global",
  2467        importpath = "github.com/drone/envsubst/v2",
  2468        sum = "h1:7QPwrLT79GlD5sizHf27aoY2RTvw62mO6x7mxkScNk0=",
  2469        version = "v2.0.0-20210730161058-179042472c46",
  2470    )
  2471    go_repository(
  2472        name = "com_github_dsnet_compress",
  2473        build_file_proto_mode = "disable_global",
  2474        importpath = "github.com/dsnet/compress",
  2475        sum = "h1:iFaUwBSo5Svw6L7HYpRu/0lE3e0BaElwnNO1qkNQxBY=",
  2476        version = "v0.0.2-0.20210315054119-f66993602bf5",
  2477    )
  2478
  2479    go_repository(
  2480        name = "com_github_dsoprea_go_exif_v2",
  2481        build_file_proto_mode = "disable_global",
  2482        importpath = "github.com/dsoprea/go-exif/v2",
  2483        sum = "h1:bVaiYo8amn7Lu93sz6mTlYB3EtLG9aRcMnM1Eps8fmM=",
  2484        version = "v2.0.0-20200321225314-640175a69fe4",
  2485    )
  2486    go_repository(
  2487        name = "com_github_dsoprea_go_exif_v3",
  2488        build_file_proto_mode = "disable_global",
  2489        importpath = "github.com/dsoprea/go-exif/v3",
  2490        sum = "h1:/IE4iW7gvY7BablV1XY0unqhMv26EYpOquVMwoBo/wc=",
  2491        version = "v3.0.1",
  2492    )
  2493    go_repository(
  2494        name = "com_github_dsoprea_go_logging",
  2495        build_file_proto_mode = "disable_global",
  2496        importpath = "github.com/dsoprea/go-logging",
  2497        sum = "h1:l+vLbuxptsC6VQyQsfD7NnEC8BZuFpz45PgY+pH8YTg=",
  2498        version = "v0.0.0-20200710184922-b02d349568dd",
  2499    )
  2500    go_repository(
  2501        name = "com_github_dsoprea_go_png_image_structure_v2",
  2502        build_file_proto_mode = "disable_global",
  2503        importpath = "github.com/dsoprea/go-png-image-structure/v2",
  2504        sum = "h1:2zNIgrJTspLxUKoJGl0Ln24+hufPKSjP3cu4++5MeSE=",
  2505        version = "v2.0.0-20210512210324-29b889a6093d",
  2506    )
  2507    go_repository(
  2508        name = "com_github_dsoprea_go_utility",
  2509        build_file_proto_mode = "disable_global",
  2510        importpath = "github.com/dsoprea/go-utility",
  2511        sum = "h1:/w4QxepU4AHh3AuO6/g8y/YIIHH5+aKP3Bj8sg5cqhU=",
  2512        version = "v0.0.0-20200711062821-fab8125e9bdf",
  2513    )
  2514    go_repository(
  2515        name = "com_github_dsoprea_go_utility_v2",
  2516        build_file_proto_mode = "disable_global",
  2517        importpath = "github.com/dsoprea/go-utility/v2",
  2518        sum = "h1:DilThiXje0z+3UQ5YjYiSRRzVdtamFpvBQXKwMglWqw=",
  2519        version = "v2.0.0-20221003172846-a3e1774ef349",
  2520    )
  2521    go_repository(
  2522        name = "com_github_dustin_go_humanize",
  2523        build_file_proto_mode = "disable_global",
  2524        importpath = "github.com/dustin/go-humanize",
  2525        sum = "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=",
  2526        version = "v1.0.1",
  2527    )
  2528    go_repository(
  2529        name = "com_github_dvyukov_go_fuzz",
  2530        build_file_proto_mode = "disable_global",
  2531        importpath = "github.com/dvyukov/go-fuzz",
  2532        sum = "h1:q1oJaUPdmpDm/VyXosjgPgr6wS7c5iV2p0PwJD73bUI=",
  2533        version = "v0.0.0-20210103155950-6a8e9d1f2415",
  2534    )
  2535    go_repository(
  2536        name = "com_github_eapache_go_resiliency",
  2537        build_file_proto_mode = "disable_global",
  2538        importpath = "github.com/eapache/go-resiliency",
  2539        sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=",
  2540        version = "v1.1.0",
  2541    )
  2542    go_repository(
  2543        name = "com_github_eapache_go_xerial_snappy",
  2544        build_file_proto_mode = "disable_global",
  2545        importpath = "github.com/eapache/go-xerial-snappy",
  2546        sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=",
  2547        version = "v0.0.0-20180814174437-776d5712da21",
  2548    )
  2549    go_repository(
  2550        name = "com_github_eapache_queue",
  2551        build_file_proto_mode = "disable_global",
  2552        importpath = "github.com/eapache/queue",
  2553        sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=",
  2554        version = "v1.1.0",
  2555    )
  2556    go_repository(
  2557        name = "com_github_edsrzf_mmap_go",
  2558        build_file_proto_mode = "disable_global",
  2559        importpath = "github.com/edsrzf/mmap-go",
  2560        sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=",
  2561        version = "v1.0.0",
  2562    )
  2563    go_repository(
  2564        name = "com_github_eggsampler_acme_v3",
  2565        build_file_proto_mode = "disable_global",
  2566        importpath = "github.com/eggsampler/acme/v3",
  2567        sum = "h1:LHWnB3wShVshK1+umL6ObCjnc0MM+D7TE8JINjk8zGY=",
  2568        version = "v3.4.0",
  2569    )
  2570
  2571    go_repository(
  2572        name = "com_github_elastic_go_sysinfo",
  2573        build_file_proto_mode = "disable_global",
  2574        importpath = "github.com/elastic/go-sysinfo",
  2575        sum = "h1:ZVlaLDyhVkDfjwPGU55CQRCRolNpc7P0BbyhhQZQmMI=",
  2576        version = "v1.1.1",
  2577    )
  2578    go_repository(
  2579        name = "com_github_elastic_go_windows",
  2580        build_file_proto_mode = "disable_global",
  2581        importpath = "github.com/elastic/go-windows",
  2582        sum = "h1:qLURgZFkkrYyTTkvYpsZIgf83AUsdIHfvlJaqaZ7aSY=",
  2583        version = "v1.0.0",
  2584    )
  2585    go_repository(
  2586        name = "com_github_elazarl_goproxy",
  2587        build_file_proto_mode = "disable_global",
  2588        importpath = "github.com/elazarl/goproxy",
  2589        sum = "h1:LCoguo7Zd0MByKMbQbTvcZw7HiBcbvew+MOcwsJVwrY=",
  2590        version = "v0.0.0-20181003060214-f58a169a71a5",
  2591    )
  2592    go_repository(
  2593        name = "com_github_emicklei_go_restful",
  2594        build_file_proto_mode = "disable_global",
  2595        importpath = "github.com/emicklei/go-restful",
  2596        sum = "h1:8KpYO/Xl/ZudZs5RNOEhWMBY4hmzlZhhRd9cu+jrZP4=",
  2597        version = "v2.15.0+incompatible",
  2598    )
  2599    go_repository(
  2600        name = "com_github_emicklei_go_restful_v3",
  2601        build_file_proto_mode = "disable_global",
  2602        importpath = "github.com/emicklei/go-restful/v3",
  2603        sum = "h1:y2DdzBAURM29NFF94q6RaY4vjIH1rtwDapwQtU84iWk=",
  2604        version = "v3.12.0",
  2605    )
  2606    go_repository(
  2607        name = "com_github_emicklei_proto",
  2608        build_file_proto_mode = "disable_global",
  2609        importpath = "github.com/emicklei/proto",
  2610        sum = "h1:z/etSFO3uyXeuEsVPzfl56WNgzcvIr42aQazXaQmFZY=",
  2611        version = "v1.13.2",
  2612    )
  2613    go_repository(
  2614        name = "com_github_emirpasic_gods",
  2615        build_file_proto_mode = "disable_global",
  2616        importpath = "github.com/emirpasic/gods",
  2617        sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=",
  2618        version = "v1.18.1",
  2619    )
  2620    go_repository(
  2621        name = "com_github_emissary_ingress_emissary_v3",
  2622        build_file_proto_mode = "disable_global",
  2623        importpath = "github.com/emissary-ingress/emissary/v3",
  2624        sum = "h1:5gvqq2Zj5ZY6AoGG+3XgHWXt3JoWWvjgmEx1NxVYPwk=",
  2625        version = "v3.6.0",
  2626    )
  2627    go_repository(
  2628        name = "com_github_envoyproxy_go_control_plane",
  2629        build_file_proto_mode = "disable_global",
  2630        importpath = "github.com/envoyproxy/go-control-plane",
  2631        sum = "h1:4X+VP1GHd1Mhj6IB5mMeGbLCleqxjletLK6K0rbxyZI=",
  2632        version = "v0.12.0",
  2633    )
  2634    go_repository(
  2635        name = "com_github_envoyproxy_protoc_gen_validate",
  2636        build_file_proto_mode = "disable_global",
  2637        importpath = "github.com/envoyproxy/protoc-gen-validate",
  2638        replace = "github.com/envoyproxy/protoc-gen-validate",
  2639        sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=",
  2640        version = "v0.1.0",
  2641    )
  2642    go_repository(
  2643        name = "com_github_ericpauley_go_quantize",
  2644        build_file_proto_mode = "disable_global",
  2645        importpath = "github.com/ericpauley/go-quantize",
  2646        sum = "h1:BBade+JlV/f7JstZ4pitd4tHhpN+w+6I+LyOS7B4fyU=",
  2647        version = "v0.0.0-20200331213906-ae555eb2afa4",
  2648    )
  2649    go_repository(
  2650        name = "com_github_euank_go_kmsg_parser",
  2651        build_file_proto_mode = "disable_global",
  2652        importpath = "github.com/euank/go-kmsg-parser",
  2653        sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=",
  2654        version = "v2.0.0+incompatible",
  2655    )
  2656    go_repository(
  2657        name = "com_github_evanphx_json_patch",
  2658        build_file_proto_mode = "disable_global",
  2659        importpath = "github.com/evanphx/json-patch",
  2660        sum = "h1:fBXyNpNMuTTDdquAq/uisOr2lShz4oaXpDTX2bLe7ls=",
  2661        version = "v5.9.0+incompatible",
  2662    )
  2663    go_repository(
  2664        name = "com_github_evanphx_json_patch_v5",
  2665        build_file_proto_mode = "disable_global",
  2666        importpath = "github.com/evanphx/json-patch/v5",
  2667        sum = "h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0/FOJfg=",
  2668        version = "v5.9.0",
  2669    )
  2670    go_repository(
  2671        name = "com_github_exponent_io_jsonpath",
  2672        build_file_proto_mode = "disable_global",
  2673        importpath = "github.com/exponent-io/jsonpath",
  2674        sum = "h1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4=",
  2675        version = "v0.0.0-20210407135951-1de76d718b3f",
  2676    )
  2677    go_repository(
  2678        name = "com_github_external_secrets_external_secrets",
  2679        build_file_proto_mode = "disable_global",
  2680        importpath = "github.com/external-secrets/external-secrets",
  2681        sum = "h1:HcrSAM+qWykzO6h4GQSJ+Twes0i89dUbiiZL1Bo/oJM=",
  2682        version = "v0.9.16",
  2683    )
  2684    go_repository(
  2685        name = "com_github_fatih_camelcase",
  2686        build_file_proto_mode = "disable_global",
  2687        importpath = "github.com/fatih/camelcase",
  2688        sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
  2689        version = "v1.0.0",
  2690    )
  2691    go_repository(
  2692        name = "com_github_fatih_color",
  2693        build_file_proto_mode = "disable_global",
  2694        importpath = "github.com/fatih/color",
  2695        sum = "h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=",
  2696        version = "v1.17.0",
  2697    )
  2698    go_repository(
  2699        name = "com_github_fatih_structs",
  2700        build_file_proto_mode = "disable_global",
  2701        importpath = "github.com/fatih/structs",
  2702        sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=",
  2703        version = "v1.1.0",
  2704    )
  2705    go_repository(
  2706        name = "com_github_felixge_httpsnoop",
  2707        build_file_proto_mode = "disable_global",
  2708        importpath = "github.com/felixge/httpsnoop",
  2709        sum = "h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=",
  2710        version = "v1.0.4",
  2711    )
  2712    go_repository(
  2713        name = "com_github_fergusstrange_embedded_postgres",
  2714        build_file_proto_mode = "disable_global",
  2715        importpath = "github.com/fergusstrange/embedded-postgres",
  2716        sum = "h1:sa+k2Ycrtz40eCRPOzI7Ry7TtkWXXJ+YRsxpKMDhxK0=",
  2717        version = "v1.25.0",
  2718    )
  2719
  2720    go_repository(
  2721        name = "com_github_fluxcd_helm_controller_api",
  2722        build_file_proto_mode = "disable_global",
  2723        importpath = "github.com/fluxcd/helm-controller/api",
  2724        sum = "h1:NS5Wm3U6Kv4w7Cw2sDOV++vf2ecGfFV00x1+2Y3QcOY=",
  2725        version = "v1.1.0",
  2726    )
  2727    go_repository(
  2728        name = "com_github_fluxcd_kustomize_controller_api",
  2729        build_file_proto_mode = "disable_global",
  2730        importpath = "github.com/fluxcd/kustomize-controller/api",
  2731        sum = "h1:QReBAuNAlrAez4aLkbYjVlWDCIZABFsKPgRa9W05VCQ=",
  2732        version = "v1.4.0",
  2733    )
  2734    go_repository(
  2735        name = "com_github_fluxcd_pkg_apis_acl",
  2736        build_file_proto_mode = "disable_global",
  2737        importpath = "github.com/fluxcd/pkg/apis/acl",
  2738        sum = "h1:UOrKkBTOJK+OlZX7n8rWt2rdBmDCoTK+f5TY2LcZi8A=",
  2739        version = "v0.3.0",
  2740    )
  2741    go_repository(
  2742        name = "com_github_fluxcd_pkg_apis_kustomize",
  2743        build_file_proto_mode = "disable_global",
  2744        importpath = "github.com/fluxcd/pkg/apis/kustomize",
  2745        sum = "h1:22FJc69Mq4i8aCxnKPlddHhSMyI4UPkQkqiAdWFcqe0=",
  2746        version = "v1.6.1",
  2747    )
  2748    go_repository(
  2749        name = "com_github_fluxcd_pkg_apis_meta",
  2750        build_file_proto_mode = "disable_global",
  2751        importpath = "github.com/fluxcd/pkg/apis/meta",
  2752        sum = "h1:maLhcRJ3P/70ArLCY/LF/YovkxXbX+6sTWZwZQBeNq0=",
  2753        version = "v1.6.1",
  2754    )
  2755    go_repository(
  2756        name = "com_github_fluxcd_pkg_ssa",
  2757        build_file_proto_mode = "disable_global",
  2758        importpath = "github.com/fluxcd/pkg/ssa",
  2759        sum = "h1:s2M6507YlYRLsPuXuGhXez/EqA5LFLhI13TZe31sm10=",
  2760        version = "v0.29.0",
  2761    )
  2762    go_repository(
  2763        name = "com_github_fluxcd_source_controller_api",
  2764        build_file_proto_mode = "disable_global",
  2765        importpath = "github.com/fluxcd/source-controller/api",
  2766        sum = "h1:zV01D7xzHOXWbYXr36lXHWWYS7POARsjLt61Nbh3kVY=",
  2767        version = "v1.4.1",
  2768    )
  2769    go_repository(
  2770        name = "com_github_flynn_go_docopt",
  2771        build_file_proto_mode = "disable_global",
  2772        importpath = "github.com/flynn/go-docopt",
  2773        sum = "h1:Ss/B3/5wWRh8+emnK0++g5zQzwDTi30W10pKxKc4JXI=",
  2774        version = "v0.0.0-20140912013429-f6dd2ebbb31e",
  2775    )
  2776
  2777    go_repository(
  2778        name = "com_github_fogleman_gg",
  2779        build_file_proto_mode = "disable_global",
  2780        importpath = "github.com/fogleman/gg",
  2781        sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=",
  2782        version = "v1.3.0",
  2783    )
  2784    go_repository(
  2785        name = "com_github_form3tech_oss_jwt_go",
  2786        build_file_proto_mode = "disable_global",
  2787        importpath = "github.com/form3tech-oss/jwt-go",
  2788        sum = "h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=",
  2789        version = "v3.2.5+incompatible",
  2790    )
  2791    go_repository(
  2792        name = "com_github_fortanix_sdkms_client_go",
  2793        build_file_proto_mode = "disable_global",
  2794        importpath = "github.com/fortanix/sdkms-client-go",
  2795        sum = "h1:5cKiFJ4rzc69mhsVVI5Ma5ynr/k5vhvws0yfzfIro/k=",
  2796        version = "v0.4.0",
  2797    )
  2798
  2799    go_repository(
  2800        name = "com_github_foxcpp_go_mockdns",
  2801        build_file_proto_mode = "disable_global",
  2802        importpath = "github.com/foxcpp/go-mockdns",
  2803        sum = "h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=",
  2804        version = "v1.0.0",
  2805    )
  2806    go_repository(
  2807        name = "com_github_franela_goreq",
  2808        build_file_proto_mode = "disable_global",
  2809        importpath = "github.com/franela/goreq",
  2810        sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=",
  2811        version = "v0.0.0-20171204163338-bcd34c9993f8",
  2812    )
  2813
  2814    go_repository(
  2815        name = "com_github_frankban_quicktest",
  2816        build_file_proto_mode = "disable_global",
  2817        importpath = "github.com/frankban/quicktest",
  2818        sum = "h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=",
  2819        version = "v1.14.6",
  2820    )
  2821    go_repository(
  2822        name = "com_github_fsnotify_fsnotify",
  2823        build_file_proto_mode = "disable_global",
  2824        importpath = "github.com/fsnotify/fsnotify",
  2825        sum = "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=",
  2826        version = "v1.7.0",
  2827    )
  2828    go_repository(
  2829        name = "com_github_fsouza_fake_gcs_server",
  2830        build_file_proto_mode = "disable_global",
  2831        importpath = "github.com/fsouza/fake-gcs-server",
  2832        sum = "h1:OBuje/XJiwwzGOuwEhPzZ8s2gF1vDHTZq1X+AhYEqjc=",
  2833        version = "v1.30.1",
  2834    )
  2835    go_repository(
  2836        name = "com_github_fullsailor_pkcs7",
  2837        build_file_proto_mode = "disable_global",
  2838        importpath = "github.com/fullsailor/pkcs7",
  2839        sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=",
  2840        version = "v0.0.0-20190404230743-d7302db945fa",
  2841    )
  2842    go_repository(
  2843        name = "com_github_fullstorydev_grpcurl",
  2844        build_file_proto_mode = "disable_global",
  2845        importpath = "github.com/fullstorydev/grpcurl",
  2846        sum = "h1:JMvZXK8lHDGyLmTQ0ZdGDnVVGuwjbpaumf8p42z0d+c=",
  2847        version = "v1.8.9",
  2848    )
  2849
  2850    go_repository(
  2851        name = "com_github_fvbommel_sortorder",
  2852        build_file_proto_mode = "disable_global",
  2853        importpath = "github.com/fvbommel/sortorder",
  2854        sum = "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=",
  2855        version = "v1.1.0",
  2856    )
  2857    go_repository(
  2858        name = "com_github_fxamacker_cbor_v2",
  2859        build_file_proto_mode = "disable_global",
  2860        importpath = "github.com/fxamacker/cbor/v2",
  2861        sum = "h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=",
  2862        version = "v2.7.0",
  2863    )
  2864    go_repository(
  2865        name = "com_github_gabriel_vasile_mimetype",
  2866        build_file_proto_mode = "disable_global",
  2867        importpath = "github.com/gabriel-vasile/mimetype",
  2868        sum = "h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=",
  2869        version = "v1.4.3",
  2870    )
  2871    go_repository(
  2872        name = "com_github_gammazero_deque",
  2873        build_file_proto_mode = "disable_global",
  2874        importpath = "github.com/gammazero/deque",
  2875        sum = "h1:lxbhOGZ9pU3Kf8P6lFluUcE82yVZn2EqEf4+mWRNPV0=",
  2876        version = "v0.0.0-20190521012701-46e4ffb7a622",
  2877    )
  2878    go_repository(
  2879        name = "com_github_gammazero_workerpool",
  2880        build_file_proto_mode = "disable_global",
  2881        importpath = "github.com/gammazero/workerpool",
  2882        sum = "h1:fqgNEGLc7p2Rz4xlDHp9WNw/pqqR3c2cLdIC4zASBzU=",
  2883        version = "v0.0.0-20190608213748-0ed5e40ec55e",
  2884    )
  2885    go_repository(
  2886        name = "com_github_garyburd_redigo",
  2887        build_file_proto_mode = "disable_global",
  2888        importpath = "github.com/garyburd/redigo",
  2889        sum = "h1:LofdAjjjqCSXMwLGgOgnE+rdPuvX9DxCqaHwKy7i/ko=",
  2890        version = "v0.0.0-20150301180006-535138d7bcd7",
  2891    )
  2892
  2893    go_repository(
  2894        name = "com_github_gdamore_encoding",
  2895        build_file_proto_mode = "disable_global",
  2896        importpath = "github.com/gdamore/encoding",
  2897        sum = "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=",
  2898        version = "v1.0.0",
  2899    )
  2900    go_repository(
  2901        name = "com_github_gdamore_tcell_v2",
  2902        build_file_proto_mode = "disable_global",
  2903        importpath = "github.com/gdamore/tcell/v2",
  2904        sum = "h1:OKbluoP9VYmJwZwq/iLb4BxwKcwGthaa1YNBJIyCySg=",
  2905        version = "v2.6.0",
  2906    )
  2907    go_repository(
  2908        name = "com_github_getkin_kin_openapi",
  2909        build_file_proto_mode = "disable_global",
  2910        importpath = "github.com/getkin/kin-openapi",
  2911        sum = "h1:p4nagHchUKGn85z/f+pse4aSh50nIBOYjOhMIku2hiA=",
  2912        version = "v0.89.0",
  2913    )
  2914    go_repository(
  2915        name = "com_github_ghodss_yaml",
  2916        build_file_proto_mode = "disable_global",
  2917        importpath = "github.com/ghodss/yaml",
  2918        sum = "h1:Mn26/9ZMNWSw9C9ERFA1PUxfmGpolnw2v0bKOREu5ew=",
  2919        version = "v1.0.1-0.20190212211648-25d852aebe32",
  2920    )
  2921    go_repository(
  2922        name = "com_github_gin_contrib_cors",
  2923        build_file_proto_mode = "disable_global",
  2924        importpath = "github.com/gin-contrib/cors",
  2925        sum = "h1:oLDHxdg8W/XDoN/8zamqk/Drgt4oVZDvaV0YmvVICQw=",
  2926        version = "v1.7.2",
  2927    )
  2928    go_repository(
  2929        name = "com_github_gin_contrib_pprof",
  2930        build_file_proto_mode = "disable_global",
  2931        importpath = "github.com/gin-contrib/pprof",
  2932        sum = "h1:XxiBSf5jWZ5i16lNOPbMTVdgHBdhfGRD5PZ1LWazzvg=",
  2933        version = "v1.4.0",
  2934    )
  2935    go_repository(
  2936        name = "com_github_gin_contrib_requestid",
  2937        build_file_proto_mode = "disable_global",
  2938        importpath = "github.com/gin-contrib/requestid",
  2939        sum = "h1:FUlpVNV4t4cjLIo7eymDCmcrOZFUKw8MYR/OPY+yjMs=",
  2940        version = "v0.0.5",
  2941    )
  2942    go_repository(
  2943        name = "com_github_gin_contrib_secure",
  2944        build_file_proto_mode = "disable_global",
  2945        importpath = "github.com/gin-contrib/secure",
  2946        sum = "h1:DMMx3xXDY+MLA9kzIPHksyzC5/V5J6014c/WAmdS2gQ=",
  2947        version = "v0.0.1",
  2948    )
  2949    go_repository(
  2950        name = "com_github_gin_contrib_sessions",
  2951        build_file_proto_mode = "disable_global",
  2952        importpath = "github.com/gin-contrib/sessions",
  2953        sum = "h1:CATtfHmLMQrMNpJRgzjWXD7worTh7g7ritsQfmF+0jE=",
  2954        version = "v0.0.5",
  2955    )
  2956    go_repository(
  2957        name = "com_github_gin_contrib_sse",
  2958        build_file_proto_mode = "disable_global",
  2959        importpath = "github.com/gin-contrib/sse",
  2960        sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=",
  2961        version = "v0.1.0",
  2962    )
  2963    go_repository(
  2964        name = "com_github_gin_contrib_static",
  2965        build_file_proto_mode = "disable_global",
  2966        importpath = "github.com/gin-contrib/static",
  2967        sum = "h1:JVxuvHPuUfkoul12N7dtQw7KRn/pSMq7Ue1Va9Swm1U=",
  2968        version = "v0.0.1",
  2969    )
  2970    go_repository(
  2971        name = "com_github_gin_gonic_contrib",
  2972        build_file_proto_mode = "disable_global",
  2973        importpath = "github.com/gin-gonic/contrib",
  2974        sum = "h1:dyuNlYlG1faymw39NdJddnzJICy6587tiGSVioWhYoE=",
  2975        version = "v0.0.0-20221130124618-7e01895a63f2",
  2976    )
  2977    go_repository(
  2978        name = "com_github_gin_gonic_gin",
  2979        build_file_proto_mode = "disable_global",
  2980        importpath = "github.com/gin-gonic/gin",
  2981        sum = "h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=",
  2982        version = "v1.9.1",
  2983    )
  2984    go_repository(
  2985        name = "com_github_gleisonmv_colors",
  2986        build_file_proto_mode = "disable_global",
  2987        importpath = "github.com/gleisonmv/colors",
  2988        sum = "h1:rh/6q39ILBBRAx56Vw6BrkX2IkyPW9eqvq8Jz4EYU1E=",
  2989        version = "v0.0.0-20220421121932-1b9fd9240d61",
  2990    )
  2991    go_repository(
  2992        name = "com_github_globalsign_mgo",
  2993        build_file_proto_mode = "disable_global",
  2994        importpath = "github.com/globalsign/mgo",
  2995        sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=",
  2996        version = "v0.0.0-20181015135952-eeefdecb41b8",
  2997    )
  2998    go_repository(
  2999        name = "com_github_go_asn1_ber_asn1_ber",
  3000        build_file_proto_mode = "disable_global",
  3001        importpath = "github.com/go-asn1-ber/asn1-ber",
  3002        sum = "h1:MNHlNMBDgEKD4TcKr36vQN68BA00aDfjIt3/bD50WnA=",
  3003        version = "v1.5.5",
  3004    )
  3005    go_repository(
  3006        name = "com_github_go_bindata_go_bindata",
  3007        build_file_proto_mode = "disable_global",
  3008        importpath = "github.com/go-bindata/go-bindata",
  3009        sum = "h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg=",
  3010        version = "v3.1.1+incompatible",
  3011    )
  3012    go_repository(
  3013        name = "com_github_go_chef_chef",
  3014        build_file_proto_mode = "disable_global",
  3015        importpath = "github.com/go-chef/chef",
  3016        sum = "h1:7U9P8op5jqaDXo6wANjopiirSENtemTVfoXFEgG8hso=",
  3017        version = "v0.29.0",
  3018    )
  3019    go_repository(
  3020        name = "com_github_go_chi_chi",
  3021        build_file_proto_mode = "disable_global",
  3022        importpath = "github.com/go-chi/chi",
  3023        sum = "h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=",
  3024        version = "v4.1.2+incompatible",
  3025    )
  3026    go_repository(
  3027        name = "com_github_go_chi_chi_v5",
  3028        build_file_proto_mode = "disable_global",
  3029        importpath = "github.com/go-chi/chi/v5",
  3030        sum = "h1:rLz5avzKpjqxrYwXNfmjkrYYXOyLJd37pz53UFHC6vk=",
  3031        version = "v5.0.10",
  3032    )
  3033
  3034    go_repository(
  3035        name = "com_github_go_errors_errors",
  3036        build_file_proto_mode = "disable_global",
  3037        importpath = "github.com/go-errors/errors",
  3038        sum = "h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=",
  3039        version = "v1.5.1",
  3040    )
  3041    go_repository(
  3042        name = "com_github_go_fonts_dejavu",
  3043        build_file_proto_mode = "disable_global",
  3044        importpath = "github.com/go-fonts/dejavu",
  3045        sum = "h1:JSajPXURYqpr+Cu8U9bt8K+XcACIHWqWrvWCKyeFmVQ=",
  3046        version = "v0.1.0",
  3047    )
  3048    go_repository(
  3049        name = "com_github_go_fonts_latin_modern",
  3050        build_file_proto_mode = "disable_global",
  3051        importpath = "github.com/go-fonts/latin-modern",
  3052        sum = "h1:/cT8A7uavYKvglYXvrdDw4oS5ZLkcOU22fa2HJ1/JVM=",
  3053        version = "v0.3.1",
  3054    )
  3055    go_repository(
  3056        name = "com_github_go_fonts_liberation",
  3057        build_file_proto_mode = "disable_global",
  3058        importpath = "github.com/go-fonts/liberation",
  3059        sum = "h1:9RPT2NhUpxQ7ukUvz3jeUckmN42T9D9TpjtQcqK/ceM=",
  3060        version = "v0.3.1",
  3061    )
  3062    go_repository(
  3063        name = "com_github_go_fonts_stix",
  3064        build_file_proto_mode = "disable_global",
  3065        importpath = "github.com/go-fonts/stix",
  3066        sum = "h1:UlZlgrvvmT/58o573ot7NFw0vZasZ5I6bcIft/oMdgg=",
  3067        version = "v0.1.0",
  3068    )
  3069    go_repository(
  3070        name = "com_github_go_git_gcfg",
  3071        build_file_proto_mode = "disable_global",
  3072        importpath = "github.com/go-git/gcfg",
  3073        sum = "h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=",
  3074        version = "v1.5.1-0.20230307220236-3a3c6141e376",
  3075    )
  3076    go_repository(
  3077        name = "com_github_go_git_go_billy_v5",
  3078        build_file_proto_mode = "disable_global",
  3079        importpath = "github.com/go-git/go-billy/v5",
  3080        sum = "h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=",
  3081        version = "v5.5.0",
  3082    )
  3083    go_repository(
  3084        name = "com_github_go_git_go_git_v5",
  3085        build_file_proto_mode = "disable_global",
  3086        importpath = "github.com/go-git/go-git/v5",
  3087        sum = "h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=",
  3088        version = "v5.12.0",
  3089    )
  3090    go_repository(
  3091        name = "com_github_go_gl_glfw",
  3092        build_file_proto_mode = "disable_global",
  3093        importpath = "github.com/go-gl/glfw",
  3094        sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=",
  3095        version = "v0.0.0-20190409004039-e6da0acd62b1",
  3096    )
  3097    go_repository(
  3098        name = "com_github_go_gl_glfw_v3_3_glfw",
  3099        build_file_proto_mode = "disable_global",
  3100        importpath = "github.com/go-gl/glfw/v3.3/glfw",
  3101        sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=",
  3102        version = "v0.0.0-20200222043503-6f7a984d4dc4",
  3103    )
  3104
  3105    go_repository(
  3106        name = "com_github_go_gorp_gorp_v3",
  3107        build_file_proto_mode = "disable_global",
  3108        importpath = "github.com/go-gorp/gorp/v3",
  3109        sum = "h1:ItKF/Vbuj31dmV4jxA1qblpSwkl9g1typ24xoe70IGs=",
  3110        version = "v3.1.0",
  3111    )
  3112    go_repository(
  3113        name = "com_github_go_ini_ini",
  3114        build_file_proto_mode = "disable_global",
  3115        importpath = "github.com/go-ini/ini",
  3116        sum = "h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=",
  3117        version = "v1.67.0",
  3118    )
  3119    go_repository(
  3120        name = "com_github_go_jose_go_jose_v3",
  3121        build_file_proto_mode = "disable_global",
  3122        importpath = "github.com/go-jose/go-jose/v3",
  3123        sum = "h1:fFKWeig/irsp7XD2zBxvnmA/XaRWp5V3CBsZXJF7G7k=",
  3124        version = "v3.0.3",
  3125    )
  3126    go_repository(
  3127        name = "com_github_go_jose_go_jose_v4",
  3128        build_file_proto_mode = "disable_global",
  3129        importpath = "github.com/go-jose/go-jose/v4",
  3130        sum = "h1:QVEPDE3OluqXBQZDcnNvQrInro2h0e4eqNbnZSWqS6U=",
  3131        version = "v4.0.1",
  3132    )
  3133
  3134    go_repository(
  3135        name = "com_github_go_kit_kit",
  3136        build_file_proto_mode = "disable_global",
  3137        importpath = "github.com/go-kit/kit",
  3138        sum = "h1:OoneCcHKHQ03LfBpoQCUfCluwd2Vt3ohz+kvbJneZAU=",
  3139        version = "v0.13.0",
  3140    )
  3141    go_repository(
  3142        name = "com_github_go_kit_log",
  3143        build_file_proto_mode = "disable_global",
  3144        importpath = "github.com/go-kit/log",
  3145        sum = "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=",
  3146        version = "v0.2.1",
  3147    )
  3148
  3149    go_repository(
  3150        name = "com_github_go_kivik_kivik_v4",
  3151        build_file_proto_mode = "disable_global",
  3152        importpath = "github.com/go-kivik/kivik/v4",
  3153        sum = "h1:aw7qWaoQBnpdyPks+Yxbw6jjIgZPHdethS0JqCDlTSY=",
  3154        version = "v4.3.2",
  3155    )
  3156
  3157    go_repository(
  3158        name = "com_github_go_latex_latex",
  3159        build_file_proto_mode = "disable_global",
  3160        importpath = "github.com/go-latex/latex",
  3161        sum = "h1:NxXI5pTAtpEaU49bpLpQoDsu1zrteW/vxzTz8Cd2UAs=",
  3162        version = "v0.0.0-20230307184459-12ec69307ad9",
  3163    )
  3164    go_repository(
  3165        name = "com_github_go_ldap_ldap_v3",
  3166        build_file_proto_mode = "disable_global",
  3167        importpath = "github.com/go-ldap/ldap/v3",
  3168        sum = "h1:ert95MdbiG7aWo/oPYp9btL3KJlMPKnP58r09rI8T+A=",
  3169        version = "v3.4.6",
  3170    )
  3171    go_repository(
  3172        name = "com_github_go_logfmt_logfmt",
  3173        build_file_proto_mode = "disable_global",
  3174        importpath = "github.com/go-logfmt/logfmt",
  3175        sum = "h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=",
  3176        version = "v0.6.0",
  3177    )
  3178    go_repository(
  3179        name = "com_github_go_logr_logr",
  3180        build_file_proto_mode = "disable_global",
  3181        importpath = "github.com/go-logr/logr",
  3182        sum = "h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=",
  3183        version = "v1.4.2",
  3184    )
  3185    go_repository(
  3186        name = "com_github_go_logr_stdr",
  3187        build_file_proto_mode = "disable_global",
  3188        importpath = "github.com/go-logr/stdr",
  3189        sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=",
  3190        version = "v1.2.2",
  3191    )
  3192    go_repository(
  3193        name = "com_github_go_logr_zapr",
  3194        build_file_proto_mode = "disable_global",
  3195        importpath = "github.com/go-logr/zapr",
  3196        sum = "h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=",
  3197        version = "v1.3.0",
  3198    )
  3199    go_repository(
  3200        name = "com_github_go_ole_go_ole",
  3201        build_file_proto_mode = "disable_global",
  3202        importpath = "github.com/go-ole/go-ole",
  3203        sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=",
  3204        version = "v1.2.6",
  3205    )
  3206    go_repository(
  3207        name = "com_github_go_openapi_analysis",
  3208        build_file_proto_mode = "disable_global",
  3209        importpath = "github.com/go-openapi/analysis",
  3210        sum = "h1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=",
  3211        version = "v0.23.0",
  3212    )
  3213    go_repository(
  3214        name = "com_github_go_openapi_errors",
  3215        build_file_proto_mode = "disable_global",
  3216        importpath = "github.com/go-openapi/errors",
  3217        sum = "h1:c4xY/OLxUBSTiepAg3j/MHuAv5mJhnf53LLMWFB+u/w=",
  3218        version = "v0.22.0",
  3219    )
  3220    go_repository(
  3221        name = "com_github_go_openapi_jsonpointer",
  3222        build_file_proto_mode = "disable_global",
  3223        importpath = "github.com/go-openapi/jsonpointer",
  3224        sum = "h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=",
  3225        version = "v0.21.0",
  3226    )
  3227    go_repository(
  3228        name = "com_github_go_openapi_jsonreference",
  3229        build_file_proto_mode = "disable_global",
  3230        importpath = "github.com/go-openapi/jsonreference",
  3231        sum = "h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=",
  3232        version = "v0.21.0",
  3233    )
  3234    go_repository(
  3235        name = "com_github_go_openapi_loads",
  3236        build_file_proto_mode = "disable_global",
  3237        importpath = "github.com/go-openapi/loads",
  3238        sum = "h1:ECPGd4jX1U6NApCGG1We+uEozOAvXvJSF4nnwHZ8Aco=",
  3239        version = "v0.22.0",
  3240    )
  3241    go_repository(
  3242        name = "com_github_go_openapi_runtime",
  3243        build_file_proto_mode = "disable_global",
  3244        importpath = "github.com/go-openapi/runtime",
  3245        sum = "h1:gpPPmWSNGo214l6n8hzdXYhPuJcGtziTOgUpvsFWGIQ=",
  3246        version = "v0.28.0",
  3247    )
  3248    go_repository(
  3249        name = "com_github_go_openapi_spec",
  3250        build_file_proto_mode = "disable_global",
  3251        importpath = "github.com/go-openapi/spec",
  3252        sum = "h1:LTVzPc3p/RzRnkQqLRndbAzjY0d0BCL72A6j3CdL9ZY=",
  3253        version = "v0.21.0",
  3254    )
  3255    go_repository(
  3256        name = "com_github_go_openapi_strfmt",
  3257        build_file_proto_mode = "disable_global",
  3258        importpath = "github.com/go-openapi/strfmt",
  3259        sum = "h1:nlUS6BCqcnAk0pyhi9Y+kdDVZdZMHfEKQiS4HaMgO/c=",
  3260        version = "v0.23.0",
  3261    )
  3262    go_repository(
  3263        name = "com_github_go_openapi_swag",
  3264        build_file_proto_mode = "disable_global",
  3265        importpath = "github.com/go-openapi/swag",
  3266        sum = "h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=",
  3267        version = "v0.23.0",
  3268    )
  3269    go_repository(
  3270        name = "com_github_go_openapi_validate",
  3271        build_file_proto_mode = "disable_global",
  3272        importpath = "github.com/go-openapi/validate",
  3273        sum = "h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3BumrGD58=",
  3274        version = "v0.24.0",
  3275    )
  3276    go_repository(
  3277        name = "com_github_go_pdf_fpdf",
  3278        build_file_proto_mode = "disable_global",
  3279        importpath = "github.com/go-pdf/fpdf",
  3280        sum = "h1:IJKpdaagnWUeSkUFUjTcSzTppFxmv8ucGQyNPQWxYOQ=",
  3281        version = "v0.8.0",
  3282    )
  3283    go_repository(
  3284        name = "com_github_go_piv_piv_go",
  3285        build_file_proto_mode = "disable_global",
  3286        importpath = "github.com/go-piv/piv-go",
  3287        sum = "h1:5vAaCdRTFSIW4PeqMbnsDlUZ7odMYWnHBDGdmtU/Zhg=",
  3288        version = "v1.11.0",
  3289    )
  3290
  3291    go_repository(
  3292        name = "com_github_go_playground_assert_v2",
  3293        build_file_proto_mode = "disable_global",
  3294        importpath = "github.com/go-playground/assert/v2",
  3295        sum = "h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=",
  3296        version = "v2.2.0",
  3297    )
  3298    go_repository(
  3299        name = "com_github_go_playground_locales",
  3300        build_file_proto_mode = "disable_global",
  3301        importpath = "github.com/go-playground/locales",
  3302        sum = "h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=",
  3303        version = "v0.14.1",
  3304    )
  3305    go_repository(
  3306        name = "com_github_go_playground_universal_translator",
  3307        build_file_proto_mode = "disable_global",
  3308        importpath = "github.com/go-playground/universal-translator",
  3309        sum = "h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=",
  3310        version = "v0.18.1",
  3311    )
  3312    go_repository(
  3313        name = "com_github_go_playground_validator_v10",
  3314        build_file_proto_mode = "disable_global",
  3315        importpath = "github.com/go-playground/validator/v10",
  3316        sum = "h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=",
  3317        version = "v10.20.0",
  3318    )
  3319    go_repository(
  3320        name = "com_github_go_quicktest_qt",
  3321        build_file_proto_mode = "disable_global",
  3322        importpath = "github.com/go-quicktest/qt",
  3323        sum = "h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=",
  3324        version = "v1.101.0",
  3325    )
  3326    go_repository(
  3327        name = "com_github_go_redis_redis",
  3328        build_file_proto_mode = "disable_global",
  3329        importpath = "github.com/go-redis/redis",
  3330        sum = "h1:BKZuG6mCnRj5AOaWJXoCgf6rqTYnYJLe4en2hxT7r9o=",
  3331        version = "v6.15.8+incompatible",
  3332    )
  3333    go_repository(
  3334        name = "com_github_go_redis_redismock_v9",
  3335        build_file_proto_mode = "disable_global",
  3336        importpath = "github.com/go-redis/redismock/v9",
  3337        sum = "h1:ZrMYQeKPECZPjOj5u9eyOjg8Nnb0BS9lkVIZ6IpsKLw=",
  3338        version = "v9.2.0",
  3339    )
  3340
  3341    go_repository(
  3342        name = "com_github_go_resty_resty_v2",
  3343        build_file_proto_mode = "disable_global",
  3344        importpath = "github.com/go-resty/resty/v2",
  3345        sum = "h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY=",
  3346        version = "v2.7.0",
  3347    )
  3348    go_repository(
  3349        name = "com_github_go_rod_rod",
  3350        build_file_proto_mode = "disable_global",
  3351        importpath = "github.com/go-rod/rod",
  3352        sum = "h1:h4pimzSOUnw7Eo41zdJA788XsawzHjJMyzCE3BrBww0=",
  3353        version = "v0.114.7",
  3354    )
  3355
  3356    go_repository(
  3357        name = "com_github_go_sourcemap_sourcemap",
  3358        build_file_proto_mode = "disable_global",
  3359        importpath = "github.com/go-sourcemap/sourcemap",
  3360        sum = "h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=",
  3361        version = "v2.1.3+incompatible",
  3362    )
  3363    go_repository(
  3364        name = "com_github_go_sql_driver_mysql",
  3365        build_file_proto_mode = "disable_global",
  3366        importpath = "github.com/go-sql-driver/mysql",
  3367        sum = "h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=",
  3368        version = "v1.8.1",
  3369    )
  3370    go_repository(
  3371        name = "com_github_go_stack_stack",
  3372        build_file_proto_mode = "disable_global",
  3373        importpath = "github.com/go-stack/stack",
  3374        sum = "h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=",
  3375        version = "v1.8.1",
  3376    )
  3377    go_repository(
  3378        name = "com_github_go_task_slim_sprig",
  3379        build_file_proto_mode = "disable_global",
  3380        importpath = "github.com/go-task/slim-sprig",
  3381        sum = "h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=",
  3382        version = "v0.0.0-20230315185526-52ccab3ef572",
  3383    )
  3384    go_repository(
  3385        name = "com_github_go_task_slim_sprig_v3",
  3386        build_file_proto_mode = "disable_global",
  3387        importpath = "github.com/go-task/slim-sprig/v3",
  3388        sum = "h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=",
  3389        version = "v3.0.0",
  3390    )
  3391
  3392    go_repository(
  3393        name = "com_github_go_test_deep",
  3394        build_file_proto_mode = "disable_global",
  3395        importpath = "github.com/go-test/deep",
  3396        sum = "h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg=",
  3397        version = "v1.1.0",
  3398    )
  3399    go_repository(
  3400        name = "com_github_go_text_typesetting",
  3401        build_file_proto_mode = "disable_global",
  3402        importpath = "github.com/go-text/typesetting",
  3403        sum = "h1:FQivqchis6bE2/9uF70M2gmmLpe82esEm2QadL0TEJo=",
  3404        version = "v0.0.0-20230803102845-24e03d8b5372",
  3405    )
  3406    go_repository(
  3407        name = "com_github_go_zookeeper_zk",
  3408        build_file_proto_mode = "disable_global",
  3409        importpath = "github.com/go-zookeeper/zk",
  3410        sum = "h1:4mx0EYENAdX/B/rbunjlt5+4RTA/a9SMHBRuSKdGxPM=",
  3411        version = "v1.0.2",
  3412    )
  3413
  3414    go_repository(
  3415        name = "com_github_gobuffalo_attrs",
  3416        build_file_proto_mode = "disable_global",
  3417        importpath = "github.com/gobuffalo/attrs",
  3418        sum = "h1:LY6/rbhPD/hfa+AfviaMXBmZBGb0fGHF12yg7f3dPQA=",
  3419        version = "v0.1.0",
  3420    )
  3421    go_repository(
  3422        name = "com_github_gobuffalo_buffalo",
  3423        build_file_proto_mode = "disable_global",
  3424        importpath = "github.com/gobuffalo/buffalo",
  3425        sum = "h1:Fyn55HJULJpFPMUNx9lrPK31qvr37+bpNGFbpAOauGI=",
  3426        version = "v0.13.0",
  3427    )
  3428    go_repository(
  3429        name = "com_github_gobuffalo_buffalo_plugins",
  3430        build_file_proto_mode = "disable_global",
  3431        importpath = "github.com/gobuffalo/buffalo-plugins",
  3432        sum = "h1:71I2OqFmlP4p3N9Vl0maq+IPHKuTEUevoeFkLHjgF3k=",
  3433        version = "v1.15.0",
  3434    )
  3435    go_repository(
  3436        name = "com_github_gobuffalo_buffalo_pop",
  3437        build_file_proto_mode = "disable_global",
  3438        importpath = "github.com/gobuffalo/buffalo-pop",
  3439        sum = "h1:8aXdBlo9MEKFGHyl489+28Jw7Ud59Th1U+5Ayu1wNL0=",
  3440        version = "v1.0.5",
  3441    )
  3442    go_repository(
  3443        name = "com_github_gobuffalo_depgen",
  3444        build_file_proto_mode = "disable_global",
  3445        importpath = "github.com/gobuffalo/depgen",
  3446        sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=",
  3447        version = "v0.1.0",
  3448    )
  3449    go_repository(
  3450        name = "com_github_gobuffalo_envy",
  3451        build_file_proto_mode = "disable_global",
  3452        importpath = "github.com/gobuffalo/envy",
  3453        sum = "h1:eZR0DuEgVLfeIb1zIKt3bT4YovIMf9O9LXQeCZLXpqE=",
  3454        version = "v1.9.0",
  3455    )
  3456    go_repository(
  3457        name = "com_github_gobuffalo_events",
  3458        build_file_proto_mode = "disable_global",
  3459        importpath = "github.com/gobuffalo/events",
  3460        sum = "h1:OLJIun6wRx4DOW19XoL/AoyjuJltqeOBFH3q8cDvNb8=",
  3461        version = "v1.4.1",
  3462    )
  3463    go_repository(
  3464        name = "com_github_gobuffalo_fizz",
  3465        build_file_proto_mode = "disable_global",
  3466        importpath = "github.com/gobuffalo/fizz",
  3467        sum = "h1:I8vad0PnmR+CLjSnZ5L5jlhBm4S88UIGOoZZL3/3e24=",
  3468        version = "v1.10.0",
  3469    )
  3470    go_repository(
  3471        name = "com_github_gobuffalo_flect",
  3472        build_file_proto_mode = "disable_global",
  3473        importpath = "github.com/gobuffalo/flect",
  3474        sum = "h1:eqjPGSo2WmjgY2XlpGwo2NXgL3RucAKo4k4qQMNA5sA=",
  3475        version = "v1.0.2",
  3476    )
  3477    go_repository(
  3478        name = "com_github_gobuffalo_genny",
  3479        build_file_proto_mode = "disable_global",
  3480        importpath = "github.com/gobuffalo/genny",
  3481        sum = "h1:d7c6d66ZrTHHty01hDX1/TcTWvAJQxRZl885KWX5kHY=",
  3482        version = "v0.6.0",
  3483    )
  3484    go_repository(
  3485        name = "com_github_gobuffalo_genny_v2",
  3486        build_file_proto_mode = "disable_global",
  3487        importpath = "github.com/gobuffalo/genny/v2",
  3488        sum = "h1:IH0EHcvwKT0MdASzptvkz/ViYBQELTklq1/l8Ot3Q5E=",
  3489        version = "v2.0.5",
  3490    )
  3491    go_repository(
  3492        name = "com_github_gobuffalo_gitgen",
  3493        build_file_proto_mode = "disable_global",
  3494        importpath = "github.com/gobuffalo/gitgen",
  3495        sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=",
  3496        version = "v0.0.0-20190315122116-cc086187d211",
  3497    )
  3498    go_repository(
  3499        name = "com_github_gobuffalo_github_flavored_markdown",
  3500        build_file_proto_mode = "disable_global",
  3501        importpath = "github.com/gobuffalo/github_flavored_markdown",
  3502        sum = "h1:8Zzj4fTRl/OP2R7sGerzSf6g2nEJnaBEJe7UAOiEvbQ=",
  3503        version = "v1.1.0",
  3504    )
  3505    go_repository(
  3506        name = "com_github_gobuffalo_gogen",
  3507        build_file_proto_mode = "disable_global",
  3508        importpath = "github.com/gobuffalo/gogen",
  3509        sum = "h1:Xx7NCe+/y++eII2aWAFZ09/81MhDCsZwvMzIFJoQRnU=",
  3510        version = "v0.2.0",
  3511    )
  3512    go_repository(
  3513        name = "com_github_gobuffalo_helpers",
  3514        build_file_proto_mode = "disable_global",
  3515        importpath = "github.com/gobuffalo/helpers",
  3516        sum = "h1:LLcL4BsiyDQYtMRUUpyFdBFvFXQ6hNYOpwrcYeilVWM=",
  3517        version = "v0.6.1",
  3518    )
  3519    go_repository(
  3520        name = "com_github_gobuffalo_here",
  3521        build_file_proto_mode = "disable_global",
  3522        importpath = "github.com/gobuffalo/here",
  3523        sum = "h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=",
  3524        version = "v0.6.0",
  3525    )
  3526    go_repository(
  3527        name = "com_github_gobuffalo_httptest",
  3528        build_file_proto_mode = "disable_global",
  3529        importpath = "github.com/gobuffalo/httptest",
  3530        sum = "h1:LWp2khlgA697h4BIYWW2aRxvB93jMnBrbakQ/r2KLzs=",
  3531        version = "v1.0.2",
  3532    )
  3533    go_repository(
  3534        name = "com_github_gobuffalo_licenser",
  3535        build_file_proto_mode = "disable_global",
  3536        importpath = "github.com/gobuffalo/licenser",
  3537        sum = "h1:xAHoWgZ8vbRkxC8a+SBVL7Y7atJBRZfXM9H9MmPXx1k=",
  3538        version = "v1.1.0",
  3539    )
  3540    go_repository(
  3541        name = "com_github_gobuffalo_logger",
  3542        build_file_proto_mode = "disable_global",
  3543        importpath = "github.com/gobuffalo/logger",
  3544        sum = "h1:YaXOTHNPCvkqqA7w05A4v0k2tCdpr+sgFlgINbQ6gqc=",
  3545        version = "v1.0.3",
  3546    )
  3547    go_repository(
  3548        name = "com_github_gobuffalo_makr",
  3549        build_file_proto_mode = "disable_global",
  3550        importpath = "github.com/gobuffalo/makr",
  3551        sum = "h1:lOlpv2iz0dNa4qse0ZYQgbtT+ybwVxWEAcOZbcPmeYc=",
  3552        version = "v1.1.5",
  3553    )
  3554    go_repository(
  3555        name = "com_github_gobuffalo_mapi",
  3556        build_file_proto_mode = "disable_global",
  3557        importpath = "github.com/gobuffalo/mapi",
  3558        sum = "h1:TyfbtQaW7GvS4DXdF1KQOSGrW6L0uiFmGDz+JgEIMbM=",
  3559        version = "v1.2.1",
  3560    )
  3561    go_repository(
  3562        name = "com_github_gobuffalo_meta",
  3563        build_file_proto_mode = "disable_global",
  3564        importpath = "github.com/gobuffalo/meta",
  3565        sum = "h1:F0BFeZuQ1UmsHAVBgsnzolheLmv11t2GQ+53OFOP7lk=",
  3566        version = "v0.3.0",
  3567    )
  3568    go_repository(
  3569        name = "com_github_gobuffalo_mw_basicauth",
  3570        build_file_proto_mode = "disable_global",
  3571        importpath = "github.com/gobuffalo/mw-basicauth",
  3572        sum = "h1:bCqDBHnByenQitOtFdEtMvlWVgPwODrfZ+nVkgGoJZ8=",
  3573        version = "v1.0.3",
  3574    )
  3575    go_repository(
  3576        name = "com_github_gobuffalo_mw_contenttype",
  3577        build_file_proto_mode = "disable_global",
  3578        importpath = "github.com/gobuffalo/mw-contenttype",
  3579        sum = "h1:SUFp8EbFjlKXkvqstoxPWx3nVPV3BSKZTswQNTZFaik=",
  3580        version = "v0.0.0-20180802152300-74f5a47f4d56",
  3581    )
  3582    go_repository(
  3583        name = "com_github_gobuffalo_mw_csrf",
  3584        build_file_proto_mode = "disable_global",
  3585        importpath = "github.com/gobuffalo/mw-csrf",
  3586        sum = "h1:A13B4mhcFQcjPJ1GFBrh61B4Qo87fZa82FfTt9LX/QU=",
  3587        version = "v0.0.0-20180802151833-446ff26e108b",
  3588    )
  3589    go_repository(
  3590        name = "com_github_gobuffalo_mw_forcessl",
  3591        build_file_proto_mode = "disable_global",
  3592        importpath = "github.com/gobuffalo/mw-forcessl",
  3593        sum = "h1:v94+IGhlBro0Lz1gOR3lrdAVSZ0mJF2NxsdppKd7FnI=",
  3594        version = "v0.0.0-20180802152810-73921ae7a130",
  3595    )
  3596    go_repository(
  3597        name = "com_github_gobuffalo_mw_i18n",
  3598        build_file_proto_mode = "disable_global",
  3599        importpath = "github.com/gobuffalo/mw-i18n",
  3600        sum = "h1:pZhsgF8RXEngHdibuRNOXNk1pL0K9rFa5HOcvURNTQ4=",
  3601        version = "v0.0.0-20180802152014-e3060b7e13d6",
  3602    )
  3603    go_repository(
  3604        name = "com_github_gobuffalo_mw_paramlogger",
  3605        build_file_proto_mode = "disable_global",
  3606        importpath = "github.com/gobuffalo/mw-paramlogger",
  3607        sum = "h1:TsmUXyHjj5ReuN1AJjEVukf72J6AfRTF2CfTEaqVLT8=",
  3608        version = "v0.0.0-20181005191442-d6ee392ec72e",
  3609    )
  3610    go_repository(
  3611        name = "com_github_gobuffalo_mw_tokenauth",
  3612        build_file_proto_mode = "disable_global",
  3613        importpath = "github.com/gobuffalo/mw-tokenauth",
  3614        sum = "h1:nhPzONHNGlXZIMFfKm6cWpRSq5oTanRK1qBtfCPBFyE=",
  3615        version = "v0.0.0-20181001105134-8545f626c189",
  3616    )
  3617    go_repository(
  3618        name = "com_github_gobuffalo_nulls",
  3619        build_file_proto_mode = "disable_global",
  3620        importpath = "github.com/gobuffalo/nulls",
  3621        sum = "h1:yfOsQarm6pD7Crg/VnpI9Odh5nBlO+eDeKRiHYZOsTA=",
  3622        version = "v0.3.0",
  3623    )
  3624    go_repository(
  3625        name = "com_github_gobuffalo_packd",
  3626        build_file_proto_mode = "disable_global",
  3627        importpath = "github.com/gobuffalo/packd",
  3628        sum = "h1:6ERZvJHfe24rfFmA9OaoKBdC7+c9sydrytMg8SdFGBM=",
  3629        version = "v1.0.0",
  3630    )
  3631    go_repository(
  3632        name = "com_github_gobuffalo_packr",
  3633        build_file_proto_mode = "disable_global",
  3634        importpath = "github.com/gobuffalo/packr",
  3635        sum = "h1:/YVd/GRGsu0QuoCJtlcWSVllobs4q3Xvx3nqxTvPyN0=",
  3636        version = "v1.22.0",
  3637    )
  3638    go_repository(
  3639        name = "com_github_gobuffalo_packr_v2",
  3640        build_file_proto_mode = "disable_global",
  3641        importpath = "github.com/gobuffalo/packr/v2",
  3642        sum = "h1:IULGd15bQL59ijXLxEvA5wlMxsmx/ZkQv9T282zNVIY=",
  3643        version = "v2.8.0",
  3644    )
  3645    go_repository(
  3646        name = "com_github_gobuffalo_plush",
  3647        build_file_proto_mode = "disable_global",
  3648        importpath = "github.com/gobuffalo/plush",
  3649        sum = "h1:kzvUTnFPhwyfPEsx7U7LI05/IIslZVGnAlMA1heWub8=",
  3650        version = "v3.8.3+incompatible",
  3651    )
  3652    go_repository(
  3653        name = "com_github_gobuffalo_plush_v4",
  3654        build_file_proto_mode = "disable_global",
  3655        importpath = "github.com/gobuffalo/plush/v4",
  3656        sum = "h1:ZHdmfr2R7DQ77XzWZK2PGKJOXm9NRy21EZ6Rw7FhuNw=",
  3657        version = "v4.0.0",
  3658    )
  3659    go_repository(
  3660        name = "com_github_gobuffalo_plushgen",
  3661        build_file_proto_mode = "disable_global",
  3662        importpath = "github.com/gobuffalo/plushgen",
  3663        sum = "h1:s4yAgNdfNMyMQ7o+Is4f1VlH2L1tKosT+m7BF28C8H4=",
  3664        version = "v0.1.2",
  3665    )
  3666    go_repository(
  3667        name = "com_github_gobuffalo_pop",
  3668        build_file_proto_mode = "disable_global",
  3669        importpath = "github.com/gobuffalo/pop",
  3670        sum = "h1:AhbqPxNOBN/DBb2DBaiBqzOXIBQXxEYzngHHJ+ytP4g=",
  3671        version = "v4.13.1+incompatible",
  3672    )
  3673    go_repository(
  3674        name = "com_github_gobuffalo_pop_v5",
  3675        build_file_proto_mode = "disable_global",
  3676        importpath = "github.com/gobuffalo/pop/v5",
  3677        sum = "h1:dJbBPy6e0G0VRjn28md3fk16wpYIBv5iYVQWd0eqmkQ=",
  3678        version = "v5.3.1",
  3679    )
  3680    go_repository(
  3681        name = "com_github_gobuffalo_release",
  3682        build_file_proto_mode = "disable_global",
  3683        importpath = "github.com/gobuffalo/release",
  3684        sum = "h1:5+6HdlnRQ2anNSOm3GyMvmiCjSIXg3dcJhNA7Eh99dQ=",
  3685        version = "v1.7.0",
  3686    )
  3687    go_repository(
  3688        name = "com_github_gobuffalo_shoulders",
  3689        build_file_proto_mode = "disable_global",
  3690        importpath = "github.com/gobuffalo/shoulders",
  3691        sum = "h1:Hw7wjvyasJJo+bDsebhpnnizHCxfxQ3C4mmLjEzcdXY=",
  3692        version = "v1.0.4",
  3693    )
  3694    go_repository(
  3695        name = "com_github_gobuffalo_syncx",
  3696        build_file_proto_mode = "disable_global",
  3697        importpath = "github.com/gobuffalo/syncx",
  3698        sum = "h1://CNTQ/+VFQizkW24DrBtTBvj8c2+chz5Y7kbboQ2qk=",
  3699        version = "v0.1.0",
  3700    )
  3701    go_repository(
  3702        name = "com_github_gobuffalo_tags",
  3703        build_file_proto_mode = "disable_global",
  3704        importpath = "github.com/gobuffalo/tags",
  3705        sum = "h1:GUxxh34f9SI4U0Pj3ZqvopO9SlzuqSf+g4ZGSPSszt4=",
  3706        version = "v2.1.7+incompatible",
  3707    )
  3708    go_repository(
  3709        name = "com_github_gobuffalo_tags_v3",
  3710        build_file_proto_mode = "disable_global",
  3711        importpath = "github.com/gobuffalo/tags/v3",
  3712        sum = "h1:mzdCYooN2VsLRr8KIAdEZ1lh1Py7JSMsiEGCGata2AQ=",
  3713        version = "v3.1.0",
  3714    )
  3715    go_repository(
  3716        name = "com_github_gobuffalo_uuid",
  3717        build_file_proto_mode = "disable_global",
  3718        importpath = "github.com/gobuffalo/uuid",
  3719        sum = "h1:c5uWRuEnYggYCrT9AJm0U2v1QTG7OVDAvxhj8tIV5Gc=",
  3720        version = "v2.0.5+incompatible",
  3721    )
  3722    go_repository(
  3723        name = "com_github_gobuffalo_validate",
  3724        build_file_proto_mode = "disable_global",
  3725        importpath = "github.com/gobuffalo/validate",
  3726        sum = "h1:ZTxozrIw8qQ5nfhShmc4izjYPTsPhfdXTdhXOd5OS9o=",
  3727        version = "v2.0.4+incompatible",
  3728    )
  3729    go_repository(
  3730        name = "com_github_gobuffalo_validate_v3",
  3731        build_file_proto_mode = "disable_global",
  3732        importpath = "github.com/gobuffalo/validate/v3",
  3733        sum = "h1:Zrpkz2kuZ4rGXLaO3IHVlwX512/cUWRvNjw46Cjhz2Q=",
  3734        version = "v3.2.0",
  3735    )
  3736    go_repository(
  3737        name = "com_github_gobuffalo_x",
  3738        build_file_proto_mode = "disable_global",
  3739        importpath = "github.com/gobuffalo/x",
  3740        sum = "h1:N0iqtKwkicU8M2rLirTDJxdwuL8I2/8MjMlEayaNSgE=",
  3741        version = "v0.0.0-20181007152206-913e47c59ca7",
  3742    )
  3743    go_repository(
  3744        name = "com_github_gobwas_glob",
  3745        build_file_proto_mode = "disable_global",
  3746        importpath = "github.com/gobwas/glob",
  3747        sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=",
  3748        version = "v0.2.3",
  3749    )
  3750    go_repository(
  3751        name = "com_github_gobwas_httphead",
  3752        build_file_proto_mode = "disable_global",
  3753        importpath = "github.com/gobwas/httphead",
  3754        sum = "h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=",
  3755        version = "v0.1.0",
  3756    )
  3757    go_repository(
  3758        name = "com_github_gobwas_pool",
  3759        build_file_proto_mode = "disable_global",
  3760        importpath = "github.com/gobwas/pool",
  3761        sum = "h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=",
  3762        version = "v0.2.1",
  3763    )
  3764    go_repository(
  3765        name = "com_github_gobwas_ws",
  3766        build_file_proto_mode = "disable_global",
  3767        importpath = "github.com/gobwas/ws",
  3768        sum = "h1:F2aeBZrm2NDsc7vbovKrWSogd4wvfAxg0FQ89/iqOTk=",
  3769        version = "v1.2.1",
  3770    )
  3771    go_repository(
  3772        name = "com_github_goccy_go_json",
  3773        build_file_proto_mode = "disable_global",
  3774        importpath = "github.com/goccy/go-json",
  3775        sum = "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=",
  3776        version = "v0.10.2",
  3777    )
  3778    go_repository(
  3779        name = "com_github_goccy_go_yaml",
  3780        build_file_proto_mode = "disable_global",
  3781        importpath = "github.com/goccy/go-yaml",
  3782        sum = "h1:n7Z+zx8S9f9KgzG6KtQKf+kwqXZlLNR2F6018Dgau54=",
  3783        version = "v1.11.0",
  3784    )
  3785    go_repository(
  3786        name = "com_github_gocql_gocql",
  3787        build_file_proto_mode = "disable_global",
  3788        importpath = "github.com/gocql/gocql",
  3789        sum = "h1:N/MD/sr6o61X+iZBAT2qEUF023s4KbA8RWfKzl0L6MQ=",
  3790        version = "v0.0.0-20210515062232-b7ef815b4556",
  3791    )
  3792    go_repository(
  3793        name = "com_github_godbus_dbus",
  3794        build_file_proto_mode = "disable_global",
  3795        importpath = "github.com/godbus/dbus",
  3796        sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=",
  3797        version = "v0.0.0-20190422162347-ade71ed3457e",
  3798    )
  3799
  3800    go_repository(
  3801        name = "com_github_godbus_dbus_v5",
  3802        build_file_proto_mode = "disable_global",
  3803        importpath = "github.com/godbus/dbus/v5",
  3804        sum = "h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=",
  3805        version = "v5.1.0",
  3806    )
  3807    go_repository(
  3808        name = "com_github_gofrs_flock",
  3809        build_file_proto_mode = "disable_global",
  3810        importpath = "github.com/gofrs/flock",
  3811        sum = "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=",
  3812        version = "v0.8.1",
  3813    )
  3814    go_repository(
  3815        name = "com_github_gofrs_uuid",
  3816        build_file_proto_mode = "disable_global",
  3817        importpath = "github.com/gofrs/uuid",
  3818        sum = "h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI=",
  3819        version = "v4.3.1+incompatible",
  3820    )
  3821    go_repository(
  3822        name = "com_github_gofrs_uuid_v3",
  3823        build_file_proto_mode = "disable_global",
  3824        importpath = "github.com/gofrs/uuid/v3",
  3825        sum = "h1:V3IBv1oU82x6YIr5txe3azVHgmOKYdyKQTowm9moBlY=",
  3826        version = "v3.1.2",
  3827    )
  3828    go_repository(
  3829        name = "com_github_gogo_googleapis",
  3830        build_file_proto_mode = "disable_global",
  3831        importpath = "github.com/gogo/googleapis",
  3832        sum = "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=",
  3833        version = "v1.4.0",
  3834    )
  3835    go_repository(
  3836        name = "com_github_gogo_protobuf",
  3837        build_file_proto_mode = "disable_global",
  3838        importpath = "github.com/gogo/protobuf",
  3839        sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
  3840        version = "v1.3.2",
  3841    )
  3842    go_repository(
  3843        name = "com_github_golang_collections_go_datastructures",
  3844        build_file_proto_mode = "disable_global",
  3845        importpath = "github.com/golang-collections/go-datastructures",
  3846        sum = "h1:ZHJ7+IGpuOXtVf6Zk/a3WuHQgkC+vXwaqfUBDFwahtI=",
  3847        version = "v0.0.0-20150211160725-59788d5eb259",
  3848    )
  3849    go_repository(
  3850        name = "com_github_golang_freetype",
  3851        build_file_proto_mode = "disable_global",
  3852        importpath = "github.com/golang/freetype",
  3853        sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
  3854        version = "v0.0.0-20170609003504-e2365dfdc4a0",
  3855    )
  3856    go_repository(
  3857        name = "com_github_golang_gddo",
  3858        build_file_proto_mode = "disable_global",
  3859        importpath = "github.com/golang/gddo",
  3860        sum = "h1:xisWqjiKEff2B0KfFYGpCqc3M3zdTz+OHQHRc09FeYk=",
  3861        version = "v0.0.0-20190904175337-72a348e765d2",
  3862    )
  3863    go_repository(
  3864        name = "com_github_golang_geo",
  3865        build_file_proto_mode = "disable_global",
  3866        importpath = "github.com/golang/geo",
  3867        sum = "h1:HKlyj6in2JV6wVkmQ4XmG/EIm+SCYlPZ+V4GWit7Z+I=",
  3868        version = "v0.0.0-20230421003525-6adc56603217",
  3869    )
  3870    go_repository(
  3871        name = "com_github_golang_glog",
  3872        build_file_proto_mode = "disable_global",
  3873        importpath = "github.com/golang/glog",
  3874        sum = "h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4=",
  3875        version = "v1.2.1",
  3876    )
  3877    go_repository(
  3878        name = "com_github_golang_groupcache",
  3879        build_file_proto_mode = "disable_global",
  3880        importpath = "github.com/golang/groupcache",
  3881        sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=",
  3882        version = "v0.0.0-20210331224755-41bb18bfe9da",
  3883    )
  3884    go_repository(
  3885        name = "com_github_golang_jwt_jwt",
  3886        build_file_proto_mode = "disable_global",
  3887        importpath = "github.com/golang-jwt/jwt",
  3888        sum = "h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=",
  3889        version = "v3.2.2+incompatible",
  3890    )
  3891    go_repository(
  3892        name = "com_github_golang_jwt_jwt_v4",
  3893        build_file_proto_mode = "disable_global",
  3894        importpath = "github.com/golang-jwt/jwt/v4",
  3895        sum = "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=",
  3896        version = "v4.5.0",
  3897    )
  3898    go_repository(
  3899        name = "com_github_golang_jwt_jwt_v5",
  3900        build_file_proto_mode = "disable_global",
  3901        importpath = "github.com/golang-jwt/jwt/v5",
  3902        sum = "h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=",
  3903        version = "v5.2.1",
  3904    )
  3905    go_repository(
  3906        name = "com_github_golang_migrate_migrate_v4",
  3907        build_file_proto_mode = "disable_global",
  3908        importpath = "github.com/golang-migrate/migrate/v4",
  3909        sum = "h1:Sakl3Nm6+wQKq0Q62tpFMi5a503bgGhceo2icrgQ9vM=",
  3910        version = "v4.15.1",
  3911    )
  3912    go_repository(
  3913        name = "com_github_golang_mock",
  3914        build_file_proto_mode = "disable_global",
  3915        importpath = "github.com/golang/mock",
  3916        sum = "h1:YojYx61/OLFsiv6Rw1Z96LpldJIy31o+UHmwAUMJ6/U=",
  3917        version = "v1.7.0-rc.1",
  3918    )
  3919    go_repository(
  3920        name = "com_github_golang_protobuf",
  3921        build_file_proto_mode = "disable_global",
  3922        importpath = "github.com/golang/protobuf",
  3923        sum = "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=",
  3924        version = "v1.5.4",
  3925    )
  3926    go_repository(
  3927        name = "com_github_golang_snappy",
  3928        build_file_proto_mode = "disable_global",
  3929        importpath = "github.com/golang/snappy",
  3930        sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=",
  3931        version = "v0.0.4",
  3932    )
  3933    go_repository(
  3934        name = "com_github_golang_sql_civil",
  3935        build_file_proto_mode = "disable_global",
  3936        importpath = "github.com/golang-sql/civil",
  3937        sum = "h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=",
  3938        version = "v0.0.0-20220223132316-b832511892a9",
  3939    )
  3940    go_repository(
  3941        name = "com_github_golang_sql_sqlexp",
  3942        build_file_proto_mode = "disable_global",
  3943        importpath = "github.com/golang-sql/sqlexp",
  3944        sum = "h1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=",
  3945        version = "v0.1.0",
  3946    )
  3947
  3948    go_repository(
  3949        name = "com_github_gomodule_redigo",
  3950        build_file_proto_mode = "disable_global",
  3951        importpath = "github.com/gomodule/redigo",
  3952        sum = "h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0=",
  3953        version = "v2.0.0+incompatible",
  3954    )
  3955    go_repository(
  3956        name = "com_github_google_addlicense",
  3957        build_file_proto_mode = "disable_global",
  3958        importpath = "github.com/google/addlicense",
  3959        sum = "h1:JypWNzPMSgH5yL0NvFoAIsDRlKFgL0AsS3GO5bg4Pto=",
  3960        version = "v0.0.0-20200906110928-a0294312aa76",
  3961    )
  3962    go_repository(
  3963        name = "com_github_google_btree",
  3964        build_file_proto_mode = "disable_global",
  3965        importpath = "github.com/google/btree",
  3966        sum = "h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=",
  3967        version = "v1.1.2",
  3968    )
  3969    go_repository(
  3970        name = "com_github_google_cadvisor",
  3971        build_file_proto_mode = "disable_global",
  3972        importpath = "github.com/google/cadvisor",
  3973        sum = "h1:1PYeiORXmcFYi609M4Qvq5IzcvcVaWgYxDt78uH8jYA=",
  3974        version = "v0.49.0",
  3975    )
  3976    go_repository(
  3977        name = "com_github_google_cel_go",
  3978        build_file_proto_mode = "disable_global",
  3979        importpath = "github.com/google/cel-go",
  3980        sum = "h1:j9m730pMZt1Fc4oKhCLUHfjj6527LuhYcYw0Rl8gqto=",
  3981        version = "v0.17.8",
  3982    )
  3983    go_repository(
  3984        name = "com_github_google_certificate_transparency_go",
  3985        build_file_proto_mode = "disable_global",
  3986        importpath = "github.com/google/certificate-transparency-go",
  3987        sum = "h1:LGYKkgZF7satzgTak9R4yzfJXEeYVAjV6/EAEJOf1to=",
  3988        version = "v1.1.8",
  3989    )
  3990
  3991    go_repository(
  3992        name = "com_github_google_flatbuffers",
  3993        build_file_generation = "on",
  3994        build_file_proto_mode = "disable_global",
  3995        importpath = "github.com/google/flatbuffers",
  3996        #        patch_args = ["-p1"],  # keep
  3997        #        patches = ["//hack/patches/bazel:flatbuffers.patch"],  # keep
  3998        sum = "h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg=",
  3999        version = "v23.5.26+incompatible",
  4000    )
  4001    go_repository(
  4002        name = "com_github_google_gnostic",
  4003        build_file_proto_mode = "disable_global",
  4004        importpath = "github.com/google/gnostic",
  4005        sum = "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=",
  4006        version = "v0.5.7-v3refs",
  4007    )
  4008    go_repository(
  4009        name = "com_github_google_gnostic_models",
  4010        build_file_proto_mode = "disable_global",
  4011        importpath = "github.com/google/gnostic-models",
  4012        sum = "h1:0VpGH+cDhbDtdcweoyCVsF3fhN8kejK6rFe/2FFX2nU=",
  4013        version = "v0.6.9-0.20230804172637-c7be7c783f49",
  4014    )
  4015    go_repository(
  4016        name = "com_github_google_go_cmp",
  4017        build_file_proto_mode = "disable_global",
  4018        importpath = "github.com/google/go-cmp",
  4019        sum = "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=",
  4020        version = "v0.6.0",
  4021    )
  4022    go_repository(
  4023        name = "com_github_google_go_containerregistry",
  4024        build_file_proto_mode = "disable_global",
  4025        importpath = "github.com/google/go-containerregistry",
  4026        sum = "h1:yMQ62Al6/V0Z7CqIrrS1iYoA5/oQCm88DeNujc7C1KY=",
  4027        version = "v0.19.1",
  4028    )
  4029    go_repository(
  4030        name = "com_github_google_go_cpy",
  4031        build_file_proto_mode = "disable_global",
  4032        importpath = "github.com/google/go-cpy",
  4033        sum = "h1:5/4TSDzpDnHQ8rKEEQBjRlYx77mHOvXu08oGchxej7o=",
  4034        version = "v0.0.0-20211218193943-a9c933c06932",
  4035    )
  4036    go_repository(
  4037        name = "com_github_google_go_github_v33",
  4038        build_file_proto_mode = "disable_global",
  4039        importpath = "github.com/google/go-github/v33",
  4040        sum = "h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=",
  4041        version = "v33.0.0",
  4042    )
  4043    go_repository(
  4044        name = "com_github_google_go_github_v35",
  4045        build_file_proto_mode = "disable_global",
  4046        importpath = "github.com/google/go-github/v35",
  4047        sum = "h1:s/soW8jauhjUC3rh8JI0FePuocj0DEI9DNBg/bVplE8=",
  4048        version = "v35.2.0",
  4049    )
  4050    go_repository(
  4051        name = "com_github_google_go_github_v45",
  4052        build_file_proto_mode = "disable_global",
  4053        importpath = "github.com/google/go-github/v45",
  4054        sum = "h1:5oRLszbrkvxDDqBCNj2hjDZMKmvexaZ1xw/FCD+K3FI=",
  4055        version = "v45.2.0",
  4056    )
  4057    go_repository(
  4058        name = "com_github_google_go_github_v47",
  4059        build_file_proto_mode = "disable_global",
  4060        importpath = "github.com/google/go-github/v47",
  4061        sum = "h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8=",
  4062        version = "v47.1.0",
  4063    )
  4064    go_repository(
  4065        name = "com_github_google_go_github_v55",
  4066        build_file_proto_mode = "disable_global",
  4067        importpath = "github.com/google/go-github/v55",
  4068        sum = "h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg=",
  4069        version = "v55.0.0",
  4070    )
  4071
  4072    go_repository(
  4073        name = "com_github_google_go_jsonnet",
  4074        build_file_proto_mode = "disable_global",
  4075        importpath = "github.com/google/go-jsonnet",
  4076        sum = "h1:Nb4EEOp+rdeGGyB1rQ5eisgSAqrTnhf9ip+X6lzZbY0=",
  4077        version = "v0.16.0",
  4078    )
  4079    go_repository(
  4080        name = "com_github_google_go_pkcs11",
  4081        build_file_proto_mode = "disable_global",
  4082        importpath = "github.com/google/go-pkcs11",
  4083        sum = "h1:OF1IPgv+F4NmqmJ98KTjdN97Vs1JxDPB3vbmYzV2dpk=",
  4084        version = "v0.2.1-0.20230907215043-c6f79328ddf9",
  4085    )
  4086    go_repository(
  4087        name = "com_github_google_go_querystring",
  4088        build_file_proto_mode = "disable_global",
  4089        importpath = "github.com/google/go-querystring",
  4090        sum = "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=",
  4091        version = "v1.1.0",
  4092    )
  4093    go_repository(
  4094        name = "com_github_google_gofuzz",
  4095        build_file_proto_mode = "disable_global",
  4096        importpath = "github.com/google/gofuzz",
  4097        sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
  4098        version = "v1.2.0",
  4099    )
  4100    go_repository(
  4101        name = "com_github_google_martian",
  4102        build_file_proto_mode = "disable_global",
  4103        importpath = "github.com/google/martian",
  4104        sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=",
  4105        version = "v2.1.0+incompatible",
  4106    )
  4107    go_repository(
  4108        name = "com_github_google_martian_v3",
  4109        build_file_proto_mode = "disable_global",
  4110        importpath = "github.com/google/martian/v3",
  4111        sum = "h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc=",
  4112        version = "v3.3.3",
  4113    )
  4114    go_repository(
  4115        name = "com_github_google_pprof",
  4116        build_file_proto_mode = "disable_global",
  4117        importpath = "github.com/google/pprof",
  4118        sum = "h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg=",
  4119        version = "v0.0.0-20240424215950-a892ee059fd6",
  4120    )
  4121    go_repository(
  4122        name = "com_github_google_renameio",
  4123        build_file_proto_mode = "disable_global",
  4124        importpath = "github.com/google/renameio",
  4125        sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
  4126        version = "v0.1.0",
  4127    )
  4128    go_repository(
  4129        name = "com_github_google_rpmpack",
  4130        build_file_proto_mode = "disable_global",
  4131        importpath = "github.com/google/rpmpack",
  4132        sum = "h1:LoQuqlw6kHRwg25n3M0xtYrW+z2pTkR0ae1xx11hRw8=",
  4133        version = "v0.6.0",
  4134    )
  4135
  4136    go_repository(
  4137        name = "com_github_google_s2a_go",
  4138        build_file_proto_mode = "disable_global",
  4139        importpath = "github.com/google/s2a-go",
  4140        sum = "h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=",
  4141        version = "v0.1.7",
  4142    )
  4143    go_repository(
  4144        name = "com_github_google_shlex",
  4145        build_file_proto_mode = "disable_global",
  4146        importpath = "github.com/google/shlex",
  4147        sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
  4148        version = "v0.0.0-20191202100458-e7afc7fbc510",
  4149    )
  4150    go_repository(
  4151        name = "com_github_google_tink_go",
  4152        build_file_proto_mode = "disable_global",
  4153        importpath = "github.com/google/tink/go",
  4154        sum = "h1:6Eox8zONGebBFcCBqkVmt60LaWZa6xg1cl/DwAh/J1w=",
  4155        version = "v1.7.0",
  4156    )
  4157    go_repository(
  4158        name = "com_github_google_trillian",
  4159        build_file_proto_mode = "disable_global",
  4160        importpath = "github.com/google/trillian",
  4161        sum = "h1:jMBeDBIkINFvS2n6oV5maDqfRlxREAc6CW9QYWQ0qT4=",
  4162        version = "v1.6.0",
  4163    )
  4164
  4165    go_repository(
  4166        name = "com_github_google_uuid",
  4167        build_file_proto_mode = "disable_global",
  4168        importpath = "github.com/google/uuid",
  4169        sum = "h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=",
  4170        version = "v1.6.0",
  4171    )
  4172    go_repository(
  4173        name = "com_github_google_wire",
  4174        build_file_proto_mode = "disable_global",
  4175        importpath = "github.com/google/wire",
  4176        sum = "h1:HBkoIh4BdSxoyo9PveV8giw7ZsaBOvzWKfcg/6MrVwI=",
  4177        version = "v0.6.0",
  4178    )
  4179
  4180    go_repository(
  4181        name = "com_github_googleapis_enterprise_certificate_proxy",
  4182        build_file_proto_mode = "disable_global",
  4183        importpath = "github.com/googleapis/enterprise-certificate-proxy",
  4184        sum = "h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=",
  4185        version = "v0.3.2",
  4186    )
  4187    go_repository(
  4188        name = "com_github_googleapis_gax_go_v2",
  4189        build_file_proto_mode = "disable_global",
  4190        importpath = "github.com/googleapis/gax-go/v2",
  4191        sum = "h1:9gWcmF85Wvq4ryPFvGFaOgPIs1AQX0d0bcbGw4Z96qg=",
  4192        version = "v2.12.4",
  4193    )
  4194    go_repository(
  4195        name = "com_github_googleapis_gnostic",
  4196        build_file_proto_mode = "disable_global",
  4197        importpath = "github.com/googleapis/gnostic",
  4198        sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=",
  4199        version = "v0.5.5",
  4200    )
  4201    go_repository(
  4202        name = "com_github_googleapis_go_type_adapters",
  4203        build_file_proto_mode = "disable_global",
  4204        importpath = "github.com/googleapis/go-type-adapters",
  4205        sum = "h1:9XdMn+d/G57qq1s8dNc5IesGCXHf6V2HZ2JwRxfA2tA=",
  4206        version = "v1.0.0",
  4207    )
  4208    go_repository(
  4209        name = "com_github_googleapis_google_cloud_go_testing",
  4210        build_file_proto_mode = "disable_global",
  4211        importpath = "github.com/googleapis/google-cloud-go-testing",
  4212        sum = "h1:zC34cGQu69FG7qzJ3WiKW244WfhDC3xxYMeNOX2gtUQ=",
  4213        version = "v0.0.0-20210719221736-1c9a4c676720",
  4214    )
  4215
  4216    go_repository(
  4217        name = "com_github_googlecloudplatform_cloudsql_proxy",
  4218        build_file_proto_mode = "disable_global",
  4219        importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy",
  4220        sum = "h1:FxIbu5BOW8OktE1c/wKKCMpuzzb9/ZxWwGsS1WDRe7E=",
  4221        version = "v1.28.0",
  4222    )
  4223    go_repository(
  4224        name = "com_github_googlecloudplatform_declarative_resource_client_library",
  4225        build_file_proto_mode = "disable_global",
  4226        importpath = "github.com/GoogleCloudPlatform/declarative-resource-client-library",
  4227        sum = "h1:ClnwLCqnr8/exvPWhBLJOj16oa8bvw8Fhu45wCjvQbU=",
  4228        version = "v1.42.0",
  4229    )
  4230    go_repository(
  4231        name = "com_github_googlecloudplatform_k8s_cloud_provider",
  4232        build_file_proto_mode = "disable_global",
  4233        importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
  4234        sum = "h1:Heo1J/ttaQFgGJSVnCZquy3e5eH5j1nqxBuomztB3P0=",
  4235        version = "v1.18.1-0.20220218231025-f11817397a1b",
  4236    )
  4237    go_repository(
  4238        name = "com_github_googlecloudplatform_k8s_config_connector",
  4239        build_file_proto_mode = "disable_global",
  4240        importpath = "github.com/GoogleCloudPlatform/k8s-config-connector",
  4241        sum = "h1:51VIMtFx7LFr/FT/yH5h/r4G3+tYIbJDNw2cQB8fTt0=",
  4242        version = "v1.106.0",
  4243    )
  4244    go_repository(
  4245        name = "com_github_gopherjs_gopherjs",
  4246        build_file_proto_mode = "disable_global",
  4247        importpath = "github.com/gopherjs/gopherjs",
  4248        sum = "h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g=",
  4249        version = "v1.17.2",
  4250    )
  4251    go_repository(
  4252        name = "com_github_gopherjs_jsbuiltin",
  4253        build_file_proto_mode = "disable_global",
  4254        importpath = "github.com/gopherjs/jsbuiltin",
  4255        sum = "h1:atBEgNR1C5+LFkl8ipQtLee9RStheS8YeCSkiYqBhOg=",
  4256        version = "v0.0.0-20180426082241-50091555e127",
  4257    )
  4258
  4259    go_repository(
  4260        name = "com_github_gorilla_context",
  4261        build_file_proto_mode = "disable_global",
  4262        importpath = "github.com/gorilla/context",
  4263        sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
  4264        version = "v1.1.1",
  4265    )
  4266    go_repository(
  4267        name = "com_github_gorilla_css",
  4268        build_file_proto_mode = "disable_global",
  4269        importpath = "github.com/gorilla/css",
  4270        sum = "h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=",
  4271        version = "v1.0.0",
  4272    )
  4273
  4274    go_repository(
  4275        name = "com_github_gorilla_handlers",
  4276        build_file_proto_mode = "disable_global",
  4277        importpath = "github.com/gorilla/handlers",
  4278        sum = "h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4=",
  4279        version = "v1.5.1",
  4280    )
  4281    go_repository(
  4282        name = "com_github_gorilla_mux",
  4283        build_file_proto_mode = "disable_global",
  4284        importpath = "github.com/gorilla/mux",
  4285        sum = "h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=",
  4286        version = "v1.8.1",
  4287    )
  4288    go_repository(
  4289        name = "com_github_gorilla_pat",
  4290        build_file_proto_mode = "disable_global",
  4291        importpath = "github.com/gorilla/pat",
  4292        sum = "h1:LqbZZ9sNMWVjeXS4NN5oVvhMjDyLhmA1LG86oSo+IqY=",
  4293        version = "v0.0.0-20180118222023-199c85a7f6d1",
  4294    )
  4295    go_repository(
  4296        name = "com_github_gorilla_securecookie",
  4297        build_file_proto_mode = "disable_global",
  4298        importpath = "github.com/gorilla/securecookie",
  4299        sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
  4300        version = "v1.1.1",
  4301    )
  4302    go_repository(
  4303        name = "com_github_gorilla_sessions",
  4304        build_file_proto_mode = "disable_global",
  4305        importpath = "github.com/gorilla/sessions",
  4306        sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
  4307        version = "v1.2.1",
  4308    )
  4309    go_repository(
  4310        name = "com_github_gorilla_websocket",
  4311        build_file_proto_mode = "disable_global",
  4312        importpath = "github.com/gorilla/websocket",
  4313        sum = "h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=",
  4314        version = "v1.5.3",
  4315    )
  4316    go_repository(
  4317        name = "com_github_gosimple_slug",
  4318        build_file_proto_mode = "disable_global",
  4319        importpath = "github.com/gosimple/slug",
  4320        sum = "h1:r5vDcYrFz9BmfIAMC829un9hq7hKM4cHUrsv36LbEqs=",
  4321        version = "v1.9.0",
  4322    )
  4323    go_repository(
  4324        name = "com_github_gosuri_uitable",
  4325        build_file_proto_mode = "disable_global",
  4326        importpath = "github.com/gosuri/uitable",
  4327        sum = "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=",
  4328        version = "v0.0.4",
  4329    )
  4330    go_repository(
  4331        name = "com_github_gotestyourself_gotestyourself",
  4332        build_file_proto_mode = "disable_global",
  4333        importpath = "github.com/gotestyourself/gotestyourself",
  4334        sum = "h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=",
  4335        version = "v2.2.0+incompatible",
  4336    )
  4337    go_repository(
  4338        name = "com_github_grantae_certinfo",
  4339        build_file_proto_mode = "disable_global",
  4340        importpath = "github.com/grantae/certinfo",
  4341        sum = "h1:NGgE5ELokSf2tZ/bydyDUKrvd/jP8lrAoPNeBuMOTOk=",
  4342        version = "v0.0.0-20170412194111-59d56a35515b",
  4343    )
  4344    go_repository(
  4345        name = "com_github_gregjones_httpcache",
  4346        build_file_proto_mode = "disable_global",
  4347        importpath = "github.com/gregjones/httpcache",
  4348        sum = "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=",
  4349        version = "v0.0.0-20190611155906-901d90724c79",
  4350    )
  4351    go_repository(
  4352        name = "com_github_grpc_ecosystem_go_grpc_middleware",
  4353        build_file_proto_mode = "disable_global",
  4354        importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
  4355        sum = "h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=",
  4356        version = "v1.4.0",
  4357    )
  4358    go_repository(
  4359        name = "com_github_grpc_ecosystem_go_grpc_prometheus",
  4360        build_file_proto_mode = "disable_global",
  4361        importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
  4362        sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
  4363        version = "v1.2.0",
  4364    )
  4365    go_repository(
  4366        name = "com_github_grpc_ecosystem_grpc_gateway",
  4367        build_directives = [
  4368            "gazelle:exclude **/**_test.go",
  4369            "gazelle:exclude examples/**/*",
  4370            "gazelle:exclude examples",
  4371            "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal @grpc_ecosystem_grpc_gateway//internal",
  4372            "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options @grpc_ecosystem_grpc_gateway//protoc-gen-swagger",
  4373        ],
  4374        build_file_generation = "on",
  4375        build_file_name = "BUILD.bazel",
  4376        build_file_proto_mode = "disable_global",
  4377        importpath = "github.com/grpc-ecosystem/grpc-gateway",
  4378        sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
  4379        version = "v1.16.0",
  4380    )
  4381    go_repository(
  4382        name = "com_github_grpc_ecosystem_grpc_gateway_v2",
  4383        build_directives = [
  4384            #https://github.com/bazelbuild/bazel-gazelle/issues/1773
  4385            "gazelle:go_generate_proto false",
  4386            "gazelle:exclude examples/**/*",
  4387            "gazelle:exclude examples/internal/proto/examplepb",
  4388            "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/internal/descriptor/apiconfig //internal/descriptor/apiconfig",
  4389            "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/internal/descriptor/openapiconfig //internal/descriptor/openapiconfig",
  4390            "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options //protoc-gen-openapiv2/options",
  4391        ],
  4392        build_file_generation = "on",
  4393        build_file_name = "BUILD.bazel",  # keep: https://github.com/bazelbuild/bazel-gazelle/issues/890
  4394        build_file_proto_mode = "disable_global",
  4395        build_naming_convention = "go_default_library",  # keep: https://github.com/bazelbuild/bazel-gazelle/issues/980
  4396        importpath = "github.com/grpc-ecosystem/grpc-gateway/v2",
  4397        sum = "h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=",
  4398        version = "v2.19.1",
  4399    )
  4400    go_repository(
  4401        name = "com_github_h2non_filetype",
  4402        build_file_proto_mode = "disable_global",
  4403        importpath = "github.com/h2non/filetype",
  4404        sum = "h1:xvOwnXKAckvtLWsN398qS9QhlxlnVXBjXBydK2/UFB4=",
  4405        version = "v1.1.1",
  4406    )
  4407    go_repository(
  4408        name = "com_github_h2non_parth",
  4409        build_file_proto_mode = "disable_global",
  4410        importpath = "github.com/h2non/parth",
  4411        sum = "h1:2VTzZjLZBgl62/EtslCrtky5vbi9dd7HrQPQIx6wqiw=",
  4412        version = "v0.0.0-20190131123155-b4df798d6542",
  4413    )
  4414
  4415    go_repository(
  4416        name = "com_github_hailocab_go_hostpool",
  4417        build_file_proto_mode = "disable_global",
  4418        importpath = "github.com/hailocab/go-hostpool",
  4419        sum = "h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=",
  4420        version = "v0.0.0-20160125115350-e80d13ce29ed",
  4421    )
  4422    go_repository(
  4423        name = "com_github_hamba_avro_v2",
  4424        build_file_proto_mode = "disable_global",
  4425        importpath = "github.com/hamba/avro/v2",
  4426        sum = "h1:6PKpEWzJfNnvBgn7m2/8WYaDOUASxfDU+Jyb4ojDgFY=",
  4427        version = "v2.17.2",
  4428    )
  4429    go_repository(
  4430        name = "com_github_hanwen_go_fuse",
  4431        build_file_proto_mode = "disable_global",
  4432        importpath = "github.com/hanwen/go-fuse",
  4433        sum = "h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=",
  4434        version = "v1.0.0",
  4435    )
  4436    go_repository(
  4437        name = "com_github_hanwen_go_fuse_v2",
  4438        build_file_proto_mode = "disable_global",
  4439        importpath = "github.com/hanwen/go-fuse/v2",
  4440        sum = "h1:+32ffteETaLYClUj0a3aHjZ1hOPxxaNEHiZiujuDaek=",
  4441        version = "v2.1.0",
  4442    )
  4443    go_repository(
  4444        name = "com_github_hashicorp_consul_api",
  4445        build_file_proto_mode = "disable_global",
  4446        importpath = "github.com/hashicorp/consul/api",
  4447        sum = "h1:CqrdhYzc8XZuPnhIYZWH45toM0LB9ZeYr/gvpLVI3PE=",
  4448        version = "v1.25.1",
  4449    )
  4450    go_repository(
  4451        name = "com_github_hashicorp_consul_sdk",
  4452        build_file_proto_mode = "disable_global",
  4453        importpath = "github.com/hashicorp/consul/sdk",
  4454        sum = "h1:LnuDWGNsoajlhGyHJvuWW6FVqRl8JOTPqS6CPTsYjhY=",
  4455        version = "v0.1.1",
  4456    )
  4457    go_repository(
  4458        name = "com_github_hashicorp_errwrap",
  4459        build_file_proto_mode = "disable_global",
  4460        importpath = "github.com/hashicorp/errwrap",
  4461        sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=",
  4462        version = "v1.1.0",
  4463    )
  4464    go_repository(
  4465        name = "com_github_hashicorp_go_checkpoint",
  4466        build_file_proto_mode = "disable_global",
  4467        importpath = "github.com/hashicorp/go-checkpoint",
  4468        sum = "h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=",
  4469        version = "v0.5.0",
  4470    )
  4471    go_repository(
  4472        name = "com_github_hashicorp_go_cleanhttp",
  4473        build_file_proto_mode = "disable_global",
  4474        importpath = "github.com/hashicorp/go-cleanhttp",
  4475        sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=",
  4476        version = "v0.5.2",
  4477    )
  4478    go_repository(
  4479        name = "com_github_hashicorp_go_cty",
  4480        build_file_proto_mode = "disable_global",
  4481        importpath = "github.com/hashicorp/go-cty",
  4482        sum = "h1:1/D3zfFHttUKaCaGKZ/dR2roBXv0vKbSCnssIldfQdI=",
  4483        version = "v1.4.1-0.20200414143053-d3edf31b6320",
  4484    )
  4485    go_repository(
  4486        name = "com_github_hashicorp_go_hclog",
  4487        build_file_proto_mode = "disable_global",
  4488        importpath = "github.com/hashicorp/go-hclog",
  4489        sum = "h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=",
  4490        version = "v1.6.3",
  4491    )
  4492    go_repository(
  4493        name = "com_github_hashicorp_go_immutable_radix",
  4494        build_file_proto_mode = "disable_global",
  4495        importpath = "github.com/hashicorp/go-immutable-radix",
  4496        sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=",
  4497        version = "v1.3.1",
  4498    )
  4499    go_repository(
  4500        name = "com_github_hashicorp_go_msgpack",
  4501        build_file_proto_mode = "disable_global",
  4502        importpath = "github.com/hashicorp/go-msgpack",
  4503        sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=",
  4504        version = "v0.5.3",
  4505    )
  4506    go_repository(
  4507        name = "com_github_hashicorp_go_multierror",
  4508        build_file_proto_mode = "disable_global",
  4509        importpath = "github.com/hashicorp/go-multierror",
  4510        sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=",
  4511        version = "v1.1.1",
  4512    )
  4513    go_repository(
  4514        name = "com_github_hashicorp_go_net",
  4515        build_file_proto_mode = "disable_global",
  4516        importpath = "github.com/hashicorp/go.net",
  4517        sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=",
  4518        version = "v0.0.1",
  4519    )
  4520    go_repository(
  4521        name = "com_github_hashicorp_go_plugin",
  4522        build_file_proto_mode = "disable_global",
  4523        importpath = "github.com/hashicorp/go-plugin",
  4524        sum = "h1:CHGwpxYDOttQOY7HOWgETU9dyVjOXzniXDqJcYJE1zM=",
  4525        version = "v1.4.8",
  4526    )
  4527    go_repository(
  4528        name = "com_github_hashicorp_go_retryablehttp",
  4529        build_file_proto_mode = "disable_global",
  4530        importpath = "github.com/hashicorp/go-retryablehttp",
  4531        sum = "h1:bJj+Pj19UZMIweq/iie+1u5YCdGrnxCT9yvm0e+Nd5M=",
  4532        version = "v0.7.5",
  4533    )
  4534    go_repository(
  4535        name = "com_github_hashicorp_go_rootcerts",
  4536        build_file_proto_mode = "disable_global",
  4537        importpath = "github.com/hashicorp/go-rootcerts",
  4538        sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=",
  4539        version = "v1.0.2",
  4540    )
  4541    go_repository(
  4542        name = "com_github_hashicorp_go_secure_stdlib_awsutil",
  4543        build_file_proto_mode = "disable_global",
  4544        importpath = "github.com/hashicorp/go-secure-stdlib/awsutil",
  4545        sum = "h1:I8bynUKMh9I7JdwtW9voJ0xmHvBpxQtLjrMFDYmhOxY=",
  4546        version = "v0.3.0",
  4547    )
  4548    go_repository(
  4549        name = "com_github_hashicorp_go_secure_stdlib_parseutil",
  4550        build_file_proto_mode = "disable_global",
  4551        importpath = "github.com/hashicorp/go-secure-stdlib/parseutil",
  4552        sum = "h1:iBt4Ew4XEGLfh6/bPk4rSYmuZJGizr6/x/AEizP0CQc=",
  4553        version = "v0.1.8",
  4554    )
  4555    go_repository(
  4556        name = "com_github_hashicorp_go_secure_stdlib_strutil",
  4557        build_file_proto_mode = "disable_global",
  4558        importpath = "github.com/hashicorp/go-secure-stdlib/strutil",
  4559        sum = "h1:kes8mmyCpxJsI7FTwtzRqEy9CdjCtrXrXGuOpxEA7Ts=",
  4560        version = "v0.1.2",
  4561    )
  4562    go_repository(
  4563        name = "com_github_hashicorp_go_sockaddr",
  4564        build_file_proto_mode = "disable_global",
  4565        importpath = "github.com/hashicorp/go-sockaddr",
  4566        sum = "h1:RSG8rKU28VTUTvEKghe5gIhIQpv8evvNpnDEyqO4u9I=",
  4567        version = "v1.0.6",
  4568    )
  4569    go_repository(
  4570        name = "com_github_hashicorp_go_syslog",
  4571        build_file_proto_mode = "disable_global",
  4572        importpath = "github.com/hashicorp/go-syslog",
  4573        sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
  4574        version = "v1.0.0",
  4575    )
  4576    go_repository(
  4577        name = "com_github_hashicorp_go_uuid",
  4578        build_file_proto_mode = "disable_global",
  4579        importpath = "github.com/hashicorp/go-uuid",
  4580        sum = "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=",
  4581        version = "v1.0.3",
  4582    )
  4583    go_repository(
  4584        name = "com_github_hashicorp_go_version",
  4585        build_file_proto_mode = "disable_global",
  4586        importpath = "github.com/hashicorp/go-version",
  4587        sum = "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=",
  4588        version = "v1.6.0",
  4589    )
  4590    go_repository(
  4591        name = "com_github_hashicorp_golang_lru",
  4592        build_file_proto_mode = "disable_global",
  4593        importpath = "github.com/hashicorp/golang-lru",
  4594        sum = "h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=",
  4595        version = "v1.0.2",
  4596    )
  4597    go_repository(
  4598        name = "com_github_hashicorp_golang_lru_v2",
  4599        build_file_proto_mode = "disable_global",
  4600        importpath = "github.com/hashicorp/golang-lru/v2",
  4601        sum = "h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=",
  4602        version = "v2.0.7",
  4603    )
  4604    go_repository(
  4605        name = "com_github_hashicorp_hc_install",
  4606        build_file_proto_mode = "disable_global",
  4607        importpath = "github.com/hashicorp/hc-install",
  4608        sum = "h1:cZkRFr1WVa0Ty6x5fTvL1TuO1flul231rWkGH92oYYk=",
  4609        version = "v0.4.0",
  4610    )
  4611    go_repository(
  4612        name = "com_github_hashicorp_hcl",
  4613        build_file_proto_mode = "disable_global",
  4614        importpath = "github.com/hashicorp/hcl",
  4615        sum = "h1:kI3hhbbyzr4dldA8UdTb7ZlVVlI2DACdCfz31RPDgJM=",
  4616        version = "v1.0.1-vault-5",
  4617    )
  4618    go_repository(
  4619        name = "com_github_hashicorp_hcl_v2",
  4620        build_file_proto_mode = "disable_global",
  4621        importpath = "github.com/hashicorp/hcl/v2",
  4622        sum = "h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=",
  4623        version = "v2.20.1",
  4624    )
  4625    go_repository(
  4626        name = "com_github_hashicorp_logutils",
  4627        build_file_proto_mode = "disable_global",
  4628        importpath = "github.com/hashicorp/logutils",
  4629        sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=",
  4630        version = "v1.0.0",
  4631    )
  4632    go_repository(
  4633        name = "com_github_hashicorp_mdns",
  4634        build_file_proto_mode = "disable_global",
  4635        importpath = "github.com/hashicorp/mdns",
  4636        sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=",
  4637        version = "v1.0.0",
  4638    )
  4639    go_repository(
  4640        name = "com_github_hashicorp_memberlist",
  4641        build_file_proto_mode = "disable_global",
  4642        importpath = "github.com/hashicorp/memberlist",
  4643        sum = "h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=",
  4644        version = "v0.5.0",
  4645    )
  4646    go_repository(
  4647        name = "com_github_hashicorp_serf",
  4648        build_file_proto_mode = "disable_global",
  4649        importpath = "github.com/hashicorp/serf",
  4650        sum = "h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=",
  4651        version = "v0.10.1",
  4652    )
  4653    go_repository(
  4654        name = "com_github_hashicorp_terraform_exec",
  4655        build_file_proto_mode = "disable_global",
  4656        importpath = "github.com/hashicorp/terraform-exec",
  4657        sum = "h1:MX14Kvnka/oWGmIkyuyvL6POx25ZmKrjlaclkx3eErU=",
  4658        version = "v0.17.3",
  4659    )
  4660    go_repository(
  4661        name = "com_github_hashicorp_terraform_json",
  4662        build_file_proto_mode = "disable_global",
  4663        importpath = "github.com/hashicorp/terraform-json",
  4664        sum = "h1:sh9iZ1Y8IFJLx+xQiKHGud6/TSUCM0N8e17dKDpqV7s=",
  4665        version = "v0.14.0",
  4666    )
  4667    go_repository(
  4668        name = "com_github_hashicorp_terraform_plugin_framework",
  4669        build_file_proto_mode = "disable_global",
  4670        importpath = "github.com/hashicorp/terraform-plugin-framework",
  4671        sum = "h1:PbnEKHsIU8KTTzoztHQGgjZUWx7Kk8uGtpGMMc1p+oI=",
  4672        version = "v1.1.1",
  4673    )
  4674    go_repository(
  4675        name = "com_github_hashicorp_terraform_plugin_framework_validators",
  4676        build_file_proto_mode = "disable_global",
  4677        importpath = "github.com/hashicorp/terraform-plugin-framework-validators",
  4678        sum = "h1:LYz4bXh3t7bTEydXOmPDPupRRnA480B/9+jV8yZvxBA=",
  4679        version = "v0.9.0",
  4680    )
  4681    go_repository(
  4682        name = "com_github_hashicorp_terraform_plugin_go",
  4683        build_file_proto_mode = "disable_global",
  4684        importpath = "github.com/hashicorp/terraform-plugin-go",
  4685        sum = "h1:nlnJ1GXKdMwsC8g1Nh05tK2wsC3+3BL/DBBxFEki+j0=",
  4686        version = "v0.14.3",
  4687    )
  4688    go_repository(
  4689        name = "com_github_hashicorp_terraform_plugin_log",
  4690        build_file_proto_mode = "disable_global",
  4691        importpath = "github.com/hashicorp/terraform-plugin-log",
  4692        sum = "h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R+Y2BQ0sRZftGKQs=",
  4693        version = "v0.7.0",
  4694    )
  4695    go_repository(
  4696        name = "com_github_hashicorp_terraform_plugin_mux",
  4697        build_file_proto_mode = "disable_global",
  4698        importpath = "github.com/hashicorp/terraform-plugin-mux",
  4699        sum = "h1:WCTP66mZ+iIaIrCNJnjPEYnVjawTshnDJu12BcXK1EI=",
  4700        version = "v0.8.0",
  4701    )
  4702    go_repository(
  4703        name = "com_github_hashicorp_terraform_plugin_sdk_v2",
  4704        build_file_proto_mode = "disable_global",
  4705        importpath = "github.com/hashicorp/terraform-plugin-sdk/v2",
  4706        sum = "h1:FtCLTiTcykdsURXPt/ku7fYXm3y19nbzbZcUxHx9RbI=",
  4707        version = "v2.24.0",
  4708    )
  4709    go_repository(
  4710        name = "com_github_hashicorp_terraform_provider_google_beta",
  4711        build_file_proto_mode = "disable_global",
  4712        importpath = "github.com/hashicorp/terraform-provider-google-beta",
  4713        replace = "github.com/GoogleCloudPlatform/k8s-config-connector/third_party/github.com/hashicorp/terraform-provider-google-beta",
  4714        sum = "h1:c7HTmmkrPOP7wONFINaUdnAzVCcknd8bdgKOY5k5z9w=",
  4715        version = "v0.0.0-20230520033129-a2a51eb9a5e9",
  4716    )
  4717    go_repository(
  4718        name = "com_github_hashicorp_terraform_registry_address",
  4719        build_file_proto_mode = "disable_global",
  4720        importpath = "github.com/hashicorp/terraform-registry-address",
  4721        sum = "h1:W6JkV9wbum+m516rCl5/NjKxCyTVaaUBbzYcMzBDO3U=",
  4722        version = "v0.1.0",
  4723    )
  4724    go_repository(
  4725        name = "com_github_hashicorp_terraform_svchost",
  4726        build_file_proto_mode = "disable_global",
  4727        importpath = "github.com/hashicorp/terraform-svchost",
  4728        sum = "h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=",
  4729        version = "v0.0.0-20200729002733-f050f53b9734",
  4730    )
  4731    go_repository(
  4732        name = "com_github_hashicorp_vault_api",
  4733        build_file_proto_mode = "disable_global",
  4734        importpath = "github.com/hashicorp/vault/api",
  4735        sum = "h1:7YkCTE5Ni90TcmYHDBExdt4WGJxhpzaHqR6uGbQb/rE=",
  4736        version = "v1.12.2",
  4737    )
  4738    go_repository(
  4739        name = "com_github_hashicorp_vault_api_auth_approle",
  4740        build_file_proto_mode = "disable_global",
  4741        importpath = "github.com/hashicorp/vault/api/auth/approle",
  4742        sum = "h1:ELfFFQlTM/e97WJKu1HvNFa7lQ3tlTwwzrR1NJE1V7Y=",
  4743        version = "v0.6.0",
  4744    )
  4745    go_repository(
  4746        name = "com_github_hashicorp_vault_api_auth_aws",
  4747        build_file_proto_mode = "disable_global",
  4748        importpath = "github.com/hashicorp/vault/api/auth/aws",
  4749        sum = "h1:L4mBSAW44EjgX4OJ3w6aDXQeehuGE9OMY9ldNbKgGXM=",
  4750        version = "v0.6.0",
  4751    )
  4752    go_repository(
  4753        name = "com_github_hashicorp_vault_api_auth_kubernetes",
  4754        build_file_proto_mode = "disable_global",
  4755        importpath = "github.com/hashicorp/vault/api/auth/kubernetes",
  4756        sum = "h1:K8sKGhtTAqGKfzaaYvUSIOAqTOIn3Gk1EsCEAMzZHtM=",
  4757        version = "v0.6.0",
  4758    )
  4759    go_repository(
  4760        name = "com_github_hashicorp_vault_api_auth_ldap",
  4761        build_file_proto_mode = "disable_global",
  4762        importpath = "github.com/hashicorp/vault/api/auth/ldap",
  4763        sum = "h1:uvGmLzWQtZ0VZ8TCT2zTfdBNFHiFEG3Z9dQbXp0vZeE=",
  4764        version = "v0.6.0",
  4765    )
  4766    go_repository(
  4767        name = "com_github_hashicorp_vault_api_auth_userpass",
  4768        build_file_proto_mode = "disable_global",
  4769        importpath = "github.com/hashicorp/vault/api/auth/userpass",
  4770        sum = "h1:wpiGIbS7CMdqqqs7GNQMO+AQW6DxecGBDTgxaBW5R9Q=",
  4771        version = "v0.6.0",
  4772    )
  4773    go_repository(
  4774        name = "com_github_hashicorp_vault_sdk",
  4775        build_file_proto_mode = "disable_global",
  4776        importpath = "github.com/hashicorp/vault/sdk",
  4777        sum = "h1:0UEOLhFyoEMpb/r8H5qyOu58A/j35pncqiS/d+ORKYk=",
  4778        version = "v0.10.2",
  4779    )
  4780    go_repository(
  4781        name = "com_github_hashicorp_yamux",
  4782        build_file_proto_mode = "disable_global",
  4783        importpath = "github.com/hashicorp/yamux",
  4784        sum = "h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=",
  4785        version = "v0.0.0-20181012175058-2f1d1f20f75d",
  4786    )
  4787    go_repository(
  4788        name = "com_github_hdrhistogram_hdrhistogram_go",
  4789        build_file_proto_mode = "disable_global",
  4790        importpath = "github.com/HdrHistogram/hdrhistogram-go",
  4791        sum = "h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=",
  4792        version = "v1.1.2",
  4793    )
  4794
  4795    go_repository(
  4796        name = "com_github_henvic_httpretty",
  4797        build_file_proto_mode = "disable_global",
  4798        importpath = "github.com/henvic/httpretty",
  4799        sum = "h1:JdzGzKZBajBfnvlMALXXMVQWxWMF/ofTy8C3/OSUTxs=",
  4800        version = "v0.0.6",
  4801    )
  4802
  4803    go_repository(
  4804        name = "com_github_hexops_gotextdiff",
  4805        build_file_proto_mode = "disable_global",
  4806        importpath = "github.com/hexops/gotextdiff",
  4807        sum = "h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=",
  4808        version = "v1.0.3",
  4809    )
  4810
  4811    go_repository(
  4812        name = "com_github_howeyc_gopass",
  4813        build_file_proto_mode = "disable_global",
  4814        importpath = "github.com/howeyc/gopass",
  4815        sum = "h1:A9HsByNhogrvm9cWb28sjiS3i7tcKCkflWFEkHfuAgM=",
  4816        version = "v0.0.0-20210920133722-c8aef6fb66ef",
  4817    )
  4818
  4819    go_repository(
  4820        name = "com_github_hpcloud_tail",
  4821        build_file_proto_mode = "disable_global",
  4822        importpath = "github.com/hpcloud/tail",
  4823        sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
  4824        version = "v1.0.0",
  4825    )
  4826    go_repository(
  4827        name = "com_github_huandu_xstrings",
  4828        build_file_proto_mode = "disable_global",
  4829        importpath = "github.com/huandu/xstrings",
  4830        sum = "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=",
  4831        version = "v1.4.0",
  4832    )
  4833    go_repository(
  4834        name = "com_github_hudl_fargo",
  4835        build_file_proto_mode = "disable_global",
  4836        importpath = "github.com/hudl/fargo",
  4837        sum = "h1:ZDDILMbB37UlAVLlWcJ2Iz1XuahZZTDZfdCKeclfq2s=",
  4838        version = "v1.4.0",
  4839    )
  4840
  4841    go_repository(
  4842        name = "com_github_ianlancetaylor_demangle",
  4843        build_file_proto_mode = "disable_global",
  4844        importpath = "github.com/ianlancetaylor/demangle",
  4845        sum = "h1:KwWnWVWCNtNq/ewIX7HIKnELmEx2nDP42yskD/pi7QE=",
  4846        version = "v0.0.0-20240312041847-bd984b5ce465",
  4847    )
  4848    go_repository(
  4849        name = "com_github_ibm_go_sdk_core_v5",
  4850        build_file_proto_mode = "disable_global",
  4851        importpath = "github.com/IBM/go-sdk-core/v5",
  4852        sum = "h1:5ZltNcryRI8kVcuvNJGR2EXKqb7HtM4atA0Nm5QwAFE=",
  4853        version = "v5.16.5",
  4854    )
  4855    go_repository(
  4856        name = "com_github_ibm_secrets_manager_go_sdk_v2",
  4857        build_file_proto_mode = "disable_global",
  4858        importpath = "github.com/IBM/secrets-manager-go-sdk/v2",
  4859        sum = "h1:xa9e+POVqaXxXHXkSMCOVAbKdUNEu86jQmo5hcpd+L4=",
  4860        version = "v2.0.4",
  4861    )
  4862    go_repository(
  4863        name = "com_github_icza_dyno",
  4864        build_file_proto_mode = "disable_global",
  4865        importpath = "github.com/icza/dyno",
  4866        sum = "h1:nHoRIX8iXob3Y2kdt9KsjyIb7iApSvb3vgsd93xb5Ow=",
  4867        version = "v0.0.0-20230330125955-09f820a8d9c0",
  4868    )
  4869
  4870    go_repository(
  4871        name = "com_github_imdario_mergo",
  4872        build_file_proto_mode = "disable_global",
  4873        importpath = "github.com/imdario/mergo",
  4874        sum = "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=",
  4875        version = "v0.3.16",
  4876    )
  4877    go_repository(
  4878        name = "com_github_in_toto_in_toto_golang",
  4879        build_file_proto_mode = "disable_global",
  4880        importpath = "github.com/in-toto/in-toto-golang",
  4881        sum = "h1:tHny7ac4KgtsfrG6ybU8gVOZux2H8jN05AXJ9EBM1XU=",
  4882        version = "v0.9.0",
  4883    )
  4884
  4885    go_repository(
  4886        name = "com_github_inconshreveable_mousetrap",
  4887        build_file_proto_mode = "disable_global",
  4888        importpath = "github.com/inconshreveable/mousetrap",
  4889        sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=",
  4890        version = "v1.1.0",
  4891    )
  4892    go_repository(
  4893        name = "com_github_influxdata_influxdb1_client",
  4894        build_file_proto_mode = "disable_global",
  4895        importpath = "github.com/influxdata/influxdb1-client",
  4896        sum = "h1:HqW4xhhynfjrtEiiSGcQUd6vrK23iMam1FO8rI7mwig=",
  4897        version = "v0.0.0-20200827194710-b269163b24ab",
  4898    )
  4899
  4900    go_repository(
  4901        name = "com_github_inhies_go_bytesize",
  4902        build_file_proto_mode = "disable_global",
  4903        importpath = "github.com/inhies/go-bytesize",
  4904        sum = "h1:RrGCja4Grfz7QM2hw+SUZIYlbHoqBfbvzlWRT3seXB8=",
  4905        version = "v0.0.0-20201103132853-d0aed0d254f8",
  4906    )
  4907
  4908    go_repository(
  4909        name = "com_github_instrumenta_kubeval",
  4910        build_file_proto_mode = "disable_global",
  4911        importpath = "github.com/instrumenta/kubeval",
  4912        sum = "h1:P9mMMkEUuxqvTyvzjMExBlyyDmowHeFHyFlS80ks/+0=",
  4913        version = "v0.0.0-20201118090229-529b532b1ea1",
  4914    )
  4915    go_repository(
  4916        name = "com_github_intel_goresctrl",
  4917        build_file_proto_mode = "disable_global",
  4918        importpath = "github.com/intel/goresctrl",
  4919        sum = "h1:K2D3GOzihV7xSBedGxONSlaw/un1LZgWsc9IfqipN4c=",
  4920        version = "v0.3.0",
  4921    )
  4922    go_repository(
  4923        name = "com_github_ishidawataru_sctp",
  4924        build_file_proto_mode = "disable_global",
  4925        importpath = "github.com/ishidawataru/sctp",
  4926        sum = "h1:i2fYnDurfLlJH8AyyMOnkLHnHeP8Ff/DDpuZA/D3bPo=",
  4927        version = "v0.0.0-20230406120618-7ff4192f6ff2",
  4928    )
  4929    go_repository(
  4930        name = "com_github_itchyny_gojq",
  4931        build_file_proto_mode = "disable_global",
  4932        importpath = "github.com/itchyny/gojq",
  4933        sum = "h1:WC1Nxbx4Ifw5U2oQWACYz32JK8G9qxNtHzrvW4KEcqI=",
  4934        version = "v0.12.15",
  4935    )
  4936    go_repository(
  4937        name = "com_github_itchyny_timefmt_go",
  4938        build_file_proto_mode = "disable_global",
  4939        importpath = "github.com/itchyny/timefmt-go",
  4940        sum = "h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE=",
  4941        version = "v0.1.5",
  4942    )
  4943
  4944    go_repository(
  4945        name = "com_github_j_keck_arping",
  4946        build_file_proto_mode = "disable_global",
  4947        importpath = "github.com/j-keck/arping",
  4948        sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=",
  4949        version = "v0.0.0-20160618110441-2cf9dc699c56",
  4950    )
  4951
  4952    go_repository(
  4953        name = "com_github_jackc_chunkreader",
  4954        build_file_proto_mode = "disable_global",
  4955        importpath = "github.com/jackc/chunkreader",
  4956        sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=",
  4957        version = "v1.0.0",
  4958    )
  4959    go_repository(
  4960        name = "com_github_jackc_chunkreader_v2",
  4961        build_file_proto_mode = "disable_global",
  4962        importpath = "github.com/jackc/chunkreader/v2",
  4963        sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=",
  4964        version = "v2.0.1",
  4965    )
  4966    go_repository(
  4967        name = "com_github_jackc_fake",
  4968        build_file_proto_mode = "disable_global",
  4969        importpath = "github.com/jackc/fake",
  4970        sum = "h1:vr3AYkKovP8uR8AvSGGUK1IDqRa5lAAvEkZG1LKaCRc=",
  4971        version = "v0.0.0-20150926172116-812a484cc733",
  4972    )
  4973    go_repository(
  4974        name = "com_github_jackc_pgconn",
  4975        build_file_proto_mode = "disable_global",
  4976        importpath = "github.com/jackc/pgconn",
  4977        sum = "h1:bVoTr12EGANZz66nZPkMInAV/KHD2TxH9npjXXgiB3w=",
  4978        version = "v1.14.3",
  4979    )
  4980    go_repository(
  4981        name = "com_github_jackc_pgerrcode",
  4982        build_file_proto_mode = "disable_global",
  4983        importpath = "github.com/jackc/pgerrcode",
  4984        sum = "h1:WAvSpGf7MsFuzAtK4Vk7R4EVe+liW4x83r4oWu0WHKw=",
  4985        version = "v0.0.0-20201024163028-a0d42d470451",
  4986    )
  4987    go_repository(
  4988        name = "com_github_jackc_pgio",
  4989        build_file_proto_mode = "disable_global",
  4990        importpath = "github.com/jackc/pgio",
  4991        sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=",
  4992        version = "v1.0.0",
  4993    )
  4994    go_repository(
  4995        name = "com_github_jackc_pgmock",
  4996        build_file_proto_mode = "disable_global",
  4997        importpath = "github.com/jackc/pgmock",
  4998        sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=",
  4999        version = "v0.0.0-20210724152146-4ad1a8207f65",
  5000    )
  5001    go_repository(
  5002        name = "com_github_jackc_pgpassfile",
  5003        build_file_proto_mode = "disable_global",
  5004        importpath = "github.com/jackc/pgpassfile",
  5005        sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=",
  5006        version = "v1.0.0",
  5007    )
  5008    go_repository(
  5009        name = "com_github_jackc_pgproto3",
  5010        build_file_proto_mode = "disable_global",
  5011        importpath = "github.com/jackc/pgproto3",
  5012        sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=",
  5013        version = "v1.1.0",
  5014    )
  5015    go_repository(
  5016        name = "com_github_jackc_pgproto3_v2",
  5017        build_file_proto_mode = "disable_global",
  5018        importpath = "github.com/jackc/pgproto3/v2",
  5019        sum = "h1:1HLSx5H+tXR9pW3in3zaztoEwQYRC9SQaYUHjTSUOag=",
  5020        version = "v2.3.3",
  5021    )
  5022    go_repository(
  5023        name = "com_github_jackc_pgservicefile",
  5024        build_file_proto_mode = "disable_global",
  5025        importpath = "github.com/jackc/pgservicefile",
  5026        sum = "h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=",
  5027        version = "v0.0.0-20221227161230-091c0ba34f0a",
  5028    )
  5029    go_repository(
  5030        name = "com_github_jackc_pgtype",
  5031        build_file_proto_mode = "disable_global",
  5032        importpath = "github.com/jackc/pgtype",
  5033        sum = "h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=",
  5034        version = "v1.14.0",
  5035    )
  5036    go_repository(
  5037        name = "com_github_jackc_pgx",
  5038        build_file_proto_mode = "disable_global",
  5039        importpath = "github.com/jackc/pgx",
  5040        sum = "h1:2zP5OD7kiyR3xzRYMhOcXVvkDZsImVXfj+yIyTQf3/o=",
  5041        version = "v3.6.2+incompatible",
  5042    )
  5043    go_repository(
  5044        name = "com_github_jackc_pgx_v4",
  5045        build_file_proto_mode = "disable_global",
  5046        importpath = "github.com/jackc/pgx/v4",
  5047        sum = "h1:dE2/TrEsGX3RBprb3qryqSV9Y60iZN1C6i8IrmW9/BA=",
  5048        version = "v4.18.3",
  5049    )
  5050    go_repository(
  5051        name = "com_github_jackc_pgx_v5",
  5052        build_file_proto_mode = "disable_global",
  5053        importpath = "github.com/jackc/pgx/v5",
  5054        sum = "h1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw=",
  5055        version = "v5.5.5",
  5056    )
  5057    go_repository(
  5058        name = "com_github_jackc_puddle",
  5059        build_file_proto_mode = "disable_global",
  5060        importpath = "github.com/jackc/puddle",
  5061        sum = "h1:eHK/5clGOatcjX3oWGBO/MpxpbHzSwud5EWTSCI+MX0=",
  5062        version = "v1.3.0",
  5063    )
  5064    go_repository(
  5065        name = "com_github_jackc_puddle_v2",
  5066        build_file_proto_mode = "disable_global",
  5067        importpath = "github.com/jackc/puddle/v2",
  5068        sum = "h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=",
  5069        version = "v2.2.1",
  5070    )
  5071    go_repository(
  5072        name = "com_github_jacobsa_go_serial",
  5073        build_file_proto_mode = "disable_global",
  5074        importpath = "github.com/jacobsa/go-serial",
  5075        sum = "h1:G2ztCwXov8mRvP0ZfjE6nAlaCX2XbykaeHdbT6KwDz0=",
  5076        version = "v0.0.0-20180131005756-15cf729a72d4",
  5077    )
  5078
  5079    go_repository(
  5080        name = "com_github_jandelgado_gcov2lcov",
  5081        build_file_proto_mode = "disable_global",
  5082        importpath = "github.com/jandelgado/gcov2lcov",
  5083        sum = "h1:vn5CHED3UxZKIneSxETU9SXXGgsILP8hZHlx+M0u1BQ=",
  5084        version = "v1.0.4-0.20210120124023-b83752c6dc08",
  5085    )
  5086    go_repository(
  5087        name = "com_github_jarcoal_httpmock",
  5088        build_file_proto_mode = "disable_global",
  5089        importpath = "github.com/jarcoal/httpmock",
  5090        sum = "h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bwwc=",
  5091        version = "v1.2.0",
  5092    )
  5093    go_repository(
  5094        name = "com_github_jbenet_go_context",
  5095        build_file_proto_mode = "disable_global",
  5096        importpath = "github.com/jbenet/go-context",
  5097        sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=",
  5098        version = "v0.0.0-20150711004518-d14ea06fba99",
  5099    )
  5100    go_repository(
  5101        name = "com_github_jedib0t_go_pretty_v6",
  5102        build_file_proto_mode = "disable_global",
  5103        importpath = "github.com/jedib0t/go-pretty/v6",
  5104        sum = "h1:GAK/1WJY9WVVrKd601HGB89ihLBDfJnUIJye31PY+uk=",
  5105        version = "v6.3.9",
  5106    )
  5107    go_repository(
  5108        name = "com_github_jedisct1_go_minisign",
  5109        build_file_proto_mode = "disable_global",
  5110        importpath = "github.com/jedisct1/go-minisign",
  5111        sum = "h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=",
  5112        version = "v0.0.0-20230811132847-661be99b8267",
  5113    )
  5114
  5115    go_repository(
  5116        name = "com_github_jeffashton_win_pdh",
  5117        build_file_proto_mode = "disable_global",
  5118        importpath = "github.com/JeffAshton/win_pdh",
  5119        sum = "h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=",
  5120        version = "v0.0.0-20161109143554-76bb4ee9f0ab",
  5121    )
  5122    go_repository(
  5123        name = "com_github_jellydator_ttlcache_v3",
  5124        build_file_proto_mode = "disable_global",
  5125        importpath = "github.com/jellydator/ttlcache/v3",
  5126        sum = "h1:6lqVJ8X3ZaUwvzENqPAobDsXNExfUJd61u++uW8a3LE=",
  5127        version = "v3.2.0",
  5128    )
  5129
  5130    go_repository(
  5131        name = "com_github_jessevdk_go_flags",
  5132        build_file_proto_mode = "disable_global",
  5133        importpath = "github.com/jessevdk/go-flags",
  5134        sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=",
  5135        version = "v1.5.0",
  5136    )
  5137    go_repository(
  5138        name = "com_github_jezek_xgb",
  5139        build_file_proto_mode = "disable_global",
  5140        importpath = "github.com/jezek/xgb",
  5141        sum = "h1:dy+DS31tGEGCsZzB45HmJJNHjur8GDgtRNX9U7HnSX4=",
  5142        version = "v0.0.0-20210312150743-0e0f116e1240",
  5143    )
  5144    go_repository(
  5145        name = "com_github_jhump_protoreflect",
  5146        build_file_proto_mode = "disable_global",
  5147        importpath = "github.com/jhump/protoreflect",
  5148        sum = "h1:6SFRuqU45u9hIZPJAoZ8c28T3nK64BNdp9w6jFonzls=",
  5149        version = "v1.15.3",
  5150    )
  5151
  5152    go_repository(
  5153        name = "com_github_jinzhu_inflection",
  5154        build_file_proto_mode = "disable_global",
  5155        importpath = "github.com/jinzhu/inflection",
  5156        sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=",
  5157        version = "v1.0.0",
  5158    )
  5159    go_repository(
  5160        name = "com_github_jinzhu_now",
  5161        build_file_proto_mode = "disable_global",
  5162        importpath = "github.com/jinzhu/now",
  5163        sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=",
  5164        version = "v1.1.1",
  5165    )
  5166    go_repository(
  5167        name = "com_github_jmespath_go_jmespath",
  5168        build_file_proto_mode = "disable_global",
  5169        importpath = "github.com/jmespath/go-jmespath",
  5170        sum = "h1:liMMTbpW34dhU4az1GN0pTPADwNmvoRSeoZ6PItiqnY=",
  5171        version = "v0.4.1-0.20220621161143-b0104c826a24",
  5172    )
  5173    go_repository(
  5174        name = "com_github_jmespath_go_jmespath_internal_testify",
  5175        build_file_proto_mode = "disable_global",
  5176        importpath = "github.com/jmespath/go-jmespath/internal/testify",
  5177        sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
  5178        version = "v1.5.1",
  5179    )
  5180    go_repository(
  5181        name = "com_github_jmhodges_clock",
  5182        build_file_proto_mode = "disable_global",
  5183        importpath = "github.com/jmhodges/clock",
  5184        sum = "h1:eq4kys+NI0PLngzaHEe7AmPT90XMGIEySD1JfV1PDIs=",
  5185        version = "v1.2.0",
  5186    )
  5187
  5188    go_repository(
  5189        name = "com_github_jmoiron_sqlx",
  5190        build_file_proto_mode = "disable_global",
  5191        importpath = "github.com/jmoiron/sqlx",
  5192        sum = "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=",
  5193        version = "v1.3.5",
  5194    )
  5195
  5196    go_repository(
  5197        name = "com_github_joeshaw_multierror",
  5198        build_file_proto_mode = "disable_global",
  5199        importpath = "github.com/joeshaw/multierror",
  5200        sum = "h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=",
  5201        version = "v0.0.0-20140124173710-69b34d4ec901",
  5202    )
  5203    go_repository(
  5204        name = "com_github_johncgriffin_overflow",
  5205        build_file_proto_mode = "disable_global",
  5206        importpath = "github.com/JohnCGriffin/overflow",
  5207        sum = "h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=",
  5208        version = "v0.0.0-20211019200055-46fa312c352c",
  5209    )
  5210    go_repository(
  5211        name = "com_github_joho_godotenv",
  5212        build_file_proto_mode = "disable_global",
  5213        importpath = "github.com/joho/godotenv",
  5214        sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
  5215        version = "v1.3.0",
  5216    )
  5217    go_repository(
  5218        name = "com_github_jonboulle_clockwork",
  5219        build_file_proto_mode = "disable_global",
  5220        importpath = "github.com/jonboulle/clockwork",
  5221        sum = "h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=",
  5222        version = "v0.4.0",
  5223    )
  5224    go_repository(
  5225        name = "com_github_josephspurrier_goversioninfo",
  5226        build_file_proto_mode = "disable_global",
  5227        importpath = "github.com/josephspurrier/goversioninfo",
  5228        sum = "h1:Puhl12NSHUSALHSuzYwPYQkqa2E1+7SrtAPJorKK0C8=",
  5229        version = "v1.4.0",
  5230    )
  5231    go_repository(
  5232        name = "com_github_josharian_intern",
  5233        build_file_proto_mode = "disable_global",
  5234        importpath = "github.com/josharian/intern",
  5235        sum = "h1:f8m7k2T128wwQej7ewBVgUfHNgCu3uXod6wopWGDvE4=",
  5236        version = "v1.0.1-0.20211109044230-42b52b674af5",
  5237    )
  5238    go_repository(
  5239        name = "com_github_josharian_native",
  5240        build_file_proto_mode = "disable_global",
  5241        importpath = "github.com/josharian/native",
  5242        sum = "h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=",
  5243        version = "v1.1.0",
  5244    )
  5245
  5246    go_repository(
  5247        name = "com_github_joshdk_go_junit",
  5248        build_file_proto_mode = "disable_global",
  5249        importpath = "github.com/joshdk/go-junit",
  5250        sum = "h1:lcSbmPJf3b19MTZtGDLI6Y2Jnk3VBDT8UG/8IVCEMxA=",
  5251        version = "v0.0.0-20210226021600-6145f504ca0d",
  5252    )
  5253    go_repository(
  5254        name = "com_github_jpillora_backoff",
  5255        build_file_proto_mode = "disable_global",
  5256        importpath = "github.com/jpillora/backoff",
  5257        sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=",
  5258        version = "v1.0.0",
  5259    )
  5260
  5261    go_repository(
  5262        name = "com_github_json_iterator_go",
  5263        build_file_proto_mode = "disable_global",
  5264        importpath = "github.com/json-iterator/go",
  5265        sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=",
  5266        version = "v1.1.12",
  5267    )
  5268    go_repository(
  5269        name = "com_github_jstemmer_go_junit_report",
  5270        build_file_proto_mode = "disable_global",
  5271        importpath = "github.com/jstemmer/go-junit-report",
  5272        sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
  5273        version = "v0.9.1",
  5274    )
  5275    go_repository(
  5276        name = "com_github_jtolds_gls",
  5277        build_file_proto_mode = "disable_global",
  5278        importpath = "github.com/jtolds/gls",
  5279        sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
  5280        version = "v4.20.0+incompatible",
  5281    )
  5282    go_repository(
  5283        name = "com_github_julienschmidt_httprouter",
  5284        build_file_proto_mode = "disable_global",
  5285        importpath = "github.com/julienschmidt/httprouter",
  5286        sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=",
  5287        version = "v1.3.0",
  5288    )
  5289    go_repository(
  5290        name = "com_github_jung_kurt_gofpdf",
  5291        build_file_proto_mode = "disable_global",
  5292        importpath = "github.com/jung-kurt/gofpdf",
  5293        sum = "h1:jgbatWHfRlPYiK85qgevsZTHviWXKwB1TTiKdz5PtRc=",
  5294        version = "v1.16.2",
  5295    )
  5296    go_repository(
  5297        name = "com_github_k0kubun_colorstring",
  5298        build_file_proto_mode = "disable_global",
  5299        importpath = "github.com/k0kubun/colorstring",
  5300        sum = "h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM=",
  5301        version = "v0.0.0-20150214042306-9440f1994b88",
  5302    )
  5303    go_repository(
  5304        name = "com_github_k0kubun_pp",
  5305        build_file_proto_mode = "disable_global",
  5306        importpath = "github.com/k0kubun/pp",
  5307        sum = "h1:EKhKbi34VQDWJtq+zpsKSEhkHHs9w2P8Izbq8IhLVSo=",
  5308        version = "v2.3.0+incompatible",
  5309    )
  5310    go_repository(
  5311        name = "com_github_k8snetworkplumbingwg_network_attachment_definition_client",
  5312        build_file_proto_mode = "disable_global",
  5313        importpath = "github.com/k8snetworkplumbingwg/network-attachment-definition-client",
  5314        sum = "h1:Lq6HJa0JqSg5ko/mkizFWlpIrY7845g9Dzz9qeD5aXI=",
  5315        version = "v0.0.0-20191119172530-79f836b90111",
  5316    )
  5317
  5318    go_repository(
  5319        name = "com_github_kardianos_osext",
  5320        build_file_proto_mode = "disable_global",
  5321        importpath = "github.com/kardianos/osext",
  5322        sum = "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=",
  5323        version = "v0.0.0-20190222173326-2bc1f35cddc0",
  5324    )
  5325    go_repository(
  5326        name = "com_github_karlseguin_expect",
  5327        build_file_proto_mode = "disable_global",
  5328        importpath = "github.com/karlseguin/expect",
  5329        sum = "h1:vJ0Snvo+SLMY72r5J4sEfkuE7AFbixEP2qRbEcum/wA=",
  5330        version = "v1.0.2-0.20190806010014-778a5f0c6003",
  5331    )
  5332    go_repository(
  5333        name = "com_github_karrick_godirwalk",
  5334        build_file_proto_mode = "disable_global",
  5335        importpath = "github.com/karrick/godirwalk",
  5336        sum = "h1:b4kY7nqDdioR/6qnbHQyDvmA17u5G1cZ6J+CZXwSWoI=",
  5337        version = "v1.17.0",
  5338    )
  5339    go_repository(
  5340        name = "com_github_kballard_go_shellquote",
  5341        build_file_proto_mode = "disable_global",
  5342        importpath = "github.com/kballard/go-shellquote",
  5343        sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
  5344        version = "v0.0.0-20180428030007-95032a82bc51",
  5345    )
  5346    go_repository(
  5347        name = "com_github_keeper_security_secrets_manager_go_core",
  5348        build_file_proto_mode = "disable_global",
  5349        importpath = "github.com/keeper-security/secrets-manager-go/core",
  5350        sum = "h1:bRZUJI/s5WwVbceSNlKyKqYuBNKkZCyNPH4lU2GYiF0=",
  5351        version = "v1.6.2",
  5352    )
  5353    go_repository(
  5354        name = "com_github_kelseyhightower_envconfig",
  5355        build_file_proto_mode = "disable_global",
  5356        importpath = "github.com/kelseyhightower/envconfig",
  5357        sum = "h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=",
  5358        version = "v1.4.0",
  5359    )
  5360    go_repository(
  5361        name = "com_github_kevinburke_ssh_config",
  5362        build_file_proto_mode = "disable_global",
  5363        importpath = "github.com/kevinburke/ssh_config",
  5364        sum = "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=",
  5365        version = "v1.2.0",
  5366    )
  5367    go_repository(
  5368        name = "com_github_kevinmbeaulieu_eq_go",
  5369        build_file_proto_mode = "disable_global",
  5370        importpath = "github.com/kevinmbeaulieu/eq-go",
  5371        sum = "h1:AQgYHURDOmnVJ62jnEk0W/7yFKEn+Lv8RHN6t7mB0Zo=",
  5372        version = "v1.0.0",
  5373    )
  5374    go_repository(
  5375        name = "com_github_kidstuff_mongostore",
  5376        build_file_proto_mode = "disable_global",
  5377        importpath = "github.com/kidstuff/mongostore",
  5378        sum = "h1:TLCm7HR+P9HM2NXaAJaIiHerOUMedtFJeAfaYwZ8YhY=",
  5379        version = "v0.0.0-20181113001930-e650cd85ee4b",
  5380    )
  5381    go_repository(
  5382        name = "com_github_kisielk_errcheck",
  5383        build_file_proto_mode = "disable_global",
  5384        importpath = "github.com/kisielk/errcheck",
  5385        sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
  5386        version = "v1.5.0",
  5387    )
  5388    go_repository(
  5389        name = "com_github_kisielk_gotool",
  5390        build_file_proto_mode = "disable_global",
  5391        importpath = "github.com/kisielk/gotool",
  5392        sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
  5393        version = "v1.0.0",
  5394    )
  5395    go_repository(
  5396        name = "com_github_kisielk_sqlstruct",
  5397        build_file_proto_mode = "disable_global",
  5398        importpath = "github.com/kisielk/sqlstruct",
  5399        sum = "h1:veS9QfglfvqAw2e+eeNT/SbGySq8ajECXJ9e4fPoLhY=",
  5400        version = "v0.0.0-20201105191214-5f3e10d3ab46",
  5401    )
  5402    go_repository(
  5403        name = "com_github_klauspost_asmfmt",
  5404        build_file_proto_mode = "disable_global",
  5405        importpath = "github.com/klauspost/asmfmt",
  5406        sum = "h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=",
  5407        version = "v1.3.2",
  5408    )
  5409    go_repository(
  5410        name = "com_github_klauspost_compress",
  5411        build_file_proto_mode = "disable_global",
  5412        importpath = "github.com/klauspost/compress",
  5413        sum = "h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=",
  5414        version = "v1.17.8",
  5415    )
  5416    go_repository(
  5417        name = "com_github_klauspost_cpuid_v2",
  5418        build_file_proto_mode = "disable_global",
  5419        importpath = "github.com/klauspost/cpuid/v2",
  5420        sum = "h1:ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=",
  5421        version = "v2.2.7",
  5422    )
  5423    go_repository(
  5424        name = "com_github_klauspost_pgzip",
  5425        build_file_proto_mode = "disable_global",
  5426        importpath = "github.com/klauspost/pgzip",
  5427        sum = "h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=",
  5428        version = "v1.2.6",
  5429    )
  5430
  5431    go_repository(
  5432        name = "com_github_knadh_koanf",
  5433        build_file_proto_mode = "disable_global",
  5434        importpath = "github.com/knadh/koanf",
  5435        sum = "h1:fmu57yNGunS2xD2VDDAz6+6F2Qn9/9M7KOhjsOqeFGM=",
  5436        version = "v0.14.1-0.20201201075439-e0853799f9ec",
  5437    )
  5438    go_repository(
  5439        name = "com_github_knetic_govaluate",
  5440        build_file_proto_mode = "disable_global",
  5441        importpath = "github.com/Knetic/govaluate",
  5442        sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=",
  5443        version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible",
  5444    )
  5445
  5446    go_repository(
  5447        name = "com_github_knz_go_libedit",
  5448        build_file_proto_mode = "disable_global",
  5449        importpath = "github.com/knz/go-libedit",
  5450        sum = "h1:0pHpWtx9vcvC0xGZqEQlQdfSQs7WRlAjuPvk3fOZDCo=",
  5451        version = "v1.10.1",
  5452    )
  5453
  5454    go_repository(
  5455        name = "com_github_konsorten_go_windows_terminal_sequences",
  5456        build_file_proto_mode = "disable_global",
  5457        importpath = "github.com/konsorten/go-windows-terminal-sequences",
  5458        sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
  5459        version = "v1.0.3",
  5460    )
  5461    go_repository(
  5462        name = "com_github_kr_fs",
  5463        build_file_proto_mode = "disable_global",
  5464        importpath = "github.com/kr/fs",
  5465        sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=",
  5466        version = "v0.1.0",
  5467    )
  5468    go_repository(
  5469        name = "com_github_kr_logfmt",
  5470        build_file_proto_mode = "disable_global",
  5471        importpath = "github.com/kr/logfmt",
  5472        sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
  5473        version = "v0.0.0-20140226030751-b84e30acd515",
  5474    )
  5475    go_repository(
  5476        name = "com_github_kr_pretty",
  5477        build_file_proto_mode = "disable_global",
  5478        importpath = "github.com/kr/pretty",
  5479        sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=",
  5480        version = "v0.3.1",
  5481    )
  5482    go_repository(
  5483        name = "com_github_kr_pty",
  5484        build_file_proto_mode = "disable_global",
  5485        importpath = "github.com/kr/pty",
  5486        sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=",
  5487        version = "v1.1.8",
  5488    )
  5489    go_repository(
  5490        name = "com_github_kr_text",
  5491        build_file_proto_mode = "disable_global",
  5492        importpath = "github.com/kr/text",
  5493        sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=",
  5494        version = "v0.2.0",
  5495    )
  5496    go_repository(
  5497        name = "com_github_ktrysmt_go_bitbucket",
  5498        build_file_proto_mode = "disable_global",
  5499        importpath = "github.com/ktrysmt/go-bitbucket",
  5500        sum = "h1:C8dUGp0qkwncKtAnozHCbbqhptefzEd1I0sfnuy9rYQ=",
  5501        version = "v0.6.4",
  5502    )
  5503    go_repository(
  5504        name = "com_github_kubernetes_csi_external_snapshotter_client_v4",
  5505        build_file_proto_mode = "disable_global",
  5506        importpath = "github.com/kubernetes-csi/external-snapshotter/client/v4",
  5507        sum = "h1:nHHjmvjitIiyPlUHk/ofpgvBcNcawJLtf4PYHORLjAA=",
  5508        version = "v4.2.0",
  5509    )
  5510
  5511    go_repository(
  5512        name = "com_github_kvaps_dnsmasq_controller",
  5513        build_file_proto_mode = "disable_global",
  5514        importpath = "github.com/kvaps/dnsmasq-controller",
  5515        sum = "h1:rwM6Cy/tg2OoW9mjOSArLt3kr06bv3qVgqLanj/p040=",
  5516        version = "v0.5.4",
  5517    )
  5518    go_repository(
  5519        name = "com_github_kylelemons_godebug",
  5520        build_file_proto_mode = "disable_global",
  5521        importpath = "github.com/kylelemons/godebug",
  5522        sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
  5523        version = "v1.1.0",
  5524    )
  5525
  5526    go_repository(
  5527        name = "com_github_lann_builder",
  5528        build_file_proto_mode = "disable_global",
  5529        importpath = "github.com/lann/builder",
  5530        sum = "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=",
  5531        version = "v0.0.0-20180802200727-47ae307949d0",
  5532    )
  5533    go_repository(
  5534        name = "com_github_lann_ps",
  5535        build_file_proto_mode = "disable_global",
  5536        importpath = "github.com/lann/ps",
  5537        sum = "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=",
  5538        version = "v0.0.0-20150810152359-62de8c46ede0",
  5539    )
  5540    go_repository(
  5541        name = "com_github_launchdarkly_ccache",
  5542        build_file_proto_mode = "disable_global",
  5543        importpath = "github.com/launchdarkly/ccache",
  5544        sum = "h1:voD1M+ZJXR3MREOKtBwgTF9hYHl1jg+vFKS/+VAkR2k=",
  5545        version = "v1.1.0",
  5546    )
  5547    go_repository(
  5548        name = "com_github_launchdarkly_eventsource",
  5549        build_file_proto_mode = "disable_global",
  5550        importpath = "github.com/launchdarkly/eventsource",
  5551        sum = "h1:5SbcIqzUomn+/zmJDrkb4LYw7ryoKFzH/0TbR0/3Bdg=",
  5552        version = "v1.6.2",
  5553    )
  5554    go_repository(
  5555        name = "com_github_launchdarkly_go_jsonstream_v3",
  5556        build_file_proto_mode = "disable_global",
  5557        importpath = "github.com/launchdarkly/go-jsonstream/v3",
  5558        sum = "h1:qJF/WI09EUJ7kSpmP5d1Rhc81NQdYUhP17McKfUq17E=",
  5559        version = "v3.0.0",
  5560    )
  5561    go_repository(
  5562        name = "com_github_launchdarkly_go_ntlm_proxy_auth",
  5563        build_file_proto_mode = "disable_global",
  5564        importpath = "github.com/launchdarkly/go-ntlm-proxy-auth",
  5565        sum = "h1:Iz5cg9mB/0vt5llZE+J0iGQ5+O/U8CWuRUUR7Ou8eNM=",
  5566        version = "v1.0.1",
  5567    )
  5568    go_repository(
  5569        name = "com_github_launchdarkly_go_ntlmssp",
  5570        build_file_proto_mode = "disable_global",
  5571        importpath = "github.com/launchdarkly/go-ntlmssp",
  5572        sum = "h1:snB77118TQvf9tfHrkSyrIop/UX5e5VD2D2mv7Kh3wE=",
  5573        version = "v1.0.1",
  5574    )
  5575    go_repository(
  5576        name = "com_github_launchdarkly_go_sdk_common_v3",
  5577        build_file_proto_mode = "disable_global",
  5578        importpath = "github.com/launchdarkly/go-sdk-common/v3",
  5579        sum = "h1:rVdLusAIViduNvyjNKy06RA+SPwk0Eq+NocNd1opDhk=",
  5580        version = "v3.0.1",
  5581    )
  5582    go_repository(
  5583        name = "com_github_launchdarkly_go_sdk_events_v2",
  5584        build_file_proto_mode = "disable_global",
  5585        importpath = "github.com/launchdarkly/go-sdk-events/v2",
  5586        sum = "h1:vnUN2Y7og/5wtOCcCZW7wYpmZcS++GAyclasc7gaTIY=",
  5587        version = "v2.0.1",
  5588    )
  5589    go_repository(
  5590        name = "com_github_launchdarkly_go_semver",
  5591        build_file_proto_mode = "disable_global",
  5592        importpath = "github.com/launchdarkly/go-semver",
  5593        sum = "h1:sYVRnuKyvxlmQCnCUyDkAhtmzSFRoX6rG2Xa21Mhg+w=",
  5594        version = "v1.0.2",
  5595    )
  5596    go_repository(
  5597        name = "com_github_launchdarkly_go_server_sdk_evaluation_v2",
  5598        build_file_proto_mode = "disable_global",
  5599        importpath = "github.com/launchdarkly/go-server-sdk-evaluation/v2",
  5600        sum = "h1:PAM0GvE0nIUBeOkjdiymIEKI+8FFLJ+fEsWTupW1yGU=",
  5601        version = "v2.0.2",
  5602    )
  5603    go_repository(
  5604        name = "com_github_launchdarkly_go_server_sdk_redis_redigo_v2",
  5605        build_file_proto_mode = "disable_global",
  5606        importpath = "github.com/launchdarkly/go-server-sdk-redis-redigo/v2",
  5607        sum = "h1:MI/H+gSFm8bWkJBj5z3VIAyp0ZVpi4DTROPoctO1iZI=",
  5608        version = "v2.0.1",
  5609    )
  5610
  5611    go_repository(
  5612        name = "com_github_launchdarkly_go_server_sdk_v6",
  5613        build_file_proto_mode = "disable_global",
  5614        importpath = "github.com/launchdarkly/go-server-sdk/v6",
  5615        sum = "h1:mNXOcHyXPl2xNQKvPsLJrYh+Ihe7OmkmKqtZdzdD+fI=",
  5616        version = "v6.0.3",
  5617    )
  5618    go_repository(
  5619        name = "com_github_launchdarkly_go_test_helpers_v2",
  5620        build_file_proto_mode = "disable_global",
  5621        importpath = "github.com/launchdarkly/go-test-helpers/v2",
  5622        sum = "h1:KXUAQVTeHNcWVDVQ94uEkybI+URXI9rEd7E553EsZFw=",
  5623        version = "v2.3.1",
  5624    )
  5625    go_repository(
  5626        name = "com_github_launchdarkly_go_test_helpers_v3",
  5627        build_file_proto_mode = "disable_global",
  5628        importpath = "github.com/launchdarkly/go-test-helpers/v3",
  5629        sum = "h1:rh0085g1rVJM5qIukdaQ8z1XTWZztbJ49vRZuveqiuU=",
  5630        version = "v3.0.2",
  5631    )
  5632    go_repository(
  5633        name = "com_github_ledongthuc_pdf",
  5634        build_file_proto_mode = "disable_global",
  5635        importpath = "github.com/ledongthuc/pdf",
  5636        sum = "h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo=",
  5637        version = "v0.0.0-20220302134840-0c2507a12d80",
  5638    )
  5639
  5640    go_repository(
  5641        name = "com_github_leodido_go_urn",
  5642        build_file_proto_mode = "disable_global",
  5643        importpath = "github.com/leodido/go-urn",
  5644        sum = "h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=",
  5645        version = "v1.4.0",
  5646    )
  5647    go_repository(
  5648        name = "com_github_lestrrat_go_backoff_v2",
  5649        build_file_proto_mode = "disable_global",
  5650        importpath = "github.com/lestrrat-go/backoff/v2",
  5651        sum = "h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=",
  5652        version = "v2.0.8",
  5653    )
  5654    go_repository(
  5655        name = "com_github_lestrrat_go_blackmagic",
  5656        build_file_proto_mode = "disable_global",
  5657        importpath = "github.com/lestrrat-go/blackmagic",
  5658        sum = "h1:Cg2gVSc9h7sz9NOByczrbUvLopQmXrfFx//N+AkAr5k=",
  5659        version = "v1.0.2",
  5660    )
  5661    go_repository(
  5662        name = "com_github_lestrrat_go_codegen",
  5663        build_file_proto_mode = "disable_global",
  5664        importpath = "github.com/lestrrat-go/codegen",
  5665        sum = "h1:gnWFHKvL64TTSFRghShUybm9UvBxFFXvnniE06JTO3k=",
  5666        version = "v1.0.0",
  5667    )
  5668    go_repository(
  5669        name = "com_github_lestrrat_go_httpcc",
  5670        build_file_proto_mode = "disable_global",
  5671        importpath = "github.com/lestrrat-go/httpcc",
  5672        sum = "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=",
  5673        version = "v1.0.1",
  5674    )
  5675    go_repository(
  5676        name = "com_github_lestrrat_go_httprc",
  5677        build_file_proto_mode = "disable_global",
  5678        importpath = "github.com/lestrrat-go/httprc",
  5679        sum = "h1:bsTfiH8xaKOJPrg1R+E3iE/AWZr/x0Phj9PBTG/OLUk=",
  5680        version = "v1.0.5",
  5681    )
  5682    go_repository(
  5683        name = "com_github_lestrrat_go_iter",
  5684        build_file_proto_mode = "disable_global",
  5685        importpath = "github.com/lestrrat-go/iter",
  5686        sum = "h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=",
  5687        version = "v1.0.2",
  5688    )
  5689    go_repository(
  5690        name = "com_github_lestrrat_go_jwx",
  5691        build_file_proto_mode = "disable_global",
  5692        importpath = "github.com/lestrrat-go/jwx",
  5693        sum = "h1:tAx93jN2SdPvFn08fHNAhqFJazn5mBBOB8Zli0g0otA=",
  5694        version = "v1.2.25",
  5695    )
  5696    go_repository(
  5697        name = "com_github_lestrrat_go_jwx_v2",
  5698        build_file_proto_mode = "disable_global",
  5699        importpath = "github.com/lestrrat-go/jwx/v2",
  5700        sum = "h1:jAPKupy4uHgrHFEdjVjNkUgoBKtVDgrQPB/h55FHrR0=",
  5701        version = "v2.0.21",
  5702    )
  5703    go_repository(
  5704        name = "com_github_lestrrat_go_option",
  5705        build_file_proto_mode = "disable_global",
  5706        importpath = "github.com/lestrrat-go/option",
  5707        sum = "h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=",
  5708        version = "v1.0.1",
  5709    )
  5710    go_repository(
  5711        name = "com_github_lestrrat_go_pdebug_v3",
  5712        build_file_proto_mode = "disable_global",
  5713        importpath = "github.com/lestrrat-go/pdebug/v3",
  5714        sum = "h1:3G5sX/aw/TbMTtVc9U7IHBWRZtMvwvBziF1e4HoQtv8=",
  5715        version = "v3.0.1",
  5716    )
  5717    go_repository(
  5718        name = "com_github_letsencrypt_borp",
  5719        build_file_proto_mode = "disable_global",
  5720        importpath = "github.com/letsencrypt/borp",
  5721        sum = "h1:xS2U6PQYRURk61YN4Y5xvyLbQVyAP/8fpE6hJZdwEWs=",
  5722        version = "v0.0.0-20230707160741-6cc6ce580243",
  5723    )
  5724    go_repository(
  5725        name = "com_github_letsencrypt_boulder",
  5726        build_file_proto_mode = "disable_global",
  5727        importpath = "github.com/letsencrypt/boulder",
  5728        sum = "h1:WGrKdjHtWC67RX96eTkYD2f53NDHhrq/7robWTAfk4s=",
  5729        version = "v0.0.0-20231026200631-000cd05d5491",
  5730    )
  5731    go_repository(
  5732        name = "com_github_letsencrypt_challtestsrv",
  5733        build_file_proto_mode = "disable_global",
  5734        importpath = "github.com/letsencrypt/challtestsrv",
  5735        sum = "h1:Lzv4jM+wSgVMCeO5a/F/IzSanhClstFMnX6SfrAJXjI=",
  5736        version = "v1.2.1",
  5737    )
  5738    go_repository(
  5739        name = "com_github_letsencrypt_pkcs11key_v4",
  5740        build_file_proto_mode = "disable_global",
  5741        importpath = "github.com/letsencrypt/pkcs11key/v4",
  5742        sum = "h1:qLc/OznH7xMr5ARJgkZCCWk+EomQkiNTOoOF5LAgagc=",
  5743        version = "v4.0.0",
  5744    )
  5745    go_repository(
  5746        name = "com_github_letsencrypt_validator_v10",
  5747        build_file_proto_mode = "disable_global",
  5748        importpath = "github.com/letsencrypt/validator/v10",
  5749        sum = "h1:HGFsIltYMUiB5eoFSowFzSoXkocM2k9ctmJ57QMGjys=",
  5750        version = "v10.0.0-20230215210743-a0c7dfc17158",
  5751    )
  5752
  5753    go_repository(
  5754        name = "com_github_lib_pq",
  5755        build_file_proto_mode = "disable_global",
  5756        importpath = "github.com/lib/pq",
  5757        sum = "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=",
  5758        version = "v1.10.9",
  5759    )
  5760    go_repository(
  5761        name = "com_github_libopenstorage_openstorage",
  5762        build_file_proto_mode = "disable_global",
  5763        importpath = "github.com/libopenstorage/openstorage",
  5764        sum = "h1:GLPam7/0mpdP8ZZtKjbfcXJBTIA/T1O6CBErVEFEyIM=",
  5765        version = "v1.0.0",
  5766    )
  5767    go_repository(
  5768        name = "com_github_liggitt_tabwriter",
  5769        build_file_proto_mode = "disable_global",
  5770        importpath = "github.com/liggitt/tabwriter",
  5771        sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
  5772        version = "v0.0.0-20181228230101-89fcab3d43de",
  5773    )
  5774    go_repository(
  5775        name = "com_github_linbit_golinstor",
  5776        build_file_proto_mode = "disable_global",
  5777        importpath = "github.com/LINBIT/golinstor",
  5778        sum = "h1:b+l26DJvLxGIYuvopLFJUoE7aywa6oCmCeL3jav3kKM=",
  5779        version = "v0.52.0",
  5780    )
  5781    go_repository(
  5782        name = "com_github_linkerd_linkerd2",
  5783        build_file_proto_mode = "disable_global",
  5784        importpath = "github.com/linkerd/linkerd2",
  5785        sum = "h1:+A99beu0ccTnn+9yqLO7fpjWh8mWLf1Qehdh2lGFB3I=",
  5786        version = "v0.5.1-0.20240531143844-4fc902f3f5af",
  5787    )
  5788    go_repository(
  5789        name = "com_github_linkerd_linkerd2_proxy_api",
  5790        build_file_proto_mode = "disable_global",
  5791        importpath = "github.com/linkerd/linkerd2-proxy-api",
  5792        sum = "h1:fAxWQqSuSdhnu6HwWsWPQx2NdvQFAuz3zw5Kl0zT5Jc=",
  5793        version = "v0.13.1",
  5794    )
  5795
  5796    go_repository(
  5797        name = "com_github_linuxkit_virtsock",
  5798        build_file_proto_mode = "disable_global",
  5799        importpath = "github.com/linuxkit/virtsock",
  5800        sum = "h1:jUp75lepDg0phMUJBCmvaeFDldD2N3S1lBuPwUTszio=",
  5801        version = "v0.0.0-20201010232012-f8cee7dfc7a3",
  5802    )
  5803    go_repository(
  5804        name = "com_github_lithammer_dedent",
  5805        build_file_proto_mode = "disable_global",
  5806        importpath = "github.com/lithammer/dedent",
  5807        sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
  5808        version = "v1.1.0",
  5809    )
  5810    go_repository(
  5811        name = "com_github_logrusorgru_aurora_v3",
  5812        build_file_proto_mode = "disable_global",
  5813        importpath = "github.com/logrusorgru/aurora/v3",
  5814        sum = "h1:R6zcoZZbvVcGMvDCKo45A9U/lzYyzl5NfYIvznmDfE4=",
  5815        version = "v3.0.0",
  5816    )
  5817    go_repository(
  5818        name = "com_github_lucasb_eyer_go_colorful",
  5819        build_file_proto_mode = "disable_global",
  5820        importpath = "github.com/lucasb-eyer/go-colorful",
  5821        sum = "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=",
  5822        version = "v1.2.0",
  5823    )
  5824    go_repository(
  5825        name = "com_github_luna_duclos_instrumentedsql",
  5826        build_file_proto_mode = "disable_global",
  5827        importpath = "github.com/luna-duclos/instrumentedsql",
  5828        sum = "h1:t7mvC0z1jUt5A0UQ6I/0H31ryymuQRnJcWCiqV3lSAA=",
  5829        version = "v1.1.3",
  5830    )
  5831    go_repository(
  5832        name = "com_github_lyft_protoc_gen_validate",
  5833        build_file_proto_mode = "disable_global",
  5834        importpath = "github.com/lyft/protoc-gen-validate",
  5835        sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=",
  5836        version = "v0.0.13",
  5837    )
  5838    go_repository(
  5839        name = "com_github_magefile_mage",
  5840        build_file_proto_mode = "disable_global",
  5841        importpath = "github.com/magefile/mage",
  5842        sum = "h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo=",
  5843        version = "v1.14.0",
  5844    )
  5845
  5846    go_repository(
  5847        name = "com_github_magiconair_properties",
  5848        build_file_proto_mode = "disable_global",
  5849        importpath = "github.com/magiconair/properties",
  5850        sum = "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=",
  5851        version = "v1.8.7",
  5852    )
  5853    go_repository(
  5854        name = "com_github_mailru_easyjson",
  5855        build_file_proto_mode = "disable_global",
  5856        importpath = "github.com/mailru/easyjson",
  5857        sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=",
  5858        version = "v0.7.7",
  5859    )
  5860    go_repository(
  5861        name = "com_github_makenowjust_heredoc",
  5862        build_file_proto_mode = "disable_global",
  5863        importpath = "github.com/MakeNowJust/heredoc",
  5864        sum = "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=",
  5865        version = "v1.0.0",
  5866    )
  5867    go_repository(
  5868        name = "com_github_manifoldco_promptui",
  5869        build_file_proto_mode = "disable_global",
  5870        importpath = "github.com/manifoldco/promptui",
  5871        sum = "h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=",
  5872        version = "v0.9.0",
  5873    )
  5874
  5875    go_repository(
  5876        name = "com_github_markbates_deplist",
  5877        build_file_proto_mode = "disable_global",
  5878        importpath = "github.com/markbates/deplist",
  5879        sum = "h1:/OcV27jxF6aLU+rVGF1RQdT2n+qMlKXeQF6yA0cBQ4k=",
  5880        version = "v1.1.3",
  5881    )
  5882    go_repository(
  5883        name = "com_github_markbates_errx",
  5884        build_file_proto_mode = "disable_global",
  5885        importpath = "github.com/markbates/errx",
  5886        sum = "h1:QDFeR+UP95dO12JgW+tgi2UVfo0V8YBHiUIOaeBPiEI=",
  5887        version = "v1.1.0",
  5888    )
  5889    go_repository(
  5890        name = "com_github_markbates_going",
  5891        build_file_proto_mode = "disable_global",
  5892        importpath = "github.com/markbates/going",
  5893        sum = "h1:uNQHDDfMRNOUmuxDbPbvatyw4wr4UOSUZkGkdkcip1o=",
  5894        version = "v1.0.2",
  5895    )
  5896    go_repository(
  5897        name = "com_github_markbates_grift",
  5898        build_file_proto_mode = "disable_global",
  5899        importpath = "github.com/markbates/grift",
  5900        sum = "h1:JjTyhlgPtgEnyHNvVn5lk21zWQbWD3cGE0YdyvvbZYg=",
  5901        version = "v1.0.4",
  5902    )
  5903    go_repository(
  5904        name = "com_github_markbates_hmax",
  5905        build_file_proto_mode = "disable_global",
  5906        importpath = "github.com/markbates/hmax",
  5907        sum = "h1:yo2N0gBoCnUMKhV/VRLHomT6Y9wUm+oQQENuWJqCdlM=",
  5908        version = "v1.0.0",
  5909    )
  5910    go_repository(
  5911        name = "com_github_markbates_inflect",
  5912        build_file_proto_mode = "disable_global",
  5913        importpath = "github.com/markbates/inflect",
  5914        sum = "h1:5fh1gzTFhfae06u3hzHYO9xe3l3v3nW5Pwt3naLTP5g=",
  5915        version = "v1.0.4",
  5916    )
  5917    go_repository(
  5918        name = "com_github_markbates_oncer",
  5919        build_file_proto_mode = "disable_global",
  5920        importpath = "github.com/markbates/oncer",
  5921        sum = "h1:E83IaVAHygyndzPimgUYJjbshhDTALZyXxvk9FOlQRY=",
  5922        version = "v1.0.0",
  5923    )
  5924    go_repository(
  5925        name = "com_github_markbates_pkger",
  5926        build_file_proto_mode = "disable_global",
  5927        importpath = "github.com/markbates/pkger",
  5928        sum = "h1:/MKEtWqtc0mZvu9OinB9UzVN9iYCwLWuyUv4Bw+PCno=",
  5929        version = "v0.17.1",
  5930    )
  5931    go_repository(
  5932        name = "com_github_markbates_refresh",
  5933        build_file_proto_mode = "disable_global",
  5934        importpath = "github.com/markbates/refresh",
  5935        sum = "h1:6EZ/vvVpWiam8OTIhrhfV9cVJR/NvScvcCiqosbTkbA=",
  5936        version = "v1.4.10",
  5937    )
  5938    go_repository(
  5939        name = "com_github_markbates_safe",
  5940        build_file_proto_mode = "disable_global",
  5941        importpath = "github.com/markbates/safe",
  5942        sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=",
  5943        version = "v1.0.1",
  5944    )
  5945    go_repository(
  5946        name = "com_github_markbates_sigtx",
  5947        build_file_proto_mode = "disable_global",
  5948        importpath = "github.com/markbates/sigtx",
  5949        sum = "h1:y/xtkBvNPRjD4KeEplf4w9rJVSc23/xl+jXYGowTwy0=",
  5950        version = "v1.0.0",
  5951    )
  5952    go_repository(
  5953        name = "com_github_markbates_willie",
  5954        build_file_proto_mode = "disable_global",
  5955        importpath = "github.com/markbates/willie",
  5956        sum = "h1:394PpHImWjScL9X2VRCDXJAcc77sHsSr3w3sOnL/DVc=",
  5957        version = "v1.0.9",
  5958    )
  5959    go_repository(
  5960        name = "com_github_marstr_guid",
  5961        build_file_proto_mode = "disable_global",
  5962        importpath = "github.com/marstr/guid",
  5963        sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=",
  5964        version = "v1.1.0",
  5965    )
  5966    go_repository(
  5967        name = "com_github_masterminds_goutils",
  5968        build_file_proto_mode = "disable_global",
  5969        importpath = "github.com/Masterminds/goutils",
  5970        sum = "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=",
  5971        version = "v1.1.1",
  5972    )
  5973    go_repository(
  5974        name = "com_github_masterminds_semver",
  5975        build_file_proto_mode = "disable_global",
  5976        importpath = "github.com/Masterminds/semver",
  5977        sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=",
  5978        version = "v1.5.0",
  5979    )
  5980    go_repository(
  5981        name = "com_github_masterminds_semver_v3",
  5982        build_file_proto_mode = "disable_global",
  5983        importpath = "github.com/Masterminds/semver/v3",
  5984        sum = "h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=",
  5985        version = "v3.2.1",
  5986    )
  5987    go_repository(
  5988        name = "com_github_masterminds_sprig",
  5989        build_file_proto_mode = "disable_global",
  5990        importpath = "github.com/Masterminds/sprig",
  5991        sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=",
  5992        version = "v2.22.0+incompatible",
  5993    )
  5994    go_repository(
  5995        name = "com_github_masterminds_sprig_v3",
  5996        build_file_proto_mode = "disable_global",
  5997        importpath = "github.com/Masterminds/sprig/v3",
  5998        sum = "h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=",
  5999        version = "v3.2.3",
  6000    )
  6001    go_repository(
  6002        name = "com_github_masterminds_squirrel",
  6003        build_file_proto_mode = "disable_global",
  6004        importpath = "github.com/Masterminds/squirrel",
  6005        sum = "h1:uUcX/aBc8O7Fg9kaISIUsHXdKuqehiXAMQTYX8afzqM=",
  6006        version = "v1.5.4",
  6007    )
  6008    go_repository(
  6009        name = "com_github_masterminds_vcs",
  6010        build_file_proto_mode = "disable_global",
  6011        importpath = "github.com/Masterminds/vcs",
  6012        sum = "h1:IIA2aBdXvfbIM+yl/eTnL4hb1XwdpvuQLglAix1gweE=",
  6013        version = "v1.13.3",
  6014    )
  6015    go_repository(
  6016        name = "com_github_matryer_moq",
  6017        build_file_proto_mode = "disable_global",
  6018        importpath = "github.com/matryer/moq",
  6019        sum = "h1:czCFIos9rI2tyOehN9ktc/6bQ76N9J4xQ2n3dk063ac=",
  6020        version = "v0.3.4",
  6021    )
  6022    go_repository(
  6023        name = "com_github_mattermost_xml_roundtrip_validator",
  6024        build_file_proto_mode = "disable_global",
  6025        importpath = "github.com/mattermost/xml-roundtrip-validator",
  6026        sum = "h1:qqXczln0qwkVGcpQ+sQuPOVntt2FytYarXXxYSNJkgw=",
  6027        version = "v0.0.0-20201213122252-bcd7e1b9601e",
  6028    )
  6029    go_repository(
  6030        name = "com_github_mattn_go_colorable",
  6031        build_file_proto_mode = "disable_global",
  6032        importpath = "github.com/mattn/go-colorable",
  6033        sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=",
  6034        version = "v0.1.13",
  6035    )
  6036    go_repository(
  6037        name = "com_github_mattn_go_ieproxy",
  6038        build_file_proto_mode = "disable_global",
  6039        importpath = "github.com/mattn/go-ieproxy",
  6040        sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=",
  6041        version = "v0.0.1",
  6042    )
  6043    go_repository(
  6044        name = "com_github_mattn_go_isatty",
  6045        build_file_proto_mode = "disable_global",
  6046        importpath = "github.com/mattn/go-isatty",
  6047        sum = "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=",
  6048        version = "v0.0.20",
  6049    )
  6050    go_repository(
  6051        name = "com_github_mattn_go_localereader",
  6052        build_file_proto_mode = "disable_global",
  6053        importpath = "github.com/mattn/go-localereader",
  6054        sum = "h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=",
  6055        version = "v0.0.1",
  6056    )
  6057    go_repository(
  6058        name = "com_github_mattn_go_runewidth",
  6059        build_file_proto_mode = "disable_global",
  6060        importpath = "github.com/mattn/go-runewidth",
  6061        sum = "h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=",
  6062        version = "v0.0.15",
  6063    )
  6064    go_repository(
  6065        name = "com_github_mattn_go_shellwords",
  6066        build_file_proto_mode = "disable_global",
  6067        importpath = "github.com/mattn/go-shellwords",
  6068        sum = "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=",
  6069        version = "v1.0.12",
  6070    )
  6071    go_repository(
  6072        name = "com_github_mattn_go_sqlite3",
  6073        build_file_proto_mode = "disable_global",
  6074        importpath = "github.com/mattn/go-sqlite3",
  6075        sum = "h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=",
  6076        version = "v2.0.3+incompatible",
  6077    )
  6078    go_repository(
  6079        name = "com_github_mattn_go_tty",
  6080        build_file_proto_mode = "disable_global",
  6081        importpath = "github.com/mattn/go-tty",
  6082        sum = "h1:5OfyWorkyO7xP52Mq7tB36ajHDG5OHrmBGIS/DtakQI=",
  6083        version = "v0.0.3",
  6084    )
  6085    go_repository(
  6086        name = "com_github_mattn_goveralls",
  6087        build_file_proto_mode = "disable_global",
  6088        importpath = "github.com/mattn/goveralls",
  6089        sum = "h1:cr8Y0VMo/MnEZBjxNN/vh6G90SZ7IMb6lms1dzMoO+Y=",
  6090        version = "v0.0.6",
  6091    )
  6092    go_repository(
  6093        name = "com_github_matttproud_golang_protobuf_extensions",
  6094        build_file_proto_mode = "disable_global",
  6095        importpath = "github.com/matttproud/golang_protobuf_extensions",
  6096        sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=",
  6097        version = "v1.0.4",
  6098    )
  6099    go_repository(
  6100        name = "com_github_matttproud_golang_protobuf_extensions_v2",
  6101        build_file_proto_mode = "disable_global",
  6102        importpath = "github.com/matttproud/golang_protobuf_extensions/v2",
  6103        sum = "h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=",
  6104        version = "v2.0.0",
  6105    )
  6106    go_repository(
  6107        name = "com_github_maxatome_go_testdeep",
  6108        build_file_proto_mode = "disable_global",
  6109        importpath = "github.com/maxatome/go-testdeep",
  6110        sum = "h1:Tgh5efyCYyJFGUYiT0qxBSIDeXw0F5zSoatlou685kk=",
  6111        version = "v1.11.0",
  6112    )
  6113    go_repository(
  6114        name = "com_github_maxbrunsfeld_counterfeiter_v6",
  6115        build_file_proto_mode = "disable_global",
  6116        importpath = "github.com/maxbrunsfeld/counterfeiter/v6",
  6117        sum = "h1:NicmruxkeqHjDv03SfSxqmaLuisddudfP3h5wdXFbhM=",
  6118        version = "v6.8.1",
  6119    )
  6120    go_repository(
  6121        name = "com_github_mazznoer_csscolorparser",
  6122        build_file_proto_mode = "disable_global",
  6123        importpath = "github.com/mazznoer/csscolorparser",
  6124        sum = "h1:vug4zh6loQxAUxfU1DZEu70gTPufDPspamZlHAkKcxE=",
  6125        version = "v0.1.3",
  6126    )
  6127    go_repository(
  6128        name = "com_github_mdlayher_arp",
  6129        build_file_proto_mode = "disable_global",
  6130        importpath = "github.com/mdlayher/arp",
  6131        sum = "h1:ql8x//rJsHMjS+qqEag8n3i4azw1QneKh5PieH9UEbY=",
  6132        version = "v0.0.0-20220512170110-6706a2966875",
  6133    )
  6134    go_repository(
  6135        name = "com_github_mdlayher_ethernet",
  6136        build_file_proto_mode = "disable_global",
  6137        importpath = "github.com/mdlayher/ethernet",
  6138        sum = "h1:2oDp6OOhLxQ9JBoUuysVz9UZ9uI6oLUbvAZu0x8o+vE=",
  6139        version = "v0.0.0-20220221185849-529eae5b6118",
  6140    )
  6141
  6142    go_repository(
  6143        name = "com_github_mdlayher_packet",
  6144        build_file_proto_mode = "disable_global",
  6145        importpath = "github.com/mdlayher/packet",
  6146        sum = "h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY=",
  6147        version = "v1.1.2",
  6148    )
  6149    go_repository(
  6150        name = "com_github_mdlayher_socket",
  6151        build_file_proto_mode = "disable_global",
  6152        importpath = "github.com/mdlayher/socket",
  6153        sum = "h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U=",
  6154        version = "v0.4.1",
  6155    )
  6156
  6157    go_repository(
  6158        name = "com_github_memcachier_mc",
  6159        build_file_proto_mode = "disable_global",
  6160        importpath = "github.com/memcachier/mc",
  6161        sum = "h1:s8EDz0xrJLP8goitwZOoq1vA/sm0fPS4X3KAF0nyhWQ=",
  6162        version = "v2.0.1+incompatible",
  6163    )
  6164    go_repository(
  6165        name = "com_github_mgutz_ansi",
  6166        build_file_proto_mode = "disable_global",
  6167        importpath = "github.com/mgutz/ansi",
  6168        sum = "h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=",
  6169        version = "v0.0.0-20200706080929-d51e80ef957d",
  6170    )
  6171
  6172    go_repository(
  6173        name = "com_github_mholt_archiver_v3",
  6174        build_file_proto_mode = "disable_global",
  6175        importpath = "github.com/mholt/archiver/v3",
  6176        sum = "h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo=",
  6177        version = "v3.5.1",
  6178    )
  6179
  6180    go_repository(
  6181        name = "com_github_micahparks_keyfunc",
  6182        build_file_proto_mode = "disable_global",
  6183        importpath = "github.com/MicahParks/keyfunc",
  6184        sum = "h1:RlyyYgKQI/adkIw1yXYtPvTAOb7hBhSX42aH23d8N0Q=",
  6185        version = "v1.5.1",
  6186    )
  6187    go_repository(
  6188        name = "com_github_micahparks_keyfunc_v2",
  6189        build_file_proto_mode = "disable_global",
  6190        importpath = "github.com/MicahParks/keyfunc/v2",
  6191        sum = "h1:6ZXKb9Rp6qp1bDbJefnG7cTH8yMN1IC/4nf+GVjO99k=",
  6192        version = "v2.1.0",
  6193    )
  6194
  6195    go_repository(
  6196        name = "com_github_microcosm_cc_bluemonday",
  6197        build_file_proto_mode = "disable_global",
  6198        importpath = "github.com/microcosm-cc/bluemonday",
  6199        sum = "h1:xbqSvqzQMeEHCqMi64VAs4d8uy6Mequs3rQ0k/Khz58=",
  6200        version = "v1.0.26",
  6201    )
  6202    go_repository(
  6203        name = "com_github_microsoft_go_mssqldb",
  6204        build_file_proto_mode = "disable_global",
  6205        importpath = "github.com/microsoft/go-mssqldb",
  6206        sum = "h1:KU/g8aWeM3Hx7IMOFpiwYiUkU+9zeISb4+tx3ScVfsM=",
  6207        version = "v1.7.1",
  6208    )
  6209    go_repository(
  6210        name = "com_github_microsoft_go_winio",
  6211        build_file_proto_mode = "disable_global",
  6212        importpath = "github.com/Microsoft/go-winio",
  6213        sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=",
  6214        version = "v0.6.1",
  6215    )
  6216    go_repository(
  6217        name = "com_github_microsoft_hcsshim",
  6218        build_file_proto_mode = "disable_global",
  6219        importpath = "github.com/Microsoft/hcsshim",
  6220        sum = "h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=",
  6221        version = "v0.11.4",
  6222    )
  6223    go_repository(
  6224        name = "com_github_microsoft_hcsshim_test",
  6225        build_file_proto_mode = "disable_global",
  6226        importpath = "github.com/Microsoft/hcsshim/test",
  6227        sum = "h1:4FA+QBaydEHlwxg0lMN3rhwoDaQy6LKhVWR4qvq4BuA=",
  6228        version = "v0.0.0-20210227013316-43a75bb4edd3",
  6229    )
  6230
  6231    go_repository(
  6232        name = "com_github_miekg_dns",
  6233        build_file_proto_mode = "disable_global",
  6234        importpath = "github.com/miekg/dns",
  6235        sum = "h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM=",
  6236        version = "v1.1.57",
  6237    )
  6238    go_repository(
  6239        name = "com_github_miekg_pkcs11",
  6240        build_file_proto_mode = "disable_global",
  6241        importpath = "github.com/miekg/pkcs11",
  6242        sum = "h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=",
  6243        version = "v1.1.1",
  6244    )
  6245    go_repository(
  6246        name = "com_github_minio_asm2plan9s",
  6247        build_file_proto_mode = "disable_global",
  6248        importpath = "github.com/minio/asm2plan9s",
  6249        sum = "h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=",
  6250        version = "v0.0.0-20200509001527-cdd76441f9d8",
  6251    )
  6252    go_repository(
  6253        name = "com_github_minio_c2goasm",
  6254        build_file_proto_mode = "disable_global",
  6255        importpath = "github.com/minio/c2goasm",
  6256        sum = "h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=",
  6257        version = "v0.0.0-20190812172519-36a3d3bbc4f3",
  6258    )
  6259    go_repository(
  6260        name = "com_github_minio_highwayhash",
  6261        build_file_proto_mode = "disable_global",
  6262        importpath = "github.com/minio/highwayhash",
  6263        sum = "h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=",
  6264        version = "v1.0.2",
  6265    )
  6266
  6267    go_repository(
  6268        name = "com_github_minio_sha256_simd",
  6269        build_file_proto_mode = "disable_global",
  6270        importpath = "github.com/minio/sha256-simd",
  6271        sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
  6272        version = "v1.0.0",
  6273    )
  6274    go_repository(
  6275        name = "com_github_mistifyio_go_zfs",
  6276        build_file_proto_mode = "disable_global",
  6277        importpath = "github.com/mistifyio/go-zfs",
  6278        sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
  6279        version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
  6280    )
  6281    go_repository(
  6282        name = "com_github_mistifyio_go_zfs_v3",
  6283        build_file_proto_mode = "disable_global",
  6284        importpath = "github.com/mistifyio/go-zfs/v3",
  6285        sum = "h1:YaoXgBePoMA12+S1u/ddkv+QqxcfiZK4prI6HPnkFiU=",
  6286        version = "v3.0.1",
  6287    )
  6288    go_repository(
  6289        name = "com_github_mitchellh_cli",
  6290        build_file_proto_mode = "disable_global",
  6291        importpath = "github.com/mitchellh/cli",
  6292        sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=",
  6293        version = "v1.0.0",
  6294    )
  6295    go_repository(
  6296        name = "com_github_mitchellh_copystructure",
  6297        build_file_proto_mode = "disable_global",
  6298        importpath = "github.com/mitchellh/copystructure",
  6299        sum = "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=",
  6300        version = "v1.2.0",
  6301    )
  6302    go_repository(
  6303        name = "com_github_mitchellh_go_homedir",
  6304        build_file_proto_mode = "disable_global",
  6305        importpath = "github.com/mitchellh/go-homedir",
  6306        sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
  6307        version = "v1.1.0",
  6308    )
  6309    go_repository(
  6310        name = "com_github_mitchellh_go_ps",
  6311        build_file_proto_mode = "disable_global",
  6312        importpath = "github.com/mitchellh/go-ps",
  6313        sum = "h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=",
  6314        version = "v1.0.0",
  6315    )
  6316    go_repository(
  6317        name = "com_github_mitchellh_go_testing_interface",
  6318        build_file_proto_mode = "disable_global",
  6319        importpath = "github.com/mitchellh/go-testing-interface",
  6320        sum = "h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=",
  6321        version = "v1.14.1",
  6322    )
  6323    go_repository(
  6324        name = "com_github_mitchellh_go_wordwrap",
  6325        build_file_proto_mode = "disable_global",
  6326        importpath = "github.com/mitchellh/go-wordwrap",
  6327        sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=",
  6328        version = "v1.0.1",
  6329    )
  6330    go_repository(
  6331        name = "com_github_mitchellh_gox",
  6332        build_file_proto_mode = "disable_global",
  6333        importpath = "github.com/mitchellh/gox",
  6334        sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=",
  6335        version = "v0.4.0",
  6336    )
  6337    go_repository(
  6338        name = "com_github_mitchellh_hashstructure",
  6339        build_file_proto_mode = "disable_global",
  6340        importpath = "github.com/mitchellh/hashstructure",
  6341        sum = "h1:P6P1hdjqAAknpY/M1CGipelZgp+4y9ja9kmUZPXP+H0=",
  6342        version = "v1.1.0",
  6343    )
  6344    go_repository(
  6345        name = "com_github_mitchellh_iochan",
  6346        build_file_proto_mode = "disable_global",
  6347        importpath = "github.com/mitchellh/iochan",
  6348        sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=",
  6349        version = "v1.0.0",
  6350    )
  6351    go_repository(
  6352        name = "com_github_mitchellh_mapstructure",
  6353        build_file_proto_mode = "disable_global",
  6354        importpath = "github.com/mitchellh/mapstructure",
  6355        sum = "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=",
  6356        version = "v1.5.0",
  6357    )
  6358    go_repository(
  6359        name = "com_github_mitchellh_osext",
  6360        build_file_proto_mode = "disable_global",
  6361        importpath = "github.com/mitchellh/osext",
  6362        sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=",
  6363        version = "v0.0.0-20151018003038-5e2d6d41470f",
  6364    )
  6365    go_repository(
  6366        name = "com_github_mitchellh_reflectwalk",
  6367        build_file_proto_mode = "disable_global",
  6368        importpath = "github.com/mitchellh/reflectwalk",
  6369        sum = "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=",
  6370        version = "v1.0.2",
  6371    )
  6372
  6373    go_repository(
  6374        name = "com_github_moby_ipvs",
  6375        build_file_proto_mode = "disable_global",
  6376        importpath = "github.com/moby/ipvs",
  6377        sum = "h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=",
  6378        version = "v1.1.0",
  6379    )
  6380    go_repository(
  6381        name = "com_github_moby_locker",
  6382        build_file_proto_mode = "disable_global",
  6383        importpath = "github.com/moby/locker",
  6384        sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=",
  6385        version = "v1.0.1",
  6386    )
  6387    go_repository(
  6388        name = "com_github_moby_spdystream",
  6389        build_file_proto_mode = "disable_global",
  6390        importpath = "github.com/moby/spdystream",
  6391        sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=",
  6392        version = "v0.2.0",
  6393    )
  6394    go_repository(
  6395        name = "com_github_moby_sys_mountinfo",
  6396        build_file_proto_mode = "disable_global",
  6397        importpath = "github.com/moby/sys/mountinfo",
  6398        sum = "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=",
  6399        version = "v0.6.2",
  6400    )
  6401    go_repository(
  6402        name = "com_github_moby_sys_sequential",
  6403        build_file_proto_mode = "disable_global",
  6404        importpath = "github.com/moby/sys/sequential",
  6405        sum = "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=",
  6406        version = "v0.5.0",
  6407    )
  6408    go_repository(
  6409        name = "com_github_moby_sys_signal",
  6410        build_file_proto_mode = "disable_global",
  6411        importpath = "github.com/moby/sys/signal",
  6412        sum = "h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=",
  6413        version = "v0.7.0",
  6414    )
  6415    go_repository(
  6416        name = "com_github_moby_sys_symlink",
  6417        build_file_proto_mode = "disable_global",
  6418        importpath = "github.com/moby/sys/symlink",
  6419        sum = "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=",
  6420        version = "v0.2.0",
  6421    )
  6422    go_repository(
  6423        name = "com_github_moby_sys_user",
  6424        build_file_proto_mode = "disable_global",
  6425        importpath = "github.com/moby/sys/user",
  6426        sum = "h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg=",
  6427        version = "v0.1.0",
  6428    )
  6429    go_repository(
  6430        name = "com_github_moby_term",
  6431        build_file_proto_mode = "disable_global",
  6432        importpath = "github.com/moby/term",
  6433        sum = "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=",
  6434        version = "v0.5.0",
  6435    )
  6436    go_repository(
  6437        name = "com_github_modern_go_concurrent",
  6438        build_file_proto_mode = "disable_global",
  6439        importpath = "github.com/modern-go/concurrent",
  6440        sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
  6441        version = "v0.0.0-20180306012644-bacd9c7ef1dd",
  6442    )
  6443    go_repository(
  6444        name = "com_github_modern_go_reflect2",
  6445        build_file_proto_mode = "disable_global",
  6446        importpath = "github.com/modern-go/reflect2",
  6447        sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=",
  6448        version = "v1.0.2",
  6449    )
  6450    go_repository(
  6451        name = "com_github_mohae_deepcopy",
  6452        build_file_proto_mode = "disable_global",
  6453        importpath = "github.com/mohae/deepcopy",
  6454        sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=",
  6455        version = "v0.0.0-20170929034955-c48cc78d4826",
  6456    )
  6457    go_repository(
  6458        name = "com_github_monochromegane_go_gitignore",
  6459        build_file_proto_mode = "disable_global",
  6460        importpath = "github.com/monochromegane/go-gitignore",
  6461        sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=",
  6462        version = "v0.0.0-20200626010858-205db1a8cc00",
  6463    )
  6464    go_repository(
  6465        name = "com_github_monoculum_formam",
  6466        build_file_proto_mode = "disable_global",
  6467        importpath = "github.com/monoculum/formam",
  6468        sum = "h1:iPl5csfEN96G2N2mGu8V/ZB62XLf9ySTpC8KRH6qXec=",
  6469        version = "v3.5.5+incompatible",
  6470    )
  6471    go_repository(
  6472        name = "com_github_monoculum_formam_v3",
  6473        build_file_proto_mode = "disable_global",
  6474        importpath = "github.com/monoculum/formam/v3",
  6475        sum = "h1:Lz7TOal1D8cCY2Hv1NGLdLX9Rm4xt/Gkpw4qC/RKTmc=",
  6476        version = "v3.6.0",
  6477    )
  6478
  6479    go_repository(
  6480        name = "com_github_montanaflynn_stats",
  6481        build_file_proto_mode = "disable_global",
  6482        importpath = "github.com/montanaflynn/stats",
  6483        sum = "h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=",
  6484        version = "v0.0.0-20171201202039-1bf9dbcd8cbe",
  6485    )
  6486    go_repository(
  6487        name = "com_github_morikuni_aec",
  6488        build_file_proto_mode = "disable_global",
  6489        importpath = "github.com/morikuni/aec",
  6490        sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
  6491        version = "v1.0.0",
  6492    )
  6493    go_repository(
  6494        name = "com_github_moul_http2curl",
  6495        build_file_proto_mode = "disable_global",
  6496        importpath = "github.com/moul/http2curl",
  6497        sum = "h1:Pip12xNtMvEFUBF4f8/b5yRXj94LLrNdLWELfOr2KcY=",
  6498        version = "v0.0.0-20170919181001-9ac6cf4d929b",
  6499    )
  6500    go_repository(
  6501        name = "com_github_mozillazg_docker_credential_acr_helper",
  6502        build_file_proto_mode = "disable_global",
  6503        importpath = "github.com/mozillazg/docker-credential-acr-helper",
  6504        sum = "h1:DVWFZ3/O8BP6Ue3iS/Olw+G07u1hCq1EOVCDZZjCIBI=",
  6505        version = "v0.3.0",
  6506    )
  6507
  6508    go_repository(
  6509        name = "com_github_mrunalp_fileutils",
  6510        build_file_proto_mode = "disable_global",
  6511        importpath = "github.com/mrunalp/fileutils",
  6512        sum = "h1:F+S7ZlNKnrwHfSwdlgNSkKo67ReVf8o9fel6C3dkm/Q=",
  6513        version = "v0.5.1",
  6514    )
  6515    go_repository(
  6516        name = "com_github_muesli_ansi",
  6517        build_file_proto_mode = "disable_global",
  6518        importpath = "github.com/muesli/ansi",
  6519        sum = "h1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=",
  6520        version = "v0.0.0-20230316100256-276c6243b2f6",
  6521    )
  6522    go_repository(
  6523        name = "com_github_muesli_cancelreader",
  6524        build_file_proto_mode = "disable_global",
  6525        importpath = "github.com/muesli/cancelreader",
  6526        sum = "h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=",
  6527        version = "v0.2.2",
  6528    )
  6529    go_repository(
  6530        name = "com_github_muesli_reflow",
  6531        build_file_proto_mode = "disable_global",
  6532        importpath = "github.com/muesli/reflow",
  6533        sum = "h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=",
  6534        version = "v0.3.0",
  6535    )
  6536    go_repository(
  6537        name = "com_github_muesli_termenv",
  6538        build_file_proto_mode = "disable_global",
  6539        importpath = "github.com/muesli/termenv",
  6540        sum = "h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=",
  6541        version = "v0.15.2",
  6542    )
  6543    go_repository(
  6544        name = "com_github_munnerz_goautoneg",
  6545        build_file_proto_mode = "disable_global",
  6546        importpath = "github.com/munnerz/goautoneg",
  6547        sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
  6548        version = "v0.0.0-20191010083416-a7dc8b61c822",
  6549    )
  6550    go_repository(
  6551        name = "com_github_mutecomm_go_sqlcipher_v4",
  6552        build_file_proto_mode = "disable_global",
  6553        importpath = "github.com/mutecomm/go-sqlcipher/v4",
  6554        sum = "h1:sV1tWCWGAVlPhNGT95Q+z/txFxuhAYWwHD1afF5bMZg=",
  6555        version = "v4.4.0",
  6556    )
  6557    go_repository(
  6558        name = "com_github_mwitkow_go_conntrack",
  6559        build_file_proto_mode = "disable_global",
  6560        importpath = "github.com/mwitkow/go-conntrack",
  6561        sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=",
  6562        version = "v0.0.0-20190716064945-2f068394615f",
  6563    )
  6564    go_repository(
  6565        name = "com_github_mxk_go_flowrate",
  6566        build_file_proto_mode = "disable_global",
  6567        importpath = "github.com/mxk/go-flowrate",
  6568        sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
  6569        version = "v0.0.0-20140419014527-cca7078d478f",
  6570    )
  6571    go_repository(
  6572        name = "com_github_nakagami_firebirdsql",
  6573        build_file_proto_mode = "disable_global",
  6574        importpath = "github.com/nakagami/firebirdsql",
  6575        sum = "h1:P48LjvUQpTReR3TQRbxSeSBsMXzfK0uol7eRcr7VBYQ=",
  6576        version = "v0.0.0-20190310045651-3c02a58cfed8",
  6577    )
  6578    go_repository(
  6579        name = "com_github_nasa9084_go_openapi",
  6580        build_file_proto_mode = "disable_global",
  6581        importpath = "github.com/nasa9084/go-openapi",
  6582        sum = "h1:B12KiVODig0ltyL7AOeO68ZKLrIWAus/SdlWvO7KcfA=",
  6583        version = "v0.0.0-20200604141640-2875b7376353",
  6584    )
  6585    go_repository(
  6586        name = "com_github_nats_io_jwt_v2",
  6587        build_file_proto_mode = "disable_global",
  6588        importpath = "github.com/nats-io/jwt/v2",
  6589        sum = "h1:lem6QCvxR0Y28gth9P+wV2K/zYUUAkJ+55U8cpS0p5I=",
  6590        version = "v2.2.1-0.20220330180145-442af02fd36a",
  6591    )
  6592
  6593    go_repository(
  6594        name = "com_github_nats_io_nats_go",
  6595        build_file_proto_mode = "disable_global",
  6596        importpath = "github.com/nats-io/nats.go",
  6597        sum = "h1:/WFBHEc/dOKBF6qf1TZhrdEfTmOZ5JzdJ+Y3m6Y/p7E=",
  6598        version = "v1.31.0",
  6599    )
  6600    go_repository(
  6601        name = "com_github_nats_io_nats_server_v2",
  6602        build_file_proto_mode = "disable_global",
  6603        importpath = "github.com/nats-io/nats-server/v2",
  6604        sum = "h1:0jQzze1T9mECg8YZEl8+WYUXb9JKluJfCBriPUtluB4=",
  6605        version = "v2.8.4",
  6606    )
  6607
  6608    go_repository(
  6609        name = "com_github_nats_io_nkeys",
  6610        build_file_proto_mode = "disable_global",
  6611        importpath = "github.com/nats-io/nkeys",
  6612        sum = "h1:IzVe95ru2CT6ta874rt9saQRkWfe2nFj1NtvYSLqMzY=",
  6613        version = "v0.4.6",
  6614    )
  6615    go_repository(
  6616        name = "com_github_nats_io_nuid",
  6617        build_file_proto_mode = "disable_global",
  6618        importpath = "github.com/nats-io/nuid",
  6619        sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=",
  6620        version = "v1.0.1",
  6621    )
  6622
  6623    go_repository(
  6624        name = "com_github_ncr_corporation_ncr_bsp_hmac_go",
  6625        build_file_proto_mode = "disable_global",
  6626        importpath = "github.com/NCR-Corporation/ncr-bsp-hmac/go",
  6627        sum = "h1:zDlmUUxZ6+qZWuqDcL+YMk2xJjzOV1GbehmrqYCYFJs=",
  6628        version = "v0.0.0-20210921174358-4479e28990e5",
  6629    )
  6630    go_repository(
  6631        name = "com_github_ncw_swift",
  6632        build_file_proto_mode = "disable_global",
  6633        importpath = "github.com/ncw/swift",
  6634        sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=",
  6635        version = "v1.0.47",
  6636    )
  6637    go_repository(
  6638        name = "com_github_neo4j_neo4j_go_driver",
  6639        build_file_proto_mode = "disable_global",
  6640        importpath = "github.com/neo4j/neo4j-go-driver",
  6641        sum = "h1:fhFP5RliM2HW/8XdcO5QngSfFli9GcRIpMXvypTQt6E=",
  6642        version = "v1.8.1-0.20200803113522-b626aa943eba",
  6643    )
  6644
  6645    go_repository(
  6646        name = "com_github_nicksnyder_go_i18n",
  6647        build_file_proto_mode = "disable_global",
  6648        importpath = "github.com/nicksnyder/go-i18n",
  6649        sum = "h1:5AzlPKvXBH4qBzmZ09Ua9Gipyruv6uApMcrNZdo96+Q=",
  6650        version = "v1.10.0",
  6651    )
  6652    go_repository(
  6653        name = "com_github_niemeyer_pretty",
  6654        build_file_proto_mode = "disable_global",
  6655        importpath = "github.com/niemeyer/pretty",
  6656        sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
  6657        version = "v0.0.0-20200227124842-a10e7caefd8e",
  6658    )
  6659    go_repository(
  6660        name = "com_github_nozzle_throttler",
  6661        build_file_proto_mode = "disable_global",
  6662        importpath = "github.com/nozzle/throttler",
  6663        sum = "h1:Up6+btDp321ZG5/zdSLo48H9Iaq0UQGthrhWC6pCxzE=",
  6664        version = "v0.0.0-20180817012639-2ea982251481",
  6665    )
  6666
  6667    go_repository(
  6668        name = "com_github_nsf_jsondiff",
  6669        build_file_proto_mode = "disable_global",
  6670        importpath = "github.com/nsf/jsondiff",
  6671        sum = "h1:NHrXEjTNQY7P0Zfx1aMrNhpgxHmow66XQtm0aQLY0AE=",
  6672        version = "v0.0.0-20210926074059-1e845ec5d249",
  6673    )
  6674    go_repository(
  6675        name = "com_github_nsf_termbox_go",
  6676        build_file_proto_mode = "disable_global",
  6677        importpath = "github.com/nsf/termbox-go",
  6678        sum = "h1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY=",
  6679        version = "v1.1.1",
  6680    )
  6681    go_repository(
  6682        name = "com_github_nvveen_gotty",
  6683        build_file_proto_mode = "disable_global",
  6684        importpath = "github.com/Nvveen/Gotty",
  6685        sum = "h1:TngWCqHvy9oXAN6lEVMRuU21PR1EtLVZJmdB18Gu3Rw=",
  6686        version = "v0.0.0-20120604004816-cd527374f1e5",
  6687    )
  6688    go_repository(
  6689        name = "com_github_nwaples_rardecode",
  6690        build_file_proto_mode = "disable_global",
  6691        importpath = "github.com/nwaples/rardecode",
  6692        sum = "h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ=",
  6693        version = "v1.1.0",
  6694    )
  6695
  6696    go_repository(
  6697        name = "com_github_nxadm_tail",
  6698        build_file_proto_mode = "disable_global",
  6699        importpath = "github.com/nxadm/tail",
  6700        sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=",
  6701        version = "v1.4.8",
  6702    )
  6703    go_repository(
  6704        name = "com_github_nytimes_gziphandler",
  6705        build_file_proto_mode = "disable_global",
  6706        importpath = "github.com/NYTimes/gziphandler",
  6707        sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=",
  6708        version = "v1.1.1",
  6709    )
  6710    go_repository(
  6711        name = "com_github_oklog_run",
  6712        build_file_proto_mode = "disable_global",
  6713        importpath = "github.com/oklog/run",
  6714        sum = "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=",
  6715        version = "v1.1.0",
  6716    )
  6717    go_repository(
  6718        name = "com_github_oklog_ulid",
  6719        build_file_proto_mode = "disable_global",
  6720        importpath = "github.com/oklog/ulid",
  6721        sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
  6722        version = "v1.3.1",
  6723    )
  6724    go_repository(
  6725        name = "com_github_okta_okta_jwt_verifier_golang",
  6726        build_file_proto_mode = "disable_global",
  6727        importpath = "github.com/okta/okta-jwt-verifier-golang",
  6728        sum = "h1:V+9W5KD3nG7xN0UYtnzXtkurGcs71bLwzPFuUGNMwdE=",
  6729        version = "v1.3.1",
  6730    )
  6731    go_repository(
  6732        name = "com_github_okta_okta_sdk_golang_v2",
  6733        build_file_proto_mode = "disable_global",
  6734        importpath = "github.com/okta/okta-sdk-golang/v2",
  6735        sum = "h1:cfDasMb7CShbZvOrF6n+DnLevWwiHgedWMGJ8M8xKDc=",
  6736        version = "v2.18.0",
  6737    )
  6738    go_repository(
  6739        name = "com_github_oleiade_reflections",
  6740        build_file_proto_mode = "disable_global",
  6741        importpath = "github.com/oleiade/reflections",
  6742        sum = "h1:D1XO3LVEYroYskEsoSiGItp9RUxG6jWnCVvrqH0HHQM=",
  6743        version = "v1.0.1",
  6744    )
  6745    go_repository(
  6746        name = "com_github_olekukonko_tablewriter",
  6747        build_file_proto_mode = "disable_global",
  6748        importpath = "github.com/olekukonko/tablewriter",
  6749        sum = "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=",
  6750        version = "v0.0.5",
  6751    )
  6752    go_repository(
  6753        name = "com_github_onboardbase_go_cryptojs_aes_decrypt",
  6754        build_file_proto_mode = "disable_global",
  6755        importpath = "github.com/Onboardbase/go-cryptojs-aes-decrypt",
  6756        sum = "h1:V7xPdg5XgCcUJgL57zfZSNOIvrDPWA4SpWuRJ0UVwKs=",
  6757        version = "v0.0.0-20230430095000-27c0d3a9016d",
  6758    )
  6759    go_repository(
  6760        name = "com_github_oneofone_xxhash",
  6761        build_file_proto_mode = "disable_global",
  6762        importpath = "github.com/OneOfOne/xxhash",
  6763        sum = "h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=",
  6764        version = "v1.2.8",
  6765    )
  6766    go_repository(
  6767        name = "com_github_onsi_ginkgo",
  6768        build_extra_args = [
  6769            "-known_import=github.com/onsi/B",
  6770            "-known_import=github.com/onsi/C",
  6771            "-exclude=integration",
  6772        ],
  6773        build_file_proto_mode = "disable_global",
  6774        importpath = "github.com/onsi/ginkgo",
  6775        sum = "h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=",
  6776        version = "v1.16.5",
  6777    )
  6778    go_repository(
  6779        name = "com_github_onsi_ginkgo_v2",
  6780        build_file_proto_mode = "disable_global",
  6781        importpath = "github.com/onsi/ginkgo/v2",
  6782        sum = "h1:7eMhcy3GimbsA3hEnVKdw/PQM9XN9krpKVXsZdph0/g=",
  6783        version = "v2.17.2",
  6784    )
  6785    go_repository(
  6786        name = "com_github_onsi_gomega",
  6787        build_file_proto_mode = "disable_global",
  6788        importpath = "github.com/onsi/gomega",
  6789        sum = "h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=",
  6790        version = "v1.33.1",
  6791    )
  6792    go_repository(
  6793        name = "com_github_op_go_logging",
  6794        build_file_proto_mode = "disable_global",
  6795        importpath = "github.com/op/go-logging",
  6796        sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=",
  6797        version = "v0.0.0-20160315200505-970db520ece7",
  6798    )
  6799
  6800    go_repository(
  6801        name = "com_github_open_policy_agent_opa",
  6802        build_file_proto_mode = "disable_global",
  6803        importpath = "github.com/open-policy-agent/opa",
  6804        sum = "h1:ztNNste1v8kH0/vJMJNquE45lRvqwrM5mY9Ctr9xIXw=",
  6805        version = "v0.63.0",
  6806    )
  6807    go_repository(
  6808        name = "com_github_opencontainers_go_digest",
  6809        build_file_proto_mode = "disable_global",
  6810        importpath = "github.com/opencontainers/go-digest",
  6811        sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
  6812        version = "v1.0.0",
  6813    )
  6814    go_repository(
  6815        name = "com_github_opencontainers_image_spec",
  6816        build_file_proto_mode = "disable_global",
  6817        importpath = "github.com/opencontainers/image-spec",
  6818        sum = "h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=",
  6819        version = "v1.1.0",
  6820    )
  6821    go_repository(
  6822        name = "com_github_opencontainers_runc",
  6823        build_file_proto_mode = "disable_global",
  6824        importpath = "github.com/opencontainers/runc",
  6825        sum = "h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=",
  6826        version = "v1.1.12",
  6827    )
  6828    go_repository(
  6829        name = "com_github_opencontainers_runtime_spec",
  6830        build_file_proto_mode = "disable_global",
  6831        importpath = "github.com/opencontainers/runtime-spec",
  6832        sum = "h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=",
  6833        version = "v1.1.0",
  6834    )
  6835    go_repository(
  6836        name = "com_github_opencontainers_runtime_tools",
  6837        build_file_proto_mode = "disable_global",
  6838        importpath = "github.com/opencontainers/runtime-tools",
  6839        sum = "h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0=",
  6840        version = "v0.9.1-0.20221107090550-2e043c6bd626",
  6841    )
  6842    go_repository(
  6843        name = "com_github_opencontainers_selinux",
  6844        build_file_proto_mode = "disable_global",
  6845        importpath = "github.com/opencontainers/selinux",
  6846        sum = "h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=",
  6847        version = "v1.11.0",
  6848    )
  6849    go_repository(
  6850        name = "com_github_openshift_api",
  6851        build_file_proto_mode = "disable_global",
  6852        importpath = "github.com/openshift/api",
  6853        sum = "h1:t/CahSnpqY46sQR01SoS+Jt0jtjgmhgE6lFmRnO4q70=",
  6854        version = "v0.0.0-20230503133300-8bbcb7ca7183",
  6855    )
  6856    go_repository(
  6857        name = "com_github_openshift_build_machinery_go",
  6858        build_file_proto_mode = "disable_global",
  6859        importpath = "github.com/openshift/build-machinery-go",
  6860        sum = "h1:lBrojddP6C9C2p67EMs2vcdpC8eF+H0DDom+fgI2IF0=",
  6861        version = "v0.0.0-20200917070002-f171684f77ab",
  6862    )
  6863    go_repository(
  6864        name = "com_github_openshift_client_go",
  6865        build_file_proto_mode = "disable_global",
  6866        importpath = "github.com/openshift/client-go",
  6867        sum = "h1:+TEY29DK0XhqB7HFC9OfV8qf3wffSyi7MWv3AP28DGQ=",
  6868        version = "v0.0.0-20210112165513-ebc401615f47",
  6869    )
  6870
  6871    go_repository(
  6872        name = "com_github_openshift_custom_resource_status",
  6873        build_file_proto_mode = "disable_global",
  6874        importpath = "github.com/openshift/custom-resource-status",
  6875        sum = "h1:C3DL44LEbvlbItfd8mT5jWrqPfHnSOQoQf/sypqA6A4=",
  6876        version = "v1.1.2",
  6877    )
  6878    go_repository(
  6879        name = "com_github_opentracing_basictracer_go",
  6880        build_file_proto_mode = "disable_global",
  6881        importpath = "github.com/opentracing/basictracer-go",
  6882        sum = "h1:Oa1fTSBvAl8pa3U+IJYqrKm0NALwH9OsgwOqDv4xJW0=",
  6883        version = "v1.1.0",
  6884    )
  6885    go_repository(
  6886        name = "com_github_opentracing_contrib_go_observer",
  6887        build_file_proto_mode = "disable_global",
  6888        importpath = "github.com/opentracing-contrib/go-observer",
  6889        sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=",
  6890        version = "v0.0.0-20170622124052-a52f23424492",
  6891    )
  6892    go_repository(
  6893        name = "com_github_opentracing_opentracing_go",
  6894        build_file_proto_mode = "disable_global",
  6895        importpath = "github.com/opentracing/opentracing-go",
  6896        sum = "h1:FfH+VrHHk6Lxt9HdVS0PXzSXFyS2NbZKXv33FYPol0A=",
  6897        version = "v1.2.1-0.20220228012449-10b1cf09e00b",
  6898    )
  6899    go_repository(
  6900        name = "com_github_openzipkin_contrib_zipkin_go_opentracing",
  6901        build_file_proto_mode = "disable_global",
  6902        importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing",
  6903        sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=",
  6904        version = "v0.4.5",
  6905    )
  6906    go_repository(
  6907        name = "com_github_openzipkin_zipkin_go",
  6908        build_file_proto_mode = "disable_global",
  6909        importpath = "github.com/openzipkin/zipkin-go",
  6910        sum = "h1:UwtQQx2pyPIgWYHRg+epgdx1/HnBQTgN3/oIYEJTQzU=",
  6911        version = "v0.2.5",
  6912    )
  6913    go_repository(
  6914        name = "com_github_oracle_oci_go_sdk_v65",
  6915        build_file_proto_mode = "disable_global",
  6916        importpath = "github.com/oracle/oci-go-sdk/v65",
  6917        sum = "h1:dYL7sk9L1+C9LCmoq+zjPMNteuJJfk54YExq/4pV9xQ=",
  6918        version = "v65.63.1",
  6919    )
  6920    go_repository(
  6921        name = "com_github_orisano_pixelmatch",
  6922        build_file_proto_mode = "disable_global",
  6923        importpath = "github.com/orisano/pixelmatch",
  6924        sum = "h1:x0TT0RDC7UhAVbbWWBzr41ElhJx5tXPWkIHA2HWPRuw=",
  6925        version = "v0.0.0-20220722002657-fb0b55479cde",
  6926    )
  6927
  6928    go_repository(
  6929        name = "com_github_ory_analytics_go_v4",
  6930        build_file_proto_mode = "disable_global",
  6931        importpath = "github.com/ory/analytics-go/v4",
  6932        sum = "h1:KQ2P00j9dbj4lDC/Albw/zn/scK67041RhqeW5ptsbw=",
  6933        version = "v4.0.0",
  6934    )
  6935    go_repository(
  6936        name = "com_github_ory_dockertest",
  6937        build_file_proto_mode = "disable_global",
  6938        importpath = "github.com/ory/dockertest",
  6939        sum = "h1:iLLK6SQwIhcbrG783Dghaaa3WPzGc+4Emza6EbVUUGA=",
  6940        version = "v3.3.5+incompatible",
  6941    )
  6942    go_repository(
  6943        name = "com_github_ory_dockertest_v3",
  6944        build_file_proto_mode = "disable_global",
  6945        importpath = "github.com/ory/dockertest/v3",
  6946        sum = "h1:L8JWiGgR+fnj90AEOkTFIEp4j5uWAK72P3IUsYgn2cs=",
  6947        version = "v3.6.3",
  6948    )
  6949    go_repository(
  6950        name = "com_github_ory_fosite",
  6951        build_file_proto_mode = "disable_global",
  6952        importpath = "github.com/ory/fosite",
  6953        replace = "github.com/ory/fosite",
  6954        sum = "h1:fKfGAgMmmeM1C0DXCyt5TOzQWrKmLOL+PApEC4bIv2o=",
  6955        version = "v0.42.2",
  6956    )
  6957    go_repository(
  6958        name = "com_github_ory_go_acc",
  6959        build_file_proto_mode = "disable_global",
  6960        importpath = "github.com/ory/go-acc",
  6961        sum = "h1:YfI+L9dxI7QCtWn2RbawqO0vXhiThdXu/RgizJBbaq0=",
  6962        version = "v0.2.6",
  6963    )
  6964    go_repository(
  6965        name = "com_github_ory_go_convenience",
  6966        build_file_proto_mode = "disable_global",
  6967        importpath = "github.com/ory/go-convenience",
  6968        sum = "h1:zouLKfF2GoSGnJwGq+PE/nJAE6dj2Zj5QlTgmMTsTS8=",
  6969        version = "v0.1.0",
  6970    )
  6971    go_repository(
  6972        name = "com_github_ory_gojsonreference",
  6973        build_file_proto_mode = "disable_global",
  6974        importpath = "github.com/ory/gojsonreference",
  6975        sum = "h1:e2S2FmxqSbhFyVNP24HncpRY+X1qAZmtE3nZ0gJKR4Q=",
  6976        version = "v0.0.0-20190720135523-6b606c2d8ee8",
  6977    )
  6978    go_repository(
  6979        name = "com_github_ory_gojsonschema",
  6980        build_file_proto_mode = "disable_global",
  6981        importpath = "github.com/ory/gojsonschema",
  6982        sum = "h1:LDIG2Mnha10nFZuVXv3GIBqhQ1+JLwRXPcP4Ykx5VOY=",
  6983        version = "v1.1.1-0.20190919112458-f254ca73d5e9",
  6984    )
  6985    go_repository(
  6986        name = "com_github_ory_herodot",
  6987        build_file_proto_mode = "disable_global",
  6988        importpath = "github.com/ory/herodot",
  6989        sum = "h1:/54FEEMCJNUJKIYRTioOS/0dxdzc9yNtI8/DRVF6KfY=",
  6990        version = "v0.9.2",
  6991    )
  6992    go_repository(
  6993        name = "com_github_ory_jsonschema_v3",
  6994        build_file_proto_mode = "disable_global",
  6995        importpath = "github.com/ory/jsonschema/v3",
  6996        sum = "h1:xzV7w2rt/Qn+jvh71joIXNKKOCqqNyTlaIxdxU0IQJc=",
  6997        version = "v3.0.1",
  6998    )
  6999    go_repository(
  7000        name = "com_github_ory_viper",
  7001        build_file_proto_mode = "disable_global",
  7002        importpath = "github.com/ory/viper",
  7003        sum = "h1:+xVdq7SU3e1vNaCsk/ixsfxE4zylk1TJUiJrY647jUE=",
  7004        version = "v1.7.5",
  7005    )
  7006    go_repository(
  7007        name = "com_github_ory_x",
  7008        build_file_proto_mode = "disable_global",
  7009        importpath = "github.com/ory/x",
  7010        sum = "h1:nz5ijvm5MVhYxWsQSuUrW1hj9F5QLZvPn/nLo5s06T4=",
  7011        version = "v0.0.214",
  7012    )
  7013
  7014    go_repository(
  7015        name = "com_github_paesslerag_gval",
  7016        build_file_proto_mode = "disable_global",
  7017        importpath = "github.com/PaesslerAG/gval",
  7018        sum = "h1:Y7iBzhgE09IGTt5QgGQ2IdaYYYOU134YGHBThD+wm9E=",
  7019        version = "v1.2.2",
  7020    )
  7021    go_repository(
  7022        name = "com_github_paesslerag_jsonpath",
  7023        build_file_proto_mode = "disable_global",
  7024        importpath = "github.com/PaesslerAG/jsonpath",
  7025        sum = "h1:c1/AToHQMVsduPAa4Vh6xp2U0evy4t8SWp8imEsylIk=",
  7026        version = "v0.1.1",
  7027    )
  7028    go_repository(
  7029        name = "com_github_palantir_go_baseapp",
  7030        build_file_proto_mode = "disable_global",
  7031        importpath = "github.com/palantir/go-baseapp",
  7032        sum = "h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU=",
  7033        version = "v0.2.4",
  7034    )
  7035    go_repository(
  7036        name = "com_github_palantir_go_githubapp",
  7037        build_file_proto_mode = "disable_global",
  7038        importpath = "github.com/palantir/go-githubapp",
  7039        sum = "h1:UbUAIEQHSqPzoFMy3P6veYFREmjpQBf6Tijre8XIzvE=",
  7040        version = "v0.14.0",
  7041    )
  7042    go_repository(
  7043        name = "com_github_parnurzeal_gorequest",
  7044        build_file_proto_mode = "disable_global",
  7045        importpath = "github.com/parnurzeal/gorequest",
  7046        sum = "h1:oPjDCsF5IkD4gUk6vIgsxYNaSgvAnIh1EJeROn3HdJU=",
  7047        version = "v0.2.15",
  7048    )
  7049    go_repository(
  7050        name = "com_github_pascaldekloe_goe",
  7051        build_file_proto_mode = "disable_global",
  7052        importpath = "github.com/pascaldekloe/goe",
  7053        sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=",
  7054        version = "v0.0.0-20180627143212-57f6aae5913c",
  7055    )
  7056    go_repository(
  7057        name = "com_github_passbolt_go_passbolt",
  7058        build_file_proto_mode = "disable_global",
  7059        importpath = "github.com/passbolt/go-passbolt",
  7060        sum = "h1:zwwTCwL3vjTTKln1hxwKuzzax4R/yvxGXSZhMh0OY5Y=",
  7061        version = "v0.7.0",
  7062    )
  7063    go_repository(
  7064        name = "com_github_patrickmn_go_cache",
  7065        build_file_proto_mode = "disable_global",
  7066        importpath = "github.com/patrickmn/go-cache",
  7067        sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=",
  7068        version = "v2.1.0+incompatible",
  7069    )
  7070    go_repository(
  7071        name = "com_github_pavlo_v_chernykh_keystore_go_v4",
  7072        build_file_proto_mode = "disable_global",
  7073        importpath = "github.com/pavlo-v-chernykh/keystore-go/v4",
  7074        sum = "h1:2nosf3P75OZv2/ZO/9Px5ZgZ5gbKrzA3joN1QMfOGMQ=",
  7075        version = "v4.5.0",
  7076    )
  7077    go_repository(
  7078        name = "com_github_pborman_uuid",
  7079        build_file_proto_mode = "disable_global",
  7080        importpath = "github.com/pborman/uuid",
  7081        sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=",
  7082        version = "v1.2.1",
  7083    )
  7084    go_repository(
  7085        name = "com_github_pelletier_go_toml",
  7086        build_file_proto_mode = "disable_global",
  7087        importpath = "github.com/pelletier/go-toml",
  7088        sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",
  7089        version = "v1.9.5",
  7090    )
  7091    go_repository(
  7092        name = "com_github_pelletier_go_toml_v2",
  7093        build_file_proto_mode = "disable_global",
  7094        importpath = "github.com/pelletier/go-toml/v2",
  7095        sum = "h1:9TA9+T8+8CUCO2+WYnDLCgrYi9+omqKXyjDtosvtEhg=",
  7096        version = "v2.2.1",
  7097    )
  7098    go_repository(
  7099        name = "com_github_penglongli_gin_metrics",
  7100        build_file_proto_mode = "disable_global",
  7101        importpath = "github.com/penglongli/gin-metrics",
  7102        sum = "h1:mNNWCM3swMOVHwzrHeXsE4C/myu8P/HIFohtyMi9rN8=",
  7103        version = "v0.1.10",
  7104    )
  7105    go_repository(
  7106        name = "com_github_performancecopilot_speed_v4",
  7107        build_file_proto_mode = "disable_global",
  7108        importpath = "github.com/performancecopilot/speed/v4",
  7109        sum = "h1:VxEDCmdkfbQYDlcr/GC9YoN9PQ6p8ulk9xVsepYy9ZY=",
  7110        version = "v4.0.0",
  7111    )
  7112
  7113    go_repository(
  7114        name = "com_github_peterbourgon_diskv",
  7115        build_file_proto_mode = "disable_global",
  7116        importpath = "github.com/peterbourgon/diskv",
  7117        sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
  7118        version = "v2.0.1+incompatible",
  7119    )
  7120    go_repository(
  7121        name = "com_github_peterbourgon_diskv_v3",
  7122        build_file_proto_mode = "disable_global",
  7123        importpath = "github.com/peterbourgon/diskv/v3",
  7124        sum = "h1:x06SQA46+PKIUftmEujdwSEpIx8kR+M9eLYsUxeYveU=",
  7125        version = "v3.0.1",
  7126    )
  7127
  7128    go_repository(
  7129        name = "com_github_peterbourgon_ff_v3",
  7130        build_file_proto_mode = "disable_global",
  7131        importpath = "github.com/peterbourgon/ff/v3",
  7132        sum = "h1:5JAeDK5j/zhKFjyHEZQXwXBoDijERaos10RE+xamOsY=",
  7133        version = "v3.1.0",
  7134    )
  7135
  7136    go_repository(
  7137        name = "com_github_pgavlin_fx",
  7138        build_file_proto_mode = "disable_global",
  7139        importpath = "github.com/pgavlin/fx",
  7140        sum = "h1:r9jEg69DhNoCd3Xh0+5mIbdbS3PqWrVWujkY76MFRTU=",
  7141        version = "v0.1.6",
  7142    )
  7143    go_repository(
  7144        name = "com_github_phayes_freeport",
  7145        build_file_proto_mode = "disable_global",
  7146        importpath = "github.com/phayes/freeport",
  7147        sum = "h1:Ii+DKncOVM8Cu1Hc+ETb5K+23HdAMvESYE3ZJ5b5cMI=",
  7148        version = "v0.0.0-20220201140144-74d24b5ae9f5",
  7149    )
  7150    go_repository(
  7151        name = "com_github_philhofer_fwd",
  7152        build_file_proto_mode = "disable_global",
  7153        importpath = "github.com/philhofer/fwd",
  7154        sum = "h1:UbZqGr5Y38ApvM/V/jEljVxwocdweyH+vmYvRPBnbqQ=",
  7155        version = "v1.0.0",
  7156    )
  7157    go_repository(
  7158        name = "com_github_phpdave11_gofpdf",
  7159        build_file_proto_mode = "disable_global",
  7160        importpath = "github.com/phpdave11/gofpdf",
  7161        sum = "h1:KPKiIbfwbvC/wOncwhrpRdXVj2CZTCFlw4wnoyjtHfQ=",
  7162        version = "v1.4.2",
  7163    )
  7164    go_repository(
  7165        name = "com_github_phpdave11_gofpdi",
  7166        build_file_proto_mode = "disable_global",
  7167        importpath = "github.com/phpdave11/gofpdi",
  7168        sum = "h1:o61duiW8M9sMlkVXWlvP92sZJtGKENvW3VExs6dZukQ=",
  7169        version = "v1.0.13",
  7170    )
  7171    go_repository(
  7172        name = "com_github_pierrec_lz4",
  7173        build_file_proto_mode = "disable_global",
  7174        importpath = "github.com/pierrec/lz4",
  7175        sum = "h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=",
  7176        version = "v2.6.1+incompatible",
  7177    )
  7178    go_repository(
  7179        name = "com_github_pierrec_lz4_v4",
  7180        build_file_proto_mode = "disable_global",
  7181        importpath = "github.com/pierrec/lz4/v4",
  7182        sum = "h1:tYLzDnjDXh9qIxSTKHwXwOYmm9d887Y7Y1ZkyXYHAN4=",
  7183        version = "v4.1.19",
  7184    )
  7185    go_repository(
  7186        name = "com_github_pjbgf_sha1cd",
  7187        build_file_proto_mode = "disable_global",
  7188        importpath = "github.com/pjbgf/sha1cd",
  7189        sum = "h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=",
  7190        version = "v0.3.0",
  7191    )
  7192    go_repository(
  7193        name = "com_github_pkg_browser",
  7194        build_file_proto_mode = "disable_global",
  7195        importpath = "github.com/pkg/browser",
  7196        sum = "h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=",
  7197        version = "v0.0.0-20240102092130-5ac0b6a4141c",
  7198    )
  7199    go_repository(
  7200        name = "com_github_pkg_diff",
  7201        build_file_proto_mode = "disable_global",
  7202        importpath = "github.com/pkg/diff",
  7203        sum = "h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=",
  7204        version = "v0.0.0-20210226163009-20ebb0f2a09e",
  7205    )
  7206    go_repository(
  7207        name = "com_github_pkg_errors",
  7208        build_file_proto_mode = "disable_global",
  7209        importpath = "github.com/pkg/errors",
  7210        sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
  7211        version = "v0.9.1",
  7212    )
  7213    go_repository(
  7214        name = "com_github_pkg_profile",
  7215        build_file_proto_mode = "disable_global",
  7216        importpath = "github.com/pkg/profile",
  7217        sum = "h1:hUDfIISABYI59DyeB3OTay/HxSRwTQ8rB/H83k6r5dM=",
  7218        version = "v1.6.0",
  7219    )
  7220    go_repository(
  7221        name = "com_github_pkg_sftp",
  7222        build_file_proto_mode = "disable_global",
  7223        importpath = "github.com/pkg/sftp",
  7224        sum = "h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=",
  7225        version = "v1.13.6",
  7226    )
  7227    go_repository(
  7228        name = "com_github_pkg_term",
  7229        build_file_proto_mode = "disable_global",
  7230        importpath = "github.com/pkg/term",
  7231        sum = "h1:L3y/h2jkuBVFdWiJvNfYfKmzcCnILw7mJWm2JQuMppw=",
  7232        version = "v1.2.0-beta.2",
  7233    )
  7234    go_repository(
  7235        name = "com_github_playwright_community_playwright_go",
  7236        build_file_proto_mode = "disable_global",
  7237        importpath = "github.com/playwright-community/playwright-go",
  7238        sum = "h1:2JViSHpJQ/UL/PO1Gg6gXV5IcXAAsoBJ3KG9L3wKXto=",
  7239        version = "v0.2000.1",
  7240    )
  7241    go_repository(
  7242        name = "com_github_pmezard_go_difflib",
  7243        build_file_proto_mode = "disable_global",
  7244        importpath = "github.com/pmezard/go-difflib",
  7245        sum = "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=",
  7246        version = "v1.0.1-0.20181226105442-5d4384ee4fb2",
  7247    )
  7248    go_repository(
  7249        name = "com_github_pmorjan_kmod",
  7250        build_file_proto_mode = "disable_global",
  7251        importpath = "github.com/pmorjan/kmod",
  7252        sum = "h1:ZLb0WalLhz4ENECpySrXMgRqFfBkoqWju680MWL5X94=",
  7253        version = "v1.1.0",
  7254    )
  7255    go_repository(
  7256        name = "com_github_posener_complete",
  7257        build_file_proto_mode = "disable_global",
  7258        importpath = "github.com/posener/complete",
  7259        sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=",
  7260        version = "v1.1.1",
  7261    )
  7262    go_repository(
  7263        name = "com_github_poy_onpar",
  7264        build_file_proto_mode = "disable_global",
  7265        importpath = "github.com/poy/onpar",
  7266        sum = "h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=",
  7267        version = "v1.1.2",
  7268    )
  7269
  7270    go_repository(
  7271        name = "com_github_pquerna_cachecontrol",
  7272        build_file_proto_mode = "disable_global",
  7273        importpath = "github.com/pquerna/cachecontrol",
  7274        sum = "h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc=",
  7275        version = "v0.1.0",
  7276    )
  7277    go_repository(
  7278        name = "com_github_pquerna_otp",
  7279        build_file_proto_mode = "disable_global",
  7280        importpath = "github.com/pquerna/otp",
  7281        sum = "h1:oJV/SkzR33anKXwQU3Of42rL4wbrffP4uvUf1SvS5Xs=",
  7282        version = "v1.3.0",
  7283    )
  7284
  7285    go_repository(
  7286        name = "com_github_prometheus_alertmanager",
  7287        build_file_proto_mode = "disable_global",
  7288        importpath = "github.com/prometheus/alertmanager",
  7289        sum = "h1:LGBNMspOfv8h7brb+LWj2wnwBCg2ZuuKWTh6CAVw2/Y=",
  7290        version = "v0.25.1",
  7291    )
  7292    go_repository(
  7293        name = "com_github_prometheus_client_golang",
  7294        build_file_proto_mode = "disable_global",
  7295        importpath = "github.com/prometheus/client_golang",
  7296        sum = "h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE=",
  7297        version = "v1.19.1",
  7298    )
  7299    go_repository(
  7300        name = "com_github_prometheus_client_model",
  7301        build_file_proto_mode = "disable_global",
  7302        importpath = "github.com/prometheus/client_model",
  7303        sum = "h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=",
  7304        version = "v0.6.1",
  7305    )
  7306    go_repository(
  7307        name = "com_github_prometheus_common",
  7308        build_file_proto_mode = "disable_global",
  7309        importpath = "github.com/prometheus/common",
  7310        sum = "h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE=",
  7311        version = "v0.53.0",
  7312    )
  7313    go_repository(
  7314        name = "com_github_prometheus_common_sigv4",
  7315        build_file_proto_mode = "disable_global",
  7316        importpath = "github.com/prometheus/common/sigv4",
  7317        sum = "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=",
  7318        version = "v0.1.0",
  7319    )
  7320    go_repository(
  7321        name = "com_github_prometheus_exporter_toolkit",
  7322        build_file_proto_mode = "disable_global",
  7323        importpath = "github.com/prometheus/exporter-toolkit",
  7324        sum = "h1:sbJAfBXQFkG6sUkbwBun8MNdzW9+wd5YfPYofbmj0YM=",
  7325        version = "v0.8.2",
  7326    )
  7327    go_repository(
  7328        name = "com_github_prometheus_operator_prometheus_operator_pkg_apis_monitoring",
  7329        build_file_proto_mode = "disable_global",
  7330        importpath = "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring",
  7331        sum = "h1:yl9ceUSUBo9woQIO+8eoWpcxZkdZgm89g+rVvu37TUw=",
  7332        version = "v0.68.0",
  7333    )
  7334    go_repository(
  7335        name = "com_github_prometheus_operator_prometheus_operator_pkg_client",
  7336        build_file_proto_mode = "disable_global",
  7337        importpath = "github.com/prometheus-operator/prometheus-operator/pkg/client",
  7338        sum = "h1:upK9tw39DlfK4JLNxLyCSkRQJ70ZiPNT4nf76rdTMiI=",
  7339        version = "v0.51.2",
  7340    )
  7341    go_repository(
  7342        name = "com_github_prometheus_procfs",
  7343        build_file_proto_mode = "disable_global",
  7344        importpath = "github.com/prometheus/procfs",
  7345        sum = "h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGKX7o=",
  7346        version = "v0.13.0",
  7347    )
  7348    go_repository(
  7349        name = "com_github_prometheus_prometheus",
  7350        build_file_proto_mode = "disable_global",
  7351        importpath = "github.com/prometheus/prometheus",
  7352        sum = "h1:jWcnuQHz1o1Wu3MZ6nMJDuTI0kU5yJp9pkxh8XEkNvI=",
  7353        version = "v0.47.2",
  7354    )
  7355
  7356    go_repository(
  7357        name = "com_github_prometheus_tsdb",
  7358        build_file_proto_mode = "disable_global",
  7359        importpath = "github.com/prometheus/tsdb",
  7360        sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
  7361        version = "v0.7.1",
  7362    )
  7363    go_repository(
  7364        name = "com_github_protocolbuffers_txtpbfmt",
  7365        build_file_proto_mode = "disable_global",
  7366        importpath = "github.com/protocolbuffers/txtpbfmt",
  7367        sum = "h1:014O62zIzQwvoD7Ekj3ePDF5bv9Xxy0w6AZk0qYbjUk=",
  7368        version = "v0.0.0-20231025115547-084445ff1adf",
  7369    )
  7370    go_repository(
  7371        name = "com_github_protonmail_go_crypto",
  7372        build_file_proto_mode = "disable_global",
  7373        importpath = "github.com/ProtonMail/go-crypto",
  7374        sum = "h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=",
  7375        version = "v1.0.0",
  7376    )
  7377    go_repository(
  7378        name = "com_github_protonmail_go_mime",
  7379        build_file_proto_mode = "disable_global",
  7380        importpath = "github.com/ProtonMail/go-mime",
  7381        sum = "h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k=",
  7382        version = "v0.0.0-20230322103455-7d82a3887f2f",
  7383    )
  7384    go_repository(
  7385        name = "com_github_protonmail_gopenpgp_v2",
  7386        build_file_proto_mode = "disable_global",
  7387        importpath = "github.com/ProtonMail/gopenpgp/v2",
  7388        sum = "h1:Vz/8+HViFFnf2A6XX8JOvZMrA6F5puwNvvF21O1mRlo=",
  7389        version = "v2.7.4",
  7390    )
  7391    go_repository(
  7392        name = "com_github_puerkitobio_goquery",
  7393        build_file_proto_mode = "disable_global",
  7394        importpath = "github.com/PuerkitoBio/goquery",
  7395        sum = "h1:mTL6XjbJTZdpfL+Gwl5U2h1l9yEkJjhmlTeV9VPW7UI=",
  7396        version = "v1.9.1",
  7397    )
  7398    go_repository(
  7399        name = "com_github_puerkitobio_purell",
  7400        build_file_proto_mode = "disable_global",
  7401        importpath = "github.com/PuerkitoBio/purell",
  7402        sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
  7403        version = "v1.1.1",
  7404    )
  7405    go_repository(
  7406        name = "com_github_puerkitobio_urlesc",
  7407        build_file_proto_mode = "disable_global",
  7408        importpath = "github.com/PuerkitoBio/urlesc",
  7409        sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
  7410        version = "v0.0.0-20170810143723-de5bf2ad4578",
  7411    )
  7412    go_repository(
  7413        name = "com_github_pulumi_appdash",
  7414        build_file_proto_mode = "disable_global",
  7415        importpath = "github.com/pulumi/appdash",
  7416        sum = "h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=",
  7417        version = "v0.0.0-20231130102222-75f619a67231",
  7418    )
  7419    go_repository(
  7420        name = "com_github_pulumi_esc",
  7421        build_file_proto_mode = "disable_global",
  7422        importpath = "github.com/pulumi/esc",
  7423        sum = "h1:myeDL6dD/mz34zZjCL8s7d/tWHBJYxfMxDCL11MHoqc=",
  7424        version = "v0.8.3",
  7425    )
  7426    go_repository(
  7427        name = "com_github_pulumi_pulumi_sdk_v3",
  7428        build_file_proto_mode = "disable_global",
  7429        importpath = "github.com/pulumi/pulumi/sdk/v3",
  7430        sum = "h1:cq2x5N6iuYhSLdeOdRs+LIq0EneB0Cb54WOlD/VaX3E=",
  7431        version = "v3.112.0",
  7432    )
  7433    go_repository(
  7434        name = "com_github_qri_io_jsonpointer",
  7435        build_file_proto_mode = "disable_global",
  7436        importpath = "github.com/qri-io/jsonpointer",
  7437        sum = "h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA=",
  7438        version = "v0.1.1",
  7439    )
  7440    go_repository(
  7441        name = "com_github_qri_io_jsonschema",
  7442        build_file_proto_mode = "disable_global",
  7443        importpath = "github.com/qri-io/jsonschema",
  7444        sum = "h1:is8lirh3HYwTkC0e+4jL/vWEHwzPLojnl4FWkUoeEPU=",
  7445        version = "v0.2.0",
  7446    )
  7447    go_repository(
  7448        name = "com_github_quasoft_memstore",
  7449        build_file_proto_mode = "disable_global",
  7450        importpath = "github.com/quasoft/memstore",
  7451        sum = "h1:aUNXCGgukb4gtY99imuIeoh8Vr0GSwAlYxPAhqZrpFc=",
  7452        version = "v0.0.0-20191010062613-2bce066d2b0b",
  7453    )
  7454    go_repository(
  7455        name = "com_github_rabbitmq_amqp091_go",
  7456        build_file_proto_mode = "disable_global",
  7457        importpath = "github.com/rabbitmq/amqp091-go",
  7458        sum = "h1:1pHBxAsQh54R9eX/xo679fUEAfv3loMqi0pvRFOj2nk=",
  7459        version = "v1.2.0",
  7460    )
  7461
  7462    go_repository(
  7463        name = "com_github_rainycape_unidecode",
  7464        build_file_proto_mode = "disable_global",
  7465        importpath = "github.com/rainycape/unidecode",
  7466        sum = "h1:ta7tUOvsPHVHGom5hKW5VXNc2xZIkfCKP8iaqOyYtUQ=",
  7467        version = "v0.0.0-20150907023854-cb7f23ec59be",
  7468    )
  7469    go_repository(
  7470        name = "com_github_rcrowley_go_metrics",
  7471        build_file_proto_mode = "disable_global",
  7472        importpath = "github.com/rcrowley/go-metrics",
  7473        sum = "h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=",
  7474        version = "v0.0.0-20201227073835-cf1acfcdf475",
  7475    )
  7476    go_repository(
  7477        name = "com_github_redis_go_redis_v9",
  7478        build_file_proto_mode = "disable_global",
  7479        importpath = "github.com/redis/go-redis/v9",
  7480        sum = "h1:H1X4D3yHPaYrkL5X06Wh6xNVM/pX0Ft4RV0vMGvLBh8=",
  7481        version = "v9.5.1",
  7482    )
  7483
  7484    go_repository(
  7485        name = "com_github_remyoudompheng_bigfft",
  7486        build_file_proto_mode = "disable_global",
  7487        importpath = "github.com/remyoudompheng/bigfft",
  7488        sum = "h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=",
  7489        version = "v0.0.0-20230129092748-24d4a6f8daec",
  7490    )
  7491    go_repository(
  7492        name = "com_github_rhnvrm_simples3",
  7493        build_file_proto_mode = "disable_global",
  7494        importpath = "github.com/rhnvrm/simples3",
  7495        sum = "h1:X+WX0hqoKScdoJAw/G3GArfZ6Ygsn8q+6MdocTMKXOw=",
  7496        version = "v0.5.0",
  7497    )
  7498    go_repository(
  7499        name = "com_github_rivo_tview",
  7500        build_file_proto_mode = "disable_global",
  7501        importpath = "github.com/rivo/tview",
  7502        sum = "h1:IchpMMtnfvzg7T3je672bP1nKWz1M4tW3kMZT6CbgoM=",
  7503        version = "v0.0.0-20230621164836-6cc0565babaf",
  7504    )
  7505    go_repository(
  7506        name = "com_github_rivo_uniseg",
  7507        build_file_proto_mode = "disable_global",
  7508        importpath = "github.com/rivo/uniseg",
  7509        sum = "h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=",
  7510        version = "v0.4.7",
  7511    )
  7512    go_repository(
  7513        name = "com_github_robfig_cron_v3",
  7514        build_file_proto_mode = "disable_global",
  7515        importpath = "github.com/robfig/cron/v3",
  7516        sum = "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=",
  7517        version = "v3.0.1",
  7518    )
  7519    go_repository(
  7520        name = "com_github_rogpeppe_fastuuid",
  7521        build_file_proto_mode = "disable_global",
  7522        importpath = "github.com/rogpeppe/fastuuid",
  7523        sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=",
  7524        version = "v1.2.0",
  7525    )
  7526    go_repository(
  7527        name = "com_github_rogpeppe_go_internal",
  7528        build_file_proto_mode = "disable_global",
  7529        importpath = "github.com/rogpeppe/go-internal",
  7530        sum = "h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=",
  7531        version = "v1.12.0",
  7532    )
  7533    go_repository(
  7534        name = "com_github_rs_cors",
  7535        build_file_proto_mode = "disable_global",
  7536        importpath = "github.com/rs/cors",
  7537        sum = "h1:L0uuZVXIKlI1SShY2nhFfo44TYvDPQ1w4oFkUJNfhyo=",
  7538        version = "v1.10.1",
  7539    )
  7540    go_repository(
  7541        name = "com_github_rs_xid",
  7542        build_file_proto_mode = "disable_global",
  7543        importpath = "github.com/rs/xid",
  7544        sum = "h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=",
  7545        version = "v1.4.0",
  7546    )
  7547    go_repository(
  7548        name = "com_github_rs_zerolog",
  7549        build_file_proto_mode = "disable_global",
  7550        importpath = "github.com/rs/zerolog",
  7551        sum = "h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY=",
  7552        version = "v1.28.0",
  7553    )
  7554    go_repository(
  7555        name = "com_github_rubenv_sql_migrate",
  7556        build_file_proto_mode = "disable_global",
  7557        importpath = "github.com/rubenv/sql-migrate",
  7558        sum = "h1:bMDqOnrJVV/6JQgQ/MxOpU+AdO8uzYYA/TxFUBzFtS0=",
  7559        version = "v1.5.2",
  7560    )
  7561    go_repository(
  7562        name = "com_github_russellhaering_goxmldsig",
  7563        build_file_proto_mode = "disable_global",
  7564        importpath = "github.com/russellhaering/goxmldsig",
  7565        sum = "h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk=",
  7566        version = "v1.1.0",
  7567    )
  7568    go_repository(
  7569        name = "com_github_russross_blackfriday",
  7570        build_file_proto_mode = "disable_global",
  7571        importpath = "github.com/russross/blackfriday",
  7572        sum = "h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=",
  7573        version = "v1.6.0",
  7574    )
  7575    go_repository(
  7576        name = "com_github_russross_blackfriday_v2",
  7577        build_file_proto_mode = "disable_global",
  7578        importpath = "github.com/russross/blackfriday/v2",
  7579        sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
  7580        version = "v2.1.0",
  7581    )
  7582    go_repository(
  7583        name = "com_github_ruudk_golang_pdf417",
  7584        build_file_proto_mode = "disable_global",
  7585        importpath = "github.com/ruudk/golang-pdf417",
  7586        sum = "h1:K1Xf3bKttbF+koVGaX5xngRIZ5bVjbmPnaxE/dR08uY=",
  7587        version = "v0.0.0-20201230142125-a7e3863a1245",
  7588    )
  7589    go_repository(
  7590        name = "com_github_ryanuber_columnize",
  7591        build_file_proto_mode = "disable_global",
  7592        importpath = "github.com/ryanuber/columnize",
  7593        sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=",
  7594        version = "v0.0.0-20160712163229-9b3edd62028f",
  7595    )
  7596    go_repository(
  7597        name = "com_github_ryanuber_go_glob",
  7598        build_file_proto_mode = "disable_global",
  7599        importpath = "github.com/ryanuber/go-glob",
  7600        sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=",
  7601        version = "v1.0.0",
  7602    )
  7603    go_repository(
  7604        name = "com_github_sabhiram_go_gitignore",
  7605        build_file_proto_mode = "disable_global",
  7606        importpath = "github.com/sabhiram/go-gitignore",
  7607        sum = "h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=",
  7608        version = "v0.0.0-20210923224102-525f6e181f06",
  7609    )
  7610    go_repository(
  7611        name = "com_github_safchain_ethtool",
  7612        build_file_proto_mode = "disable_global",
  7613        importpath = "github.com/safchain/ethtool",
  7614        sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=",
  7615        version = "v0.0.0-20190326074333-42ed695e3de8",
  7616    )
  7617    go_repository(
  7618        name = "com_github_sagikazarmark_crypt",
  7619        build_file_proto_mode = "disable_global",
  7620        importpath = "github.com/sagikazarmark/crypt",
  7621        sum = "h1:ZA/7pXyjkHoK4bW4mIdnCLvL8hd+Nrbiw7Dqk7D4qUk=",
  7622        version = "v0.17.0",
  7623    )
  7624    go_repository(
  7625        name = "com_github_sagikazarmark_locafero",
  7626        build_file_proto_mode = "disable_global",
  7627        importpath = "github.com/sagikazarmark/locafero",
  7628        sum = "h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=",
  7629        version = "v0.4.0",
  7630    )
  7631    go_repository(
  7632        name = "com_github_sagikazarmark_slog_shim",
  7633        build_file_proto_mode = "disable_global",
  7634        importpath = "github.com/sagikazarmark/slog-shim",
  7635        sum = "h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=",
  7636        version = "v0.1.0",
  7637    )
  7638
  7639    go_repository(
  7640        name = "com_github_santhosh_tekuri_jsonschema",
  7641        build_file_proto_mode = "disable_global",
  7642        importpath = "github.com/santhosh-tekuri/jsonschema",
  7643        sum = "h1:hNhW8e7t+H1vgY+1QeEQpveR6D4+OwKPXCfD2aieJis=",
  7644        version = "v1.2.4",
  7645    )
  7646    go_repository(
  7647        name = "com_github_santhosh_tekuri_jsonschema_v2",
  7648        build_file_proto_mode = "disable_global",
  7649        importpath = "github.com/santhosh-tekuri/jsonschema/v2",
  7650        sum = "h1:7KOtBzox6l1PbyZCuQfo923yIBpoMtGCDOD78P9lv9g=",
  7651        version = "v2.1.0",
  7652    )
  7653    go_repository(
  7654        name = "com_github_santhosh_tekuri_jsonschema_v5",
  7655        build_file_proto_mode = "disable_global",
  7656        importpath = "github.com/santhosh-tekuri/jsonschema/v5",
  7657        sum = "h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4=",
  7658        version = "v5.3.1",
  7659    )
  7660    go_repository(
  7661        name = "com_github_sassoftware_relic",
  7662        build_file_proto_mode = "disable_global",
  7663        importpath = "github.com/sassoftware/relic",
  7664        sum = "h1:Pwyh1F3I0r4clFJXkSI8bOyJINGqpgjJU3DYAZeI05A=",
  7665        version = "v7.2.1+incompatible",
  7666    )
  7667    go_repository(
  7668        name = "com_github_sassoftware_relic_v7",
  7669        build_file_proto_mode = "disable_global",
  7670        importpath = "github.com/sassoftware/relic/v7",
  7671        sum = "h1:rS44Lbv9G9eXsukknS4mSjIAuuX+lMq/FnStgmZlUv4=",
  7672        version = "v7.6.2",
  7673    )
  7674
  7675    go_repository(
  7676        name = "com_github_satori_go_uuid",
  7677        build_file_proto_mode = "disable_global",
  7678        importpath = "github.com/satori/go.uuid",
  7679        sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
  7680        version = "v1.2.0",
  7681    )
  7682    go_repository(
  7683        name = "com_github_scaleway_scaleway_sdk_go",
  7684        build_file_proto_mode = "disable_global",
  7685        importpath = "github.com/scaleway/scaleway-sdk-go",
  7686        sum = "h1:F+GIVtGqCFxPxO46ujf8cEOP574MBoRm3gNbPXECbxs=",
  7687        version = "v1.0.0-beta.26",
  7688    )
  7689
  7690    go_repository(
  7691        name = "com_github_sean_seed",
  7692        build_file_proto_mode = "disable_global",
  7693        importpath = "github.com/sean-/seed",
  7694        sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=",
  7695        version = "v0.0.0-20170313163322-e2103e2c3529",
  7696    )
  7697    go_repository(
  7698        name = "com_github_seatgeek_logrus_gelf_formatter",
  7699        build_file_proto_mode = "disable_global",
  7700        importpath = "github.com/seatgeek/logrus-gelf-formatter",
  7701        sum = "h1:jwWrlqKHQeSRjTskQaHBtCOWbaMsd54NBAnofYbEHGs=",
  7702        version = "v0.0.0-20210219220335-367fa274be2c",
  7703    )
  7704    go_repository(
  7705        name = "com_github_seccomp_libseccomp_golang",
  7706        build_file_proto_mode = "disable_global",
  7707        importpath = "github.com/seccomp/libseccomp-golang",
  7708        sum = "h1:aA4bp+/Zzi0BnWZ2F1wgNBs5gTpm+na2rWM6M9YjLpY=",
  7709        version = "v0.10.0",
  7710    )
  7711    go_repository(
  7712        name = "com_github_secure_systems_lab_go_securesystemslib",
  7713        build_file_proto_mode = "disable_global",
  7714        importpath = "github.com/secure-systems-lab/go-securesystemslib",
  7715        sum = "h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=",
  7716        version = "v0.8.0",
  7717    )
  7718
  7719    go_repository(
  7720        name = "com_github_segmentio_analytics_go",
  7721        build_file_proto_mode = "disable_global",
  7722        importpath = "github.com/segmentio/analytics-go",
  7723        sum = "h1:IyiOfUgQFVHvsykKKbdI7ZsH374uv3/DfZUo9+G0Z80=",
  7724        version = "v3.1.0+incompatible",
  7725    )
  7726    go_repository(
  7727        name = "com_github_segmentio_asm",
  7728        build_file_proto_mode = "disable_global",
  7729        importpath = "github.com/segmentio/asm",
  7730        sum = "h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=",
  7731        version = "v1.2.0",
  7732    )
  7733    go_repository(
  7734        name = "com_github_segmentio_backo_go",
  7735        build_file_proto_mode = "disable_global",
  7736        importpath = "github.com/segmentio/backo-go",
  7737        sum = "h1:ZuhckGJ10ulaKkdvJtiAqsLTiPrLaXSdnVgXJKJkTxE=",
  7738        version = "v0.0.0-20200129164019-23eae7c10bd3",
  7739    )
  7740    go_repository(
  7741        name = "com_github_segmentio_conf",
  7742        build_file_proto_mode = "disable_global",
  7743        importpath = "github.com/segmentio/conf",
  7744        sum = "h1:5OT9+6OyVHLsFLsiJa/2KlqiA1m7mpdUBlkB/qYTMts=",
  7745        version = "v1.2.0",
  7746    )
  7747    go_repository(
  7748        name = "com_github_segmentio_go_snakecase",
  7749        build_file_proto_mode = "disable_global",
  7750        importpath = "github.com/segmentio/go-snakecase",
  7751        sum = "h1:ZJO4SNKKV0MjGOv0LHnixxN5FYv1JKBnVXEuBpwcbQI=",
  7752        version = "v1.1.0",
  7753    )
  7754    go_repository(
  7755        name = "com_github_segmentio_ksuid",
  7756        build_file_proto_mode = "disable_global",
  7757        importpath = "github.com/segmentio/ksuid",
  7758        sum = "h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c=",
  7759        version = "v1.0.4",
  7760    )
  7761
  7762    go_repository(
  7763        name = "com_github_segmentio_objconv",
  7764        build_file_proto_mode = "disable_global",
  7765        importpath = "github.com/segmentio/objconv",
  7766        sum = "h1:QjfLzwriJj40JibCV3MGSEiAoXixbp4ybhwfTB8RXOM=",
  7767        version = "v1.0.1",
  7768    )
  7769    go_repository(
  7770        name = "com_github_serenize_snaker",
  7771        build_file_proto_mode = "disable_global",
  7772        importpath = "github.com/serenize/snaker",
  7773        sum = "h1:ofR1ZdrNSkiWcMsRrubK9tb2/SlZVWttAfqUjJi6QYc=",
  7774        version = "v0.0.0-20171204205717-a683aaf2d516",
  7775    )
  7776    go_repository(
  7777        name = "com_github_sergi_go_diff",
  7778        build_file_proto_mode = "disable_global",
  7779        importpath = "github.com/sergi/go-diff",
  7780        sum = "h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=",
  7781        version = "v1.3.2-0.20230802210424-5b0b94c5c0d3",
  7782    )
  7783    go_repository(
  7784        name = "com_github_sethvargo_go_password",
  7785        build_file_proto_mode = "disable_global",
  7786        importpath = "github.com/sethvargo/go-password",
  7787        sum = "h1:BTDl4CC/gjf/axHMaDQtw507ogrXLci6XRiLc7i/UHI=",
  7788        version = "v0.2.0",
  7789    )
  7790    go_repository(
  7791        name = "com_github_shibumi_go_pathspec",
  7792        build_file_proto_mode = "disable_global",
  7793        importpath = "github.com/shibumi/go-pathspec",
  7794        sum = "h1:QUyMZhFo0Md5B8zV8x2tesohbb5kfbpTi9rBnKh5dkI=",
  7795        version = "v1.3.0",
  7796    )
  7797
  7798    go_repository(
  7799        name = "com_github_shirou_gopsutil",
  7800        build_file_proto_mode = "disable_global",
  7801        importpath = "github.com/shirou/gopsutil",
  7802        replace = "github.com/shirou/gopsutil",
  7803        sum = "h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=",
  7804        version = "v3.21.11+incompatible",
  7805    )
  7806    go_repository(
  7807        name = "com_github_shopify_go_storage",
  7808        build_file_proto_mode = "disable_global",
  7809        importpath = "github.com/Shopify/go-storage",
  7810        sum = "h1:POQkNXLEMLV3ra/YUYxqh0jD+/8R7bbLvJHyvo4jqd0=",
  7811        version = "v1.3.2",
  7812    )
  7813
  7814    go_repository(
  7815        name = "com_github_shopify_logrus_bugsnag",
  7816        build_file_proto_mode = "disable_global",
  7817        importpath = "github.com/Shopify/logrus-bugsnag",
  7818        sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=",
  7819        version = "v0.0.0-20171204204709-577dee27f20d",
  7820    )
  7821    go_repository(
  7822        name = "com_github_shopify_sarama",
  7823        build_file_proto_mode = "disable_global",
  7824        importpath = "github.com/Shopify/sarama",
  7825        sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=",
  7826        version = "v1.19.0",
  7827    )
  7828    go_repository(
  7829        name = "com_github_shopify_toxiproxy",
  7830        build_file_proto_mode = "disable_global",
  7831        importpath = "github.com/Shopify/toxiproxy",
  7832        sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=",
  7833        version = "v2.1.4+incompatible",
  7834    )
  7835    go_repository(
  7836        name = "com_github_shopspring_decimal",
  7837        build_file_proto_mode = "disable_global",
  7838        importpath = "github.com/shopspring/decimal",
  7839        sum = "h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=",
  7840        version = "v1.4.0",
  7841    )
  7842    go_repository(
  7843        name = "com_github_shurcool_githubv4",
  7844        build_file_proto_mode = "disable_global",
  7845        importpath = "github.com/shurcooL/githubv4",
  7846        sum = "h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=",
  7847        version = "v0.0.0-20240727222349-48295856cce7",
  7848    )
  7849    go_repository(
  7850        name = "com_github_shurcool_go",
  7851        build_file_proto_mode = "disable_global",
  7852        importpath = "github.com/shurcooL/go",
  7853        sum = "h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM=",
  7854        version = "v0.0.0-20180423040247-9e1955d9fb6e",
  7855    )
  7856    go_repository(
  7857        name = "com_github_shurcool_go_goon",
  7858        build_file_proto_mode = "disable_global",
  7859        importpath = "github.com/shurcooL/go-goon",
  7860        sum = "h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc=",
  7861        version = "v0.0.0-20170922171312-37c2f522c041",
  7862    )
  7863    go_repository(
  7864        name = "com_github_shurcool_graphql",
  7865        build_file_proto_mode = "disable_global",
  7866        importpath = "github.com/shurcooL/graphql",
  7867        sum = "h1:KikTa6HtAK8cS1qjvUvvq4QO21QnwC+EfvB+OAuZ/ZU=",
  7868        version = "v0.0.0-20200928012149-18c5c3165e3a",
  7869    )
  7870    go_repository(
  7871        name = "com_github_shurcool_highlight_diff",
  7872        build_file_proto_mode = "disable_global",
  7873        importpath = "github.com/shurcooL/highlight_diff",
  7874        sum = "h1:vYEG87HxbU6dXj5npkeulCS96Dtz5xg3jcfCgpcvbIw=",
  7875        version = "v0.0.0-20170515013008-09bb4053de1b",
  7876    )
  7877    go_repository(
  7878        name = "com_github_shurcool_highlight_go",
  7879        build_file_proto_mode = "disable_global",
  7880        importpath = "github.com/shurcooL/highlight_go",
  7881        sum = "h1:xLQlo0Ghg8zBaQi+tjpK+z/WLjbg/BhAWP9pYgqo/LQ=",
  7882        version = "v0.0.0-20170515013102-78fb10f4a5f8",
  7883    )
  7884    go_repository(
  7885        name = "com_github_shurcool_httpfs",
  7886        build_file_proto_mode = "disable_global",
  7887        importpath = "github.com/shurcooL/httpfs",
  7888        sum = "h1:aqg5Vm5dwtvL+YgDpBcK1ITf3o96N/K7/wsRXQnUTEs=",
  7889        version = "v0.0.0-20230704072500-f1e31cf0ba5c",
  7890    )
  7891    go_repository(
  7892        name = "com_github_shurcool_octicon",
  7893        build_file_proto_mode = "disable_global",
  7894        importpath = "github.com/shurcooL/octicon",
  7895        sum = "h1:j3cAp1j8k/tSLaCcDiXIpVJ8FzSJ9g1eeOAPRJYM75k=",
  7896        version = "v0.0.0-20180602230221-c42b0e3b24d9",
  7897    )
  7898    go_repository(
  7899        name = "com_github_shurcool_sanitized_anchor_name",
  7900        build_file_proto_mode = "disable_global",
  7901        importpath = "github.com/shurcooL/sanitized_anchor_name",
  7902        sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
  7903        version = "v1.0.0",
  7904    )
  7905    go_repository(
  7906        name = "com_github_shurcool_vfsgen",
  7907        build_file_proto_mode = "disable_global",
  7908        importpath = "github.com/shurcooL/vfsgen",
  7909        sum = "h1:OfRzdxCzDhp+rsKWXuOO2I/quKMJ/+TQwVbIP/gltZg=",
  7910        version = "v0.0.0-20230704071429-0000e147ea92",
  7911    )
  7912    go_repository(
  7913        name = "com_github_sigstore_cosign_v2",
  7914        build_file_proto_mode = "disable_global",
  7915        importpath = "github.com/sigstore/cosign/v2",
  7916        sum = "h1:iY4vtEacmu2hkNj1Fh+8EBqBwKs2DHM27/lbNWDFJro=",
  7917        version = "v2.2.4",
  7918    )
  7919    go_repository(
  7920        name = "com_github_sigstore_fulcio",
  7921        build_file_proto_mode = "disable_global",
  7922        importpath = "github.com/sigstore/fulcio",
  7923        sum = "h1:WWNnrOknD0DbruuZWCbN+86WRROpEl3Xts+WT2Ek1yc=",
  7924        version = "v1.4.5",
  7925    )
  7926    go_repository(
  7927        name = "com_github_sigstore_protobuf_specs",
  7928        build_file_proto_mode = "disable_global",
  7929        importpath = "github.com/sigstore/protobuf-specs",
  7930        sum = "h1:E49qS++llp4psM+3NNVEb+C4AD422bT9VkOQIPrNLpA=",
  7931        version = "v0.3.0",
  7932    )
  7933    go_repository(
  7934        name = "com_github_sigstore_rekor",
  7935        build_file_proto_mode = "disable_global",
  7936        importpath = "github.com/sigstore/rekor",
  7937        sum = "h1:QvpMMJVWAp69a3CHzdrLelqEqpTM3ByQRt5B5Kspbi8=",
  7938        version = "v1.3.6",
  7939    )
  7940    go_repository(
  7941        name = "com_github_sigstore_sigstore",
  7942        build_file_proto_mode = "disable_global",
  7943        importpath = "github.com/sigstore/sigstore",
  7944        sum = "h1:G7LVXqL+ekgYtYdksBks9B38dPoIsbscjQJX/MGWkA4=",
  7945        version = "v1.8.3",
  7946    )
  7947    go_repository(
  7948        name = "com_github_sigstore_sigstore_pkg_signature_kms_aws",
  7949        build_file_proto_mode = "disable_global",
  7950        importpath = "github.com/sigstore/sigstore/pkg/signature/kms/aws",
  7951        sum = "h1:LTfPadUAo+PDRUbbdqbeSl2OuoFQwUFTnJ4stu+nwWw=",
  7952        version = "v1.8.3",
  7953    )
  7954    go_repository(
  7955        name = "com_github_sigstore_sigstore_pkg_signature_kms_azure",
  7956        build_file_proto_mode = "disable_global",
  7957        importpath = "github.com/sigstore/sigstore/pkg/signature/kms/azure",
  7958        sum = "h1:xgbPRCr2npmmsuVVteJqi/ERw9+I13Wou7kq0Yk4D8g=",
  7959        version = "v1.8.3",
  7960    )
  7961    go_repository(
  7962        name = "com_github_sigstore_sigstore_pkg_signature_kms_gcp",
  7963        build_file_proto_mode = "disable_global",
  7964        importpath = "github.com/sigstore/sigstore/pkg/signature/kms/gcp",
  7965        sum = "h1:vDl2fqPT0h3D/k6NZPlqnKFd1tz3335wm39qjvpZNJc=",
  7966        version = "v1.8.3",
  7967    )
  7968    go_repository(
  7969        name = "com_github_sigstore_sigstore_pkg_signature_kms_hashivault",
  7970        build_file_proto_mode = "disable_global",
  7971        importpath = "github.com/sigstore/sigstore/pkg/signature/kms/hashivault",
  7972        sum = "h1:h9G8j+Ds21zqqulDbA/R/ft64oQQIyp8S7wJYABYSlg=",
  7973        version = "v1.8.3",
  7974    )
  7975    go_repository(
  7976        name = "com_github_sigstore_timestamp_authority",
  7977        build_file_proto_mode = "disable_global",
  7978        importpath = "github.com/sigstore/timestamp-authority",
  7979        sum = "h1:X4qyutnCQqJ0apMewFyx+3t7Tws00JQ/JonBiu3QvLE=",
  7980        version = "v1.2.2",
  7981    )
  7982
  7983    go_repository(
  7984        name = "com_github_sirupsen_logrus",
  7985        build_file_proto_mode = "disable_global",
  7986        importpath = "github.com/sirupsen/logrus",
  7987        sum = "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=",
  7988        version = "v1.9.3",
  7989    )
  7990    go_repository(
  7991        name = "com_github_skeema_knownhosts",
  7992        build_file_proto_mode = "disable_global",
  7993        importpath = "github.com/skeema/knownhosts",
  7994        sum = "h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=",
  7995        version = "v1.2.2",
  7996    )
  7997    go_repository(
  7998        name = "com_github_skratchdot_open_golang",
  7999        build_file_proto_mode = "disable_global",
  8000        importpath = "github.com/skratchdot/open-golang",
  8001        sum = "h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=",
  8002        version = "v0.0.0-20200116055534-eef842397966",
  8003    )
  8004
  8005    go_repository(
  8006        name = "com_github_smartystreets_assertions",
  8007        build_file_proto_mode = "disable_global",
  8008        importpath = "github.com/smartystreets/assertions",
  8009        sum = "h1:MkTeG1DMwsrdH7QtLXy5W+fUxWq+vmb6cLmyJ7aRtF0=",
  8010        version = "v1.1.0",
  8011    )
  8012    go_repository(
  8013        name = "com_github_smartystreets_goconvey",
  8014        build_file_proto_mode = "disable_global",
  8015        importpath = "github.com/smartystreets/goconvey",
  8016        sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
  8017        version = "v1.6.4",
  8018    )
  8019    go_repository(
  8020        name = "com_github_snowflakedb_gosnowflake",
  8021        build_file_proto_mode = "disable_global",
  8022        importpath = "github.com/snowflakedb/gosnowflake",
  8023        sum = "h1:EJDdDi74YbYt1ty164ge3fMZ0eVZ6KA7b1zmAa/wnRo=",
  8024        version = "v1.6.3",
  8025    )
  8026    go_repository(
  8027        name = "com_github_soheilhy_cmux",
  8028        build_file_proto_mode = "disable_global",
  8029        importpath = "github.com/soheilhy/cmux",
  8030        sum = "h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=",
  8031        version = "v0.1.5",
  8032    )
  8033    go_repository(
  8034        name = "com_github_sony_gobreaker",
  8035        build_file_proto_mode = "disable_global",
  8036        importpath = "github.com/sony/gobreaker",
  8037        sum = "h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=",
  8038        version = "v0.5.0",
  8039    )
  8040    go_repository(
  8041        name = "com_github_sosodev_duration",
  8042        build_file_proto_mode = "disable_global",
  8043        importpath = "github.com/sosodev/duration",
  8044        sum = "h1:pqK/FLSjsAADWY74SyWDCjOcd5l7H8GSnnOGEB9A1Us=",
  8045        version = "v1.2.0",
  8046    )
  8047    go_repository(
  8048        name = "com_github_sourcegraph_annotate",
  8049        build_file_proto_mode = "disable_global",
  8050        importpath = "github.com/sourcegraph/annotate",
  8051        sum = "h1:yKm7XZV6j9Ev6lojP2XaIshpT4ymkqhMeSghO5Ps00E=",
  8052        version = "v0.0.0-20160123013949-f4cad6c6324d",
  8053    )
  8054    go_repository(
  8055        name = "com_github_sourcegraph_conc",
  8056        build_file_proto_mode = "disable_global",
  8057        importpath = "github.com/sourcegraph/conc",
  8058        sum = "h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=",
  8059        version = "v0.3.0",
  8060    )
  8061
  8062    go_repository(
  8063        name = "com_github_sourcegraph_syntaxhighlight",
  8064        build_file_proto_mode = "disable_global",
  8065        importpath = "github.com/sourcegraph/syntaxhighlight",
  8066        sum = "h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=",
  8067        version = "v0.0.0-20170531221838-bd320f5d308e",
  8068    )
  8069    go_repository(
  8070        name = "com_github_spaolacci_murmur3",
  8071        build_file_proto_mode = "disable_global",
  8072        importpath = "github.com/spaolacci/murmur3",
  8073        sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
  8074        version = "v0.0.0-20180118202830-f09979ecbc72",
  8075    )
  8076    go_repository(
  8077        name = "com_github_spf13_afero",
  8078        build_file_proto_mode = "disable_global",
  8079        importpath = "github.com/spf13/afero",
  8080        sum = "h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=",
  8081        version = "v1.11.0",
  8082    )
  8083    go_repository(
  8084        name = "com_github_spf13_cast",
  8085        build_file_proto_mode = "disable_global",
  8086        importpath = "github.com/spf13/cast",
  8087        sum = "h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=",
  8088        version = "v1.6.0",
  8089    )
  8090    go_repository(
  8091        name = "com_github_spf13_cobra",
  8092        build_file_proto_mode = "disable_global",
  8093        importpath = "github.com/spf13/cobra",
  8094        sum = "h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=",
  8095        version = "v1.8.0",
  8096    )
  8097    go_repository(
  8098        name = "com_github_spf13_jwalterweatherman",
  8099        build_file_proto_mode = "disable_global",
  8100        importpath = "github.com/spf13/jwalterweatherman",
  8101        sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
  8102        version = "v1.1.0",
  8103    )
  8104    go_repository(
  8105        name = "com_github_spf13_pflag",
  8106        build_file_proto_mode = "disable_global",
  8107        importpath = "github.com/spf13/pflag",
  8108        sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
  8109        version = "v1.0.5",
  8110    )
  8111    go_repository(
  8112        name = "com_github_spf13_viper",
  8113        build_file_proto_mode = "disable_global",
  8114        importpath = "github.com/spf13/viper",
  8115        sum = "h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=",
  8116        version = "v1.18.2",
  8117    )
  8118    go_repository(
  8119        name = "com_github_spiffe_go_spiffe_v2",
  8120        build_file_proto_mode = "disable_global",
  8121        importpath = "github.com/spiffe/go-spiffe/v2",
  8122        sum = "h1:9Vf06UsvsDbLYK/zJ4sYsIsHmMFknUD+feA7IYoWMQY=",
  8123        version = "v2.2.0",
  8124    )
  8125
  8126    go_repository(
  8127        name = "com_github_spyzhov_ajson",
  8128        build_file_proto_mode = "disable_global",
  8129        importpath = "github.com/spyzhov/ajson",
  8130        sum = "h1:1MDIlPc6x0zjNtpa7tDzRAyFAvRX+X8ZsvtYz5lZg6A=",
  8131        version = "v0.7.1",
  8132    )
  8133    go_repository(
  8134        name = "com_github_sqs_goreturns",
  8135        build_file_proto_mode = "disable_global",
  8136        importpath = "github.com/sqs/goreturns",
  8137        sum = "h1:iD+PFTQwKEmbwSdwfvP5ld2WEI/g7qbdhmHJ2ASfYGs=",
  8138        version = "v0.0.0-20181028201513-538ac6014518",
  8139    )
  8140    go_repository(
  8141        name = "com_github_square_go_jose_v3",
  8142        build_file_proto_mode = "disable_global",
  8143        importpath = "github.com/square/go-jose/v3",
  8144        sum = "h1:wD1IWQwAhdWclCwaf6DdzgCAe9Bfz1M+4AHRd7N786Y=",
  8145        version = "v3.0.0-20200630053402-0a67ce9b0693",
  8146    )
  8147    go_repository(
  8148        name = "com_github_stefanberger_go_pkcs11uri",
  8149        build_file_proto_mode = "disable_global",
  8150        importpath = "github.com/stefanberger/go-pkcs11uri",
  8151        sum = "h1:lIOOHPEbXzO3vnmx2gok1Tfs31Q8GQqKLc8vVqyQq/I=",
  8152        version = "v0.0.0-20201008174630-78d3cae3a980",
  8153    )
  8154    go_repository(
  8155        name = "com_github_stoewer_go_strcase",
  8156        build_file_proto_mode = "disable_global",
  8157        importpath = "github.com/stoewer/go-strcase",
  8158        sum = "h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=",
  8159        version = "v1.3.0",
  8160    )
  8161    go_repository(
  8162        name = "com_github_streadway_amqp",
  8163        build_file_proto_mode = "disable_global",
  8164        importpath = "github.com/streadway/amqp",
  8165        sum = "h1:0ngsPmuP6XIjiFRNFYlvKwSr5zff2v+uPHaffZ6/M4k=",
  8166        version = "v0.0.0-20190404075320-75d898a42a94",
  8167    )
  8168    go_repository(
  8169        name = "com_github_streadway_handy",
  8170        build_file_proto_mode = "disable_global",
  8171        importpath = "github.com/streadway/handy",
  8172        sum = "h1:mOtuXaRAbVZsxAHVdPR3IjfmN8T1h2iczJLynhLybf8=",
  8173        version = "v0.0.0-20200128134331-0f66f006fb2e",
  8174    )
  8175
  8176    go_repository(
  8177        name = "com_github_stretchr_objx",
  8178        build_file_proto_mode = "disable_global",
  8179        importpath = "github.com/stretchr/objx",
  8180        sum = "h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=",
  8181        version = "v0.5.2",
  8182    )
  8183    go_repository(
  8184        name = "com_github_stretchr_testify",
  8185        build_file_proto_mode = "disable_global",
  8186        importpath = "github.com/stretchr/testify",
  8187        sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=",
  8188        version = "v1.9.0",
  8189    )
  8190    go_repository(
  8191        name = "com_github_subosito_gotenv",
  8192        build_file_proto_mode = "disable_global",
  8193        importpath = "github.com/subosito/gotenv",
  8194        sum = "h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=",
  8195        version = "v1.6.0",
  8196    )
  8197    go_repository(
  8198        name = "com_github_substrait_io_substrait_go",
  8199        build_file_proto_mode = "disable_global",
  8200        importpath = "github.com/substrait-io/substrait-go",
  8201        sum = "h1:buDnjsb3qAqTaNbOR7VKmNgXf4lYQxWEcnSGUWBtmN8=",
  8202        version = "v0.4.2",
  8203    )
  8204    go_repository(
  8205        name = "com_github_syndtr_gocapability",
  8206        build_file_proto_mode = "disable_global",
  8207        importpath = "github.com/syndtr/gocapability",
  8208        sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=",
  8209        version = "v0.0.0-20200815063812-42c35b437635",
  8210    )
  8211    go_repository(
  8212        name = "com_github_syndtr_goleveldb",
  8213        build_file_proto_mode = "disable_global",
  8214        importpath = "github.com/syndtr/goleveldb",
  8215        sum = "h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=",
  8216        version = "v1.0.1-0.20220721030215-126854af5e6d",
  8217    )
  8218
  8219    go_repository(
  8220        name = "com_github_tailscale_depaware",
  8221        build_file_proto_mode = "disable_global",
  8222        importpath = "github.com/tailscale/depaware",
  8223        sum = "h1:34icjjmqJ2HPjrSuJYEkdZ+0ItmGQAQ75cRHIiftIyE=",
  8224        version = "v0.0.0-20210622194025-720c4b409502",
  8225    )
  8226
  8227    go_repository(
  8228        name = "com_github_tchap_go_patricia",
  8229        build_file_proto_mode = "disable_global",
  8230        importpath = "github.com/tchap/go-patricia",
  8231        sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
  8232        version = "v2.2.6+incompatible",
  8233    )
  8234
  8235    go_repository(
  8236        name = "com_github_tchap_go_patricia_v2",
  8237        build_file_proto_mode = "disable_global",
  8238        importpath = "github.com/tchap/go-patricia/v2",
  8239        sum = "h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=",
  8240        version = "v2.3.1",
  8241    )
  8242    go_repository(
  8243        name = "com_github_tetratelabs_wazero",
  8244        build_file_proto_mode = "disable_global",
  8245        importpath = "github.com/tetratelabs/wazero",
  8246        sum = "h1:z0H1iikCdP8t+q341xqepY4EWvHEw8Es7tlqiVzlP3g=",
  8247        version = "v1.6.0",
  8248    )
  8249    go_repository(
  8250        name = "com_github_texttheater_golang_levenshtein",
  8251        build_file_proto_mode = "disable_global",
  8252        importpath = "github.com/texttheater/golang-levenshtein",
  8253        sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=",
  8254        version = "v1.0.1",
  8255    )
  8256    go_repository(
  8257        name = "com_github_thales_e_security_pool",
  8258        build_file_proto_mode = "disable_global",
  8259        importpath = "github.com/thales-e-security/pool",
  8260        sum = "h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=",
  8261        version = "v0.0.2",
  8262    )
  8263    go_repository(
  8264        name = "com_github_thalesignite_crypto11",
  8265        build_file_proto_mode = "disable_global",
  8266        importpath = "github.com/ThalesIgnite/crypto11",
  8267        sum = "h1:1IiIIEqYmBvUYFeMnHqRft4bwf/O36jryEUpY+9ef8E=",
  8268        version = "v1.2.5",
  8269    )
  8270    go_repository(
  8271        name = "com_github_theupdateframework_go_tuf",
  8272        build_file_proto_mode = "disable_global",
  8273        importpath = "github.com/theupdateframework/go-tuf",
  8274        sum = "h1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qvs5LdxRWqRI=",
  8275        version = "v0.7.0",
  8276    )
  8277    go_repository(
  8278        name = "com_github_thlib_go_timezone_local",
  8279        build_file_proto_mode = "disable_global",
  8280        importpath = "github.com/thlib/go-timezone-local",
  8281        sum = "h1:BuzhfgfWQbX0dWzYzT1zsORLnHRv3bcRcsaUk0VmXA8=",
  8282        version = "v0.0.0-20210907160436-ef149e42d28e",
  8283    )
  8284
  8285    go_repository(
  8286        name = "com_github_thoas_go_funk",
  8287        build_file_proto_mode = "disable_global",
  8288        importpath = "github.com/thoas/go-funk",
  8289        sum = "h1:Yzu8aTjTb1sqHZzSZLBt4qaZrFfjNizhA7IfnefjEzo=",
  8290        version = "v0.9.0",
  8291    )
  8292    go_repository(
  8293        name = "com_github_tidwall_gjson",
  8294        build_file_proto_mode = "disable_global",
  8295        importpath = "github.com/tidwall/gjson",
  8296        sum = "h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=",
  8297        version = "v1.17.1",
  8298    )
  8299    go_repository(
  8300        name = "com_github_tidwall_match",
  8301        build_file_proto_mode = "disable_global",
  8302        importpath = "github.com/tidwall/match",
  8303        sum = "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=",
  8304        version = "v1.1.1",
  8305    )
  8306    go_repository(
  8307        name = "com_github_tidwall_pretty",
  8308        build_file_proto_mode = "disable_global",
  8309        importpath = "github.com/tidwall/pretty",
  8310        sum = "h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=",
  8311        version = "v1.2.1",
  8312    )
  8313    go_repository(
  8314        name = "com_github_tidwall_sjson",
  8315        build_file_proto_mode = "disable_global",
  8316        importpath = "github.com/tidwall/sjson",
  8317        sum = "h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=",
  8318        version = "v1.2.5",
  8319    )
  8320    go_repository(
  8321        name = "com_github_tinylib_msgp",
  8322        build_file_proto_mode = "disable_global",
  8323        importpath = "github.com/tinylib/msgp",
  8324        sum = "h1:gWmO7n0Ys2RBEb7GPYB9Ujq8Mk5p2U08lRnmMcGy6BQ=",
  8325        version = "v1.1.2",
  8326    )
  8327    go_repository(
  8328        name = "com_github_titanous_rocacheck",
  8329        build_file_proto_mode = "disable_global",
  8330        importpath = "github.com/titanous/rocacheck",
  8331        sum = "h1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0=",
  8332        version = "v0.0.0-20171023193734-afe73141d399",
  8333    )
  8334
  8335    go_repository(
  8336        name = "com_github_tjfoc_gmsm",
  8337        build_file_proto_mode = "disable_global",
  8338        importpath = "github.com/tjfoc/gmsm",
  8339        sum = "h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=",
  8340        version = "v1.4.1",
  8341    )
  8342    go_repository(
  8343        name = "com_github_tklauser_go_sysconf",
  8344        build_file_proto_mode = "disable_global",
  8345        importpath = "github.com/tklauser/go-sysconf",
  8346        sum = "h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=",
  8347        version = "v0.3.11",
  8348    )
  8349    go_repository(
  8350        name = "com_github_tklauser_numcpus",
  8351        build_file_proto_mode = "disable_global",
  8352        importpath = "github.com/tklauser/numcpus",
  8353        sum = "h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=",
  8354        version = "v0.6.0",
  8355    )
  8356    go_repository(
  8357        name = "com_github_tmc_grpc_websocket_proxy",
  8358        build_file_proto_mode = "disable_global",
  8359        importpath = "github.com/tmc/grpc-websocket-proxy",
  8360        sum = "h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=",
  8361        version = "v0.0.0-20220101234140-673ab2c3ae75",
  8362    )
  8363    go_repository(
  8364        name = "com_github_tmccombs_hcl2json",
  8365        build_file_proto_mode = "disable_global",
  8366        importpath = "github.com/tmccombs/hcl2json",
  8367        sum = "h1:pYzRaHVTJu6TfFumACORClRtsK431eeuv7WjNNLjT90=",
  8368        version = "v0.3.4",
  8369    )
  8370    go_repository(
  8371        name = "com_github_tomasen_realip",
  8372        build_file_proto_mode = "disable_global",
  8373        importpath = "github.com/tomasen/realip",
  8374        sum = "h1:fb190+cK2Xz/dvi9Hv8eCYJYvIGUTN2/KLq1pT6CjEc=",
  8375        version = "v0.0.0-20180522021738-f0c99a92ddce",
  8376    )
  8377    go_repository(
  8378        name = "com_github_transparency_dev_merkle",
  8379        build_file_proto_mode = "disable_global",
  8380        importpath = "github.com/transparency-dev/merkle",
  8381        sum = "h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=",
  8382        version = "v0.0.2",
  8383    )
  8384
  8385    go_repository(
  8386        name = "com_github_tweekmonster_luser",
  8387        build_file_proto_mode = "disable_global",
  8388        importpath = "github.com/tweekmonster/luser",
  8389        sum = "h1:X9dsIWPuuEJlPX//UmRKophhOKCGXc46RVIGuttks68=",
  8390        version = "v0.0.0-20161003172636-3fa38070dbd7",
  8391    )
  8392    go_repository(
  8393        name = "com_github_twitchyliquid64_golang_asm",
  8394        build_file_proto_mode = "disable_global",
  8395        importpath = "github.com/twitchyliquid64/golang-asm",
  8396        sum = "h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=",
  8397        version = "v0.15.1",
  8398    )
  8399    go_repository(
  8400        name = "com_github_twmb_franz_go",
  8401        build_file_proto_mode = "disable_global",
  8402        importpath = "github.com/twmb/franz-go",
  8403        sum = "h1:qBCkHaiutetnrXjAUWA99D9FEcZVMt2AYwkH3vWEQTw=",
  8404        version = "v1.15.4",
  8405    )
  8406    go_repository(
  8407        name = "com_github_twmb_franz_go_pkg_kadm",
  8408        build_file_proto_mode = "disable_global",
  8409        importpath = "github.com/twmb/franz-go/pkg/kadm",
  8410        sum = "h1:3oYKNP+e3HGo4GYadrDeRxOaAIsOXmX6LBVMz9PxpCU=",
  8411        version = "v1.10.0",
  8412    )
  8413    go_repository(
  8414        name = "com_github_twmb_franz_go_pkg_kmsg",
  8415        build_file_proto_mode = "disable_global",
  8416        importpath = "github.com/twmb/franz-go/pkg/kmsg",
  8417        sum = "h1:a457IbvezYfA5UkiBvyV3zj0Is3y1i8EJgqjJYoij2E=",
  8418        version = "v1.7.0",
  8419    )
  8420
  8421    go_repository(
  8422        name = "com_github_uber_go_atomic",
  8423        build_file_proto_mode = "disable_global",
  8424        importpath = "github.com/uber-go/atomic",
  8425        sum = "h1:Azu9lPBWRNKzYXSIwRfgRuDuS0YKsK4NFhiQv98gkxo=",
  8426        version = "v1.3.2",
  8427    )
  8428    go_repository(
  8429        name = "com_github_uber_jaeger_client_go",
  8430        build_file_proto_mode = "disable_global",
  8431        importpath = "github.com/uber/jaeger-client-go",
  8432        sum = "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=",
  8433        version = "v2.30.0+incompatible",
  8434    )
  8435    go_repository(
  8436        name = "com_github_uber_jaeger_lib",
  8437        build_file_proto_mode = "disable_global",
  8438        importpath = "github.com/uber/jaeger-lib",
  8439        sum = "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=",
  8440        version = "v2.4.1+incompatible",
  8441    )
  8442    go_repository(
  8443        name = "com_github_udacity_graphb",
  8444        build_file_proto_mode = "disable_global",
  8445        importpath = "github.com/udacity/graphb",
  8446        sum = "h1:rM+Y8sWxT/pBMrQ3zlWWXpoF/1qxvWBFqqwia6ZYxTA=",
  8447        version = "v0.0.0-20190520214654-912b8fd361d7",
  8448    )
  8449    go_repository(
  8450        name = "com_github_ugorji_go",
  8451        build_file_proto_mode = "disable_global",
  8452        importpath = "github.com/ugorji/go",
  8453        sum = "h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo=",
  8454        version = "v1.2.7",
  8455    )
  8456    go_repository(
  8457        name = "com_github_ugorji_go_codec",
  8458        build_file_proto_mode = "disable_global",
  8459        importpath = "github.com/ugorji/go/codec",
  8460        sum = "h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=",
  8461        version = "v1.2.12",
  8462    )
  8463    go_repository(
  8464        name = "com_github_ulikunitz_xz",
  8465        build_file_proto_mode = "disable_global",
  8466        importpath = "github.com/ulikunitz/xz",
  8467        sum = "h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8=",
  8468        version = "v0.5.11",
  8469    )
  8470
  8471    go_repository(
  8472        name = "com_github_unrolled_secure",
  8473        build_file_proto_mode = "disable_global",
  8474        importpath = "github.com/unrolled/secure",
  8475        sum = "h1:ltz/eIXkYWdMCZbu3Rb+bUmWVTm5AqM0QM8o0uKir4U=",
  8476        version = "v0.0.0-20181005190816-ff9db2ff917f",
  8477    )
  8478    go_repository(
  8479        name = "com_github_urfave_cli",
  8480        build_file_proto_mode = "disable_global",
  8481        importpath = "github.com/urfave/cli",
  8482        sum = "h1:ebbhrRiGK2i4naQJr+1Xj92HXZCrK7MsyTS/ob3HnAk=",
  8483        version = "v1.22.14",
  8484    )
  8485    go_repository(
  8486        name = "com_github_urfave_cli_v2",
  8487        build_file_proto_mode = "disable_global",
  8488        importpath = "github.com/urfave/cli/v2",
  8489        sum = "h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=",
  8490        version = "v2.27.1",
  8491    )
  8492    go_repository(
  8493        name = "com_github_urfave_negroni",
  8494        build_file_proto_mode = "disable_global",
  8495        importpath = "github.com/urfave/negroni",
  8496        sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=",
  8497        version = "v1.0.0",
  8498    )
  8499    go_repository(
  8500        name = "com_github_uwu_tools_magex",
  8501        build_file_proto_mode = "disable_global",
  8502        importpath = "github.com/uwu-tools/magex",
  8503        sum = "h1:eDDHw9izUPXEKXejY26VCtTK4LjuDoGkyWpgGscFO80=",
  8504        version = "v0.10.0",
  8505    )
  8506
  8507    go_repository(
  8508        name = "com_github_vbatts_tar_split",
  8509        build_file_proto_mode = "disable_global",
  8510        importpath = "github.com/vbatts/tar-split",
  8511        sum = "h1:3bHCTIheBm1qFTcgh9oPu+nNBtX+XJIupG/vacinCts=",
  8512        version = "v0.11.5",
  8513    )
  8514    go_repository(
  8515        name = "com_github_vektah_gqlparser",
  8516        build_file_proto_mode = "disable_global",
  8517        importpath = "github.com/vektah/gqlparser",
  8518        sum = "h1:8b0IcD3qZKWJQHSzynbDlrtP3IxVydZ2DZepCGofqfU=",
  8519        version = "v1.3.1",
  8520    )
  8521    go_repository(
  8522        name = "com_github_vektah_gqlparser_v2",
  8523        build_file_proto_mode = "disable_global",
  8524        importpath = "github.com/vektah/gqlparser/v2",
  8525        sum = "h1:JJxLtXIoN7+3x6MBdtIP59TP1RANnY7pXOaDnADQSf8=",
  8526        version = "v2.5.11",
  8527    )
  8528    go_repository(
  8529        name = "com_github_venafi_vcert_v5",
  8530        build_file_proto_mode = "disable_global",
  8531        importpath = "github.com/Venafi/vcert/v5",
  8532        sum = "h1:KSSRDWh8vALEIMXVFB+zIn2bCKvEFM9U3DbDf6gx0Ws=",
  8533        version = "v5.3.0",
  8534    )
  8535    go_repository(
  8536        name = "com_github_veraison_go_cose",
  8537        build_file_proto_mode = "disable_global",
  8538        importpath = "github.com/veraison/go-cose",
  8539        sum = "h1:Gj4x20D0YP79J2+cK3anjGEMwIkg2xX+TKVVGUXwNAc=",
  8540        version = "v1.2.1",
  8541    )
  8542    go_repository(
  8543        name = "com_github_vishvananda_netlink",
  8544        build_file_proto_mode = "disable_global",
  8545        importpath = "github.com/vishvananda/netlink",
  8546        sum = "h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk=",
  8547        version = "v1.3.0",
  8548    )
  8549    go_repository(
  8550        name = "com_github_vishvananda_netns",
  8551        build_file_proto_mode = "disable_global",
  8552        importpath = "github.com/vishvananda/netns",
  8553        sum = "h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=",
  8554        version = "v0.0.4",
  8555    )
  8556    go_repository(
  8557        name = "com_github_vividcortex_gohistogram",
  8558        build_file_proto_mode = "disable_global",
  8559        importpath = "github.com/VividCortex/gohistogram",
  8560        sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=",
  8561        version = "v1.0.0",
  8562    )
  8563
  8564    go_repository(
  8565        name = "com_github_vmihailenco_msgpack",
  8566        build_file_proto_mode = "disable_global",
  8567        importpath = "github.com/vmihailenco/msgpack",
  8568        sum = "h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=",
  8569        version = "v4.0.4+incompatible",
  8570    )
  8571    go_repository(
  8572        name = "com_github_vmihailenco_msgpack_v4",
  8573        build_file_proto_mode = "disable_global",
  8574        importpath = "github.com/vmihailenco/msgpack/v4",
  8575        sum = "h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=",
  8576        version = "v4.3.12",
  8577    )
  8578    go_repository(
  8579        name = "com_github_vmihailenco_tagparser",
  8580        build_file_proto_mode = "disable_global",
  8581        importpath = "github.com/vmihailenco/tagparser",
  8582        sum = "h1:gnjoVuB/kljJ5wICEEOpx98oXMWPLj22G67Vbd1qPqc=",
  8583        version = "v0.1.2",
  8584    )
  8585    go_repository(
  8586        name = "com_github_wader_gormstore_v2",
  8587        build_file_proto_mode = "disable_global",
  8588        importpath = "github.com/wader/gormstore/v2",
  8589        sum = "h1:Idfd68RXNFibVmkNKgNv8l7BobUfyvwEm1gvWqeA/Yw=",
  8590        version = "v2.0.0",
  8591    )
  8592
  8593    go_repository(
  8594        name = "com_github_weppos_publicsuffix_go",
  8595        build_file_proto_mode = "disable_global",
  8596        importpath = "github.com/weppos/publicsuffix-go",
  8597        sum = "h1:kNn7cjQYeNjKUflvFFCxFeyS7ENcDdfPmkhFpgd0G/A=",
  8598        version = "v0.30.1-0.20230620154423-38c92ad2d5c6",
  8599    )
  8600
  8601    go_repository(
  8602        name = "com_github_willf_bitset",
  8603        build_file_proto_mode = "disable_global",
  8604        importpath = "github.com/willf/bitset",
  8605        sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
  8606        version = "v1.1.11",
  8607    )
  8608    go_repository(
  8609        name = "com_github_withfig_autocomplete_tools_integrations_cobra",
  8610        build_file_proto_mode = "disable_global",
  8611        importpath = "github.com/withfig/autocomplete-tools/integrations/cobra",
  8612        sum = "h1:+dBg5k7nuTE38VVdoroRsT0Z88fmvdYrI2EjzJst35I=",
  8613        version = "v1.2.1",
  8614    )
  8615
  8616    go_repository(
  8617        name = "com_github_wojas_genericr",
  8618        build_file_proto_mode = "disable_global",
  8619        importpath = "github.com/wojas/genericr",
  8620        sum = "h1:AXiDZCbrWcXwaQ17O6udC1TzWhXZ3N2qL70DhTHhi5M=",
  8621        version = "v0.3.1",
  8622    )
  8623    go_repository(
  8624        name = "com_github_wsxiaoys_terminal",
  8625        build_file_proto_mode = "disable_global",
  8626        importpath = "github.com/wsxiaoys/terminal",
  8627        sum = "h1:3UeQBvD0TFrlVjOeLOBz+CPAI8dnbqNSVwUwRrkp7vQ=",
  8628        version = "v0.0.0-20160513160801-0940f3fc43a0",
  8629    )
  8630    go_repository(
  8631        name = "com_github_x448_float16",
  8632        build_file_proto_mode = "disable_global",
  8633        importpath = "github.com/x448/float16",
  8634        sum = "h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=",
  8635        version = "v0.8.4",
  8636    )
  8637    go_repository(
  8638        name = "com_github_xanzy_go_gitlab",
  8639        build_file_proto_mode = "disable_global",
  8640        importpath = "github.com/xanzy/go-gitlab",
  8641        sum = "h1:ExHuJ1OTQ2yt25zBMMj0G96ChBirGYv8U7HyUiYkZ+4=",
  8642        version = "v0.102.0",
  8643    )
  8644    go_repository(
  8645        name = "com_github_xanzy_ssh_agent",
  8646        build_file_proto_mode = "disable_global",
  8647        importpath = "github.com/xanzy/ssh-agent",
  8648        sum = "h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=",
  8649        version = "v0.3.3",
  8650    )
  8651    go_repository(
  8652        name = "com_github_xdg_go_pbkdf2",
  8653        build_file_proto_mode = "disable_global",
  8654        importpath = "github.com/xdg-go/pbkdf2",
  8655        sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=",
  8656        version = "v1.0.0",
  8657    )
  8658    go_repository(
  8659        name = "com_github_xdg_go_scram",
  8660        build_file_proto_mode = "disable_global",
  8661        importpath = "github.com/xdg-go/scram",
  8662        sum = "h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=",
  8663        version = "v1.1.2",
  8664    )
  8665    go_repository(
  8666        name = "com_github_xdg_go_stringprep",
  8667        build_file_proto_mode = "disable_global",
  8668        importpath = "github.com/xdg-go/stringprep",
  8669        sum = "h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=",
  8670        version = "v1.0.4",
  8671    )
  8672    go_repository(
  8673        name = "com_github_xdg_scram",
  8674        build_file_proto_mode = "disable_global",
  8675        importpath = "github.com/xdg/scram",
  8676        sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=",
  8677        version = "v0.0.0-20180814205039-7eeb5667e42c",
  8678    )
  8679    go_repository(
  8680        name = "com_github_xdg_stringprep",
  8681        build_file_proto_mode = "disable_global",
  8682        importpath = "github.com/xdg/stringprep",
  8683        sum = "h1:n+nNi93yXLkJvKwXNP9d55HC7lGK4H/SRcwB5IaUZLo=",
  8684        version = "v0.0.0-20180714160509-73f8eece6fdc",
  8685    )
  8686    go_repository(
  8687        name = "com_github_xeipuuv_gojsonpointer",
  8688        build_file_proto_mode = "disable_global",
  8689        importpath = "github.com/xeipuuv/gojsonpointer",
  8690        sum = "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=",
  8691        version = "v0.0.0-20190905194746-02993c407bfb",
  8692    )
  8693    go_repository(
  8694        name = "com_github_xeipuuv_gojsonreference",
  8695        build_file_proto_mode = "disable_global",
  8696        importpath = "github.com/xeipuuv/gojsonreference",
  8697        sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=",
  8698        version = "v0.0.0-20180127040603-bd5ef7bd5415",
  8699    )
  8700    go_repository(
  8701        name = "com_github_xeipuuv_gojsonschema",
  8702        build_file_proto_mode = "disable_global",
  8703        importpath = "github.com/xeipuuv/gojsonschema",
  8704        sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=",
  8705        version = "v1.2.0",
  8706    )
  8707    go_repository(
  8708        name = "com_github_xhit_go_str2duration",
  8709        build_file_proto_mode = "disable_global",
  8710        importpath = "github.com/xhit/go-str2duration",
  8711        sum = "h1:BcV5u025cITWxEQKGWr1URRzrcXtu7uk8+luz3Yuhwc=",
  8712        version = "v1.2.0",
  8713    )
  8714    go_repository(
  8715        name = "com_github_xhit_go_str2duration_v2",
  8716        build_file_proto_mode = "disable_global",
  8717        importpath = "github.com/xhit/go-str2duration/v2",
  8718        sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=",
  8719        version = "v2.1.0",
  8720    )
  8721    go_repository(
  8722        name = "com_github_xi2_xz",
  8723        build_file_proto_mode = "disable_global",
  8724        importpath = "github.com/xi2/xz",
  8725        sum = "h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=",
  8726        version = "v0.0.0-20171230120015-48954b6210f8",
  8727    )
  8728    go_repository(
  8729        name = "com_github_xiang90_probing",
  8730        build_file_proto_mode = "disable_global",
  8731        importpath = "github.com/xiang90/probing",
  8732        sum = "h1:S2dVYn90KE98chqDkyE9Z4N61UnQd+KOfgp5Iu53llk=",
  8733        version = "v0.0.0-20221125231312-a49e3df8f510",
  8734    )
  8735    go_repository(
  8736        name = "com_github_xlab_treeprint",
  8737        build_file_proto_mode = "disable_global",
  8738        importpath = "github.com/xlab/treeprint",
  8739        sum = "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=",
  8740        version = "v1.2.0",
  8741    )
  8742    go_repository(
  8743        name = "com_github_xordataexchange_crypt",
  8744        build_file_proto_mode = "disable_global",
  8745        importpath = "github.com/xordataexchange/crypt",
  8746        sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
  8747        version = "v0.0.3-0.20170626215501-b2862e3d0a77",
  8748    )
  8749    go_repository(
  8750        name = "com_github_xrash_smetrics",
  8751        build_file_proto_mode = "disable_global",
  8752        importpath = "github.com/xrash/smetrics",
  8753        sum = "h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=",
  8754        version = "v0.0.0-20240312152122-5f08fbb34913",
  8755    )
  8756    go_repository(
  8757        name = "com_github_xtgo_uuid",
  8758        build_file_proto_mode = "disable_global",
  8759        importpath = "github.com/xtgo/uuid",
  8760        sum = "h1:3lbZUMbMiGUW/LMkfsEABsc5zNT9+b1CvsJx47JzJ8g=",
  8761        version = "v0.0.0-20140804021211-a0b114877d4c",
  8762    )
  8763    go_repository(
  8764        name = "com_github_yandex_cloud_go_genproto",
  8765        build_file_proto_mode = "disable_global",
  8766        importpath = "github.com/yandex-cloud/go-genproto",
  8767        sum = "h1:mOhpdzir8wyeM0AzMPKj6RteKpRjaP661fBPzJcRD+g=",
  8768        version = "v0.0.0-20240401111333-b9ee0d3d9e6b",
  8769    )
  8770    go_repository(
  8771        name = "com_github_yandex_cloud_go_sdk",
  8772        build_file_proto_mode = "disable_global",
  8773        importpath = "github.com/yandex-cloud/go-sdk",
  8774        sum = "h1:wtzLQJmghkSUb1YkeFphIh7ST7NNVDaVOJZSAJcjMdw=",
  8775        version = "v0.0.0-20240318084659-dfa50323a0b4",
  8776    )
  8777    go_repository(
  8778        name = "com_github_yashtewari_glob_intersection",
  8779        build_file_proto_mode = "disable_global",
  8780        importpath = "github.com/yashtewari/glob-intersection",
  8781        sum = "h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg=",
  8782        version = "v0.2.0",
  8783    )
  8784    go_repository(
  8785        name = "com_github_youmark_pkcs8",
  8786        build_file_proto_mode = "disable_global",
  8787        importpath = "github.com/youmark/pkcs8",
  8788        sum = "h1:fZHgsYlfvtyqToslyjUt3VOPF4J7aK/3MPcK7xp3PDk=",
  8789        version = "v0.0.0-20201027041543-1326539a0a0a",
  8790    )
  8791    go_repository(
  8792        name = "com_github_ysmood_fetchup",
  8793        build_file_proto_mode = "disable_global",
  8794        importpath = "github.com/ysmood/fetchup",
  8795        sum = "h1:ulX+SonA0Vma5zUFXtv52Kzip/xe7aj4vqT5AJwQ+ZQ=",
  8796        version = "v0.2.3",
  8797    )
  8798    go_repository(
  8799        name = "com_github_ysmood_goob",
  8800        build_file_proto_mode = "disable_global",
  8801        importpath = "github.com/ysmood/goob",
  8802        sum = "h1:HsxXhyLBeGzWXnqVKtmT9qM7EuVs/XOgkX7T6r1o1AQ=",
  8803        version = "v0.4.0",
  8804    )
  8805    go_repository(
  8806        name = "com_github_ysmood_got",
  8807        build_file_proto_mode = "disable_global",
  8808        importpath = "github.com/ysmood/got",
  8809        sum = "h1:IrV2uWLs45VXNvZqhJ6g2nIhY+pgIG1CUoOcqfXFl1s=",
  8810        version = "v0.34.1",
  8811    )
  8812    go_repository(
  8813        name = "com_github_ysmood_gson",
  8814        build_file_proto_mode = "disable_global",
  8815        importpath = "github.com/ysmood/gson",
  8816        sum = "h1:QFkWbTH8MxyUTKPkVWAENJhxqdBa4lYTQWqZCiLG6kE=",
  8817        version = "v0.7.3",
  8818    )
  8819    go_repository(
  8820        name = "com_github_ysmood_leakless",
  8821        build_file_proto_mode = "disable_global",
  8822        importpath = "github.com/ysmood/leakless",
  8823        sum = "h1:BzLrVoiwxikpgEQR0Lk8NyBN5Cit2b1z+u0mgL4ZJak=",
  8824        version = "v0.8.0",
  8825    )
  8826
  8827    go_repository(
  8828        name = "com_github_yuin_goldmark",
  8829        build_file_proto_mode = "disable_global",
  8830        importpath = "github.com/yuin/goldmark",
  8831        sum = "h1:boZcn2GTjpsynOsC0iJHnBWa4Bi0qzfJjthwauItG68=",
  8832        version = "v1.6.0",
  8833    )
  8834    go_repository(
  8835        name = "com_github_yuin_goldmark_emoji",
  8836        build_file_proto_mode = "disable_global",
  8837        importpath = "github.com/yuin/goldmark-emoji",
  8838        sum = "h1:c/RgTShNgHTtc6xdz2KKI74jJr6rWi7FPgnP9GAsO5s=",
  8839        version = "v1.0.2",
  8840    )
  8841
  8842    go_repository(
  8843        name = "com_github_yusufpapurcu_wmi",
  8844        build_file_proto_mode = "disable_global",
  8845        importpath = "github.com/yusufpapurcu/wmi",
  8846        sum = "h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=",
  8847        version = "v1.2.3",
  8848    )
  8849    go_repository(
  8850        name = "com_github_yvasiyarov_go_metrics",
  8851        build_file_proto_mode = "disable_global",
  8852        importpath = "github.com/yvasiyarov/go-metrics",
  8853        sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=",
  8854        version = "v0.0.0-20140926110328-57bccd1ccd43",
  8855    )
  8856    go_repository(
  8857        name = "com_github_yvasiyarov_gorelic",
  8858        build_file_proto_mode = "disable_global",
  8859        importpath = "github.com/yvasiyarov/gorelic",
  8860        sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=",
  8861        version = "v0.0.0-20141212073537-a9bba5b9ab50",
  8862    )
  8863    go_repository(
  8864        name = "com_github_yvasiyarov_newrelic_platform_go",
  8865        build_file_proto_mode = "disable_global",
  8866        importpath = "github.com/yvasiyarov/newrelic_platform_go",
  8867        sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=",
  8868        version = "v0.0.0-20140908184405-b21fdbd4370f",
  8869    )
  8870    go_repository(
  8871        name = "com_github_zalando_go_keyring",
  8872        build_file_proto_mode = "disable_global",
  8873        importpath = "github.com/zalando/go-keyring",
  8874        sum = "h1:wi2xxTqdiwMKbM6TWwi+uJCG/Tum2UV0jqaQhCa9/68=",
  8875        version = "v0.2.4",
  8876    )
  8877    go_repository(
  8878        name = "com_github_zclconf_go_cty",
  8879        build_file_proto_mode = "disable_global",
  8880        importpath = "github.com/zclconf/go-cty",
  8881        sum = "h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=",
  8882        version = "v1.14.4",
  8883    )
  8884    go_repository(
  8885        name = "com_github_zeebo_assert",
  8886        build_file_proto_mode = "disable_global",
  8887        importpath = "github.com/zeebo/assert",
  8888        sum = "h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=",
  8889        version = "v1.3.0",
  8890    )
  8891    go_repository(
  8892        name = "com_github_zeebo_errs",
  8893        build_file_proto_mode = "disable_global",
  8894        importpath = "github.com/zeebo/errs",
  8895        sum = "h1:hmiaKqgYZzcVgRL1Vkc1Mn2914BbzB0IBxs+ebeutGs=",
  8896        version = "v1.3.0",
  8897    )
  8898
  8899    go_repository(
  8900        name = "com_github_zeebo_xxh3",
  8901        build_file_proto_mode = "disable_global",
  8902        importpath = "github.com/zeebo/xxh3",
  8903        sum = "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=",
  8904        version = "v1.0.2",
  8905    )
  8906    go_repository(
  8907        name = "com_github_zenazn_goji",
  8908        build_file_proto_mode = "disable_global",
  8909        importpath = "github.com/zenazn/goji",
  8910        sum = "h1:mXV20Aj/BdWrlVzIn1kXFa+Tq62INlUi0cFFlztTaK0=",
  8911        version = "v0.9.1-0.20160507202103-64eb34159fe5",
  8912    )
  8913    go_repository(
  8914        name = "com_github_ziutek_mymysql",
  8915        build_file_proto_mode = "disable_global",
  8916        importpath = "github.com/ziutek/mymysql",
  8917        sum = "h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=",
  8918        version = "v1.5.4",
  8919    )
  8920    go_repository(
  8921        name = "com_github_zmap_zcrypto",
  8922        build_file_proto_mode = "disable_global",
  8923        importpath = "github.com/zmap/zcrypto",
  8924        sum = "h1:DZH5n7L3L8RxKdSyJHZt7WePgwdhHnPhQFdQSJaHF+o=",
  8925        version = "v0.0.0-20230310154051-c8b263fd8300",
  8926    )
  8927    go_repository(
  8928        name = "com_github_zmap_zlint_v3",
  8929        build_file_proto_mode = "disable_global",
  8930        importpath = "github.com/zmap/zlint/v3",
  8931        sum = "h1:Eh2B5t6VKgVH0DFmTwOqE50POvyDhUaU9T2mJOe1vfQ=",
  8932        version = "v3.5.0",
  8933    )
  8934    go_repository(
  8935        name = "com_gitlab_flimzy_httpe",
  8936        build_file_proto_mode = "disable_global",
  8937        importpath = "gitlab.com/flimzy/httpe",
  8938        sum = "h1:3ODGAZUT677yb4ed1GWQk1McCIZEW/1vYhIAA6cKmqc=",
  8939        version = "v0.0.0-20231112220855-6303bcec02b6",
  8940    )
  8941
  8942    go_repository(
  8943        name = "com_gitlab_flimzy_testy",
  8944        build_file_proto_mode = "disable_global",
  8945        importpath = "gitlab.com/flimzy/testy",
  8946        sum = "h1:2nZV4Wa1OSJb3rOKHh0GJqvvhtE03zT+sKnPCI0owfQ=",
  8947        version = "v0.14.0",
  8948    )
  8949    go_repository(
  8950        name = "com_gitlab_nyarla_go_crypt",
  8951        build_file_proto_mode = "disable_global",
  8952        importpath = "gitlab.com/nyarla/go-crypt",
  8953        sum = "h1:7gd+rd8P3bqcn/96gOZa3F5dpJr/vEiDQYlNb/y2uNs=",
  8954        version = "v0.0.0-20160106005555-d9a5dc2b789b",
  8955    )
  8956    go_repository(
  8957        name = "com_google_cloud_go",
  8958        build_file_proto_mode = "disable_global",
  8959        importpath = "cloud.google.com/go",
  8960        sum = "h1:g3C70mn3lWfckKBiCVsAshabrDg01pQ0pnX1MNtnMkA=",
  8961        version = "v0.113.0",
  8962    )
  8963    go_repository(
  8964        name = "com_google_cloud_go_accessapproval",
  8965        build_file_proto_mode = "disable_global",
  8966        importpath = "cloud.google.com/go/accessapproval",
  8967        sum = "h1:vO95gvBi7qUgfA9SflexQs9hB4U4tnri/GwADIrLQy8=",
  8968        version = "v1.7.7",
  8969    )
  8970    go_repository(
  8971        name = "com_google_cloud_go_accesscontextmanager",
  8972        build_file_proto_mode = "disable_global",
  8973        importpath = "cloud.google.com/go/accesscontextmanager",
  8974        sum = "h1:GgdNoDwZR5RIO3j8XwXqa6Gc6q5mP3KYMdFC7FEVyG4=",
  8975        version = "v1.8.7",
  8976    )
  8977    go_repository(
  8978        name = "com_google_cloud_go_aiplatform",
  8979        build_file_proto_mode = "disable_global",
  8980        importpath = "cloud.google.com/go/aiplatform",
  8981        sum = "h1:YWeqD4BjYwrmY4fa+isGcw0P81lJ3dKVxbWxdBchoiU=",
  8982        version = "v1.67.0",
  8983    )
  8984    go_repository(
  8985        name = "com_google_cloud_go_analytics",
  8986        build_file_proto_mode = "disable_global",
  8987        importpath = "cloud.google.com/go/analytics",
  8988        sum = "h1:O0fj88npvQFxg8LfXo7fArcSrC/wtAstGuWQ7dCHWjg=",
  8989        version = "v0.23.2",
  8990    )
  8991    go_repository(
  8992        name = "com_google_cloud_go_apigateway",
  8993        build_file_proto_mode = "disable_global",
  8994        importpath = "cloud.google.com/go/apigateway",
  8995        sum = "h1:DO5Vn3zmY1aDyfoqni8e8+x+lwrfLCoAAbEui9NB0y8=",
  8996        version = "v1.6.7",
  8997    )
  8998    go_repository(
  8999        name = "com_google_cloud_go_apigeeconnect",
  9000        build_file_proto_mode = "disable_global",
  9001        importpath = "cloud.google.com/go/apigeeconnect",
  9002        sum = "h1:z08Xuv7ZtaB2d4jsJi9/WhbnnI5s19wlLDZpssn3Fus=",
  9003        version = "v1.6.7",
  9004    )
  9005    go_repository(
  9006        name = "com_google_cloud_go_apigeeregistry",
  9007        build_file_proto_mode = "disable_global",
  9008        importpath = "cloud.google.com/go/apigeeregistry",
  9009        sum = "h1:o1C/+IvzwYeV1doum61XmJQ/Bwpk/4+2DT1JyVu2x64=",
  9010        version = "v0.8.5",
  9011    )
  9012    go_repository(
  9013        name = "com_google_cloud_go_apikeys",
  9014        build_file_proto_mode = "disable_global",
  9015        importpath = "cloud.google.com/go/apikeys",
  9016        sum = "h1:B9CdHFZTFjVti89tmyXXrO+7vSNo2jvZuHG8zD5trdQ=",
  9017        version = "v0.6.0",
  9018    )
  9019    go_repository(
  9020        name = "com_google_cloud_go_appengine",
  9021        build_file_proto_mode = "disable_global",
  9022        importpath = "cloud.google.com/go/appengine",
  9023        sum = "h1:qYrjEHEFY7+CL4QlHIHuwTgrTnZbSKzdPFqgjZDsQNo=",
  9024        version = "v1.8.7",
  9025    )
  9026    go_repository(
  9027        name = "com_google_cloud_go_area120",
  9028        build_file_proto_mode = "disable_global",
  9029        importpath = "cloud.google.com/go/area120",
  9030        sum = "h1:sUrR96yokdL6tTTXK0X13V1TLMta8/1u328bRG5lWZc=",
  9031        version = "v0.8.7",
  9032    )
  9033    go_repository(
  9034        name = "com_google_cloud_go_artifactregistry",
  9035        build_file_proto_mode = "disable_global",
  9036        importpath = "cloud.google.com/go/artifactregistry",
  9037        sum = "h1:SSvoD0ofOydm5gA1++15pW9VPgQbk0OmNlcb7JczoO4=",
  9038        version = "v1.14.9",
  9039    )
  9040    go_repository(
  9041        name = "com_google_cloud_go_asset",
  9042        build_file_proto_mode = "disable_global",
  9043        importpath = "cloud.google.com/go/asset",
  9044        sum = "h1:mCqyoaDjDzaW1RqmmQtCJuawb9nca5bEu7HvVcpZDwg=",
  9045        version = "v1.19.1",
  9046    )
  9047    go_repository(
  9048        name = "com_google_cloud_go_assuredworkloads",
  9049        build_file_proto_mode = "disable_global",
  9050        importpath = "cloud.google.com/go/assuredworkloads",
  9051        sum = "h1:xieyFA+JKyTDkO/Z9UyVEpkHW8pDYykU51O4G0pvXEg=",
  9052        version = "v1.11.7",
  9053    )
  9054    go_repository(
  9055        name = "com_google_cloud_go_auth",
  9056        build_file_proto_mode = "disable_global",
  9057        importpath = "cloud.google.com/go/auth",
  9058        sum = "h1:Z7YNIhlWRtrnKlZke7z3GMqzvuYzdc2z98F9D1NV5Hg=",
  9059        version = "v0.4.1",
  9060    )
  9061    go_repository(
  9062        name = "com_google_cloud_go_auth_oauth2adapt",
  9063        build_file_proto_mode = "disable_global",
  9064        importpath = "cloud.google.com/go/auth/oauth2adapt",
  9065        sum = "h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=",
  9066        version = "v0.2.2",
  9067    )
  9068    go_repository(
  9069        name = "com_google_cloud_go_automl",
  9070        build_file_proto_mode = "disable_global",
  9071        importpath = "cloud.google.com/go/automl",
  9072        sum = "h1:w9AyogtMLXbcy5kzXPvk/Q3MGQkgJH7ZDB8fAUUxTt8=",
  9073        version = "v1.13.7",
  9074    )
  9075    go_repository(
  9076        name = "com_google_cloud_go_baremetalsolution",
  9077        build_file_proto_mode = "disable_global",
  9078        importpath = "cloud.google.com/go/baremetalsolution",
  9079        sum = "h1:W4oSMS6vRCo9DLr1RPyDP8oeLverbvhJRzaZSsipft8=",
  9080        version = "v1.2.6",
  9081    )
  9082    go_repository(
  9083        name = "com_google_cloud_go_batch",
  9084        build_file_proto_mode = "disable_global",
  9085        importpath = "cloud.google.com/go/batch",
  9086        sum = "h1:i8shmhASiPJ/DFHhqwBcNQep+uFlHt53Txal/wsc9ko=",
  9087        version = "v1.8.5",
  9088    )
  9089    go_repository(
  9090        name = "com_google_cloud_go_beyondcorp",
  9091        build_file_proto_mode = "disable_global",
  9092        importpath = "cloud.google.com/go/beyondcorp",
  9093        sum = "h1:KBcujO3QRvBIwzZLtvQEPB9SXdovHnMBx0V/uhucH9o=",
  9094        version = "v1.0.6",
  9095    )
  9096    go_repository(
  9097        name = "com_google_cloud_go_bigquery",
  9098        build_file_proto_mode = "disable_global",
  9099        importpath = "cloud.google.com/go/bigquery",
  9100        sum = "h1:w2Goy9n6gh91LVi6B2Sc+HpBl8WbWhIyzdvVvrAuEIw=",
  9101        version = "v1.61.0",
  9102    )
  9103    go_repository(
  9104        name = "com_google_cloud_go_bigtable",
  9105        build_file_proto_mode = "disable_global",
  9106        importpath = "cloud.google.com/go/bigtable",
  9107        sum = "h1:8t48YTxxFsYKy+AWuHdoePgAr4J2gEtntbdWclbEbco=",
  9108        version = "v1.17.0",
  9109    )
  9110    go_repository(
  9111        name = "com_google_cloud_go_billing",
  9112        build_file_proto_mode = "disable_global",
  9113        importpath = "cloud.google.com/go/billing",
  9114        sum = "h1:GbOg1uGvoV8FXxMStFoNcq5z9AEUwCpKt/6GNcuDSZM=",
  9115        version = "v1.18.5",
  9116    )
  9117    go_repository(
  9118        name = "com_google_cloud_go_binaryauthorization",
  9119        build_file_proto_mode = "disable_global",
  9120        importpath = "cloud.google.com/go/binaryauthorization",
  9121        sum = "h1:RHnEM4HXbWShlGhPA0Jzj2YYETCHxmisNMU0OE2fXQM=",
  9122        version = "v1.8.3",
  9123    )
  9124    go_repository(
  9125        name = "com_google_cloud_go_certificatemanager",
  9126        build_file_proto_mode = "disable_global",
  9127        importpath = "cloud.google.com/go/certificatemanager",
  9128        sum = "h1:XURrQhj5COWAEvICivbGID/Hu67AvMYHAhMRIyc3Ux8=",
  9129        version = "v1.8.1",
  9130    )
  9131    go_repository(
  9132        name = "com_google_cloud_go_channel",
  9133        build_file_proto_mode = "disable_global",
  9134        importpath = "cloud.google.com/go/channel",
  9135        sum = "h1:PrplNaAS6Dn187e+OcGzyEKETX8iL3tCaDqcPPW7Zoo=",
  9136        version = "v1.17.7",
  9137    )
  9138    go_repository(
  9139        name = "com_google_cloud_go_cloudbuild",
  9140        build_file_proto_mode = "disable_global",
  9141        importpath = "cloud.google.com/go/cloudbuild",
  9142        sum = "h1:zkCG1dBezxRM3dtgQ9h1Y+IJ7V+lARWgp0l9k/SZsfU=",
  9143        version = "v1.16.1",
  9144    )
  9145    go_repository(
  9146        name = "com_google_cloud_go_clouddms",
  9147        build_file_proto_mode = "disable_global",
  9148        importpath = "cloud.google.com/go/clouddms",
  9149        sum = "h1:Q47KKoA0zsNcC9U5aCmop5TPPItVq4cx7Wwqgra+5PU=",
  9150        version = "v1.7.6",
  9151    )
  9152    go_repository(
  9153        name = "com_google_cloud_go_cloudsqlconn",
  9154        build_file_proto_mode = "disable_global",
  9155        importpath = "cloud.google.com/go/cloudsqlconn",
  9156        sum = "h1:8ixabtaDQKPjkYYY+cm+Zq7zvIonYzKfgOqfA/1s0PI=",
  9157        version = "v1.10.0",
  9158    )
  9159    go_repository(
  9160        name = "com_google_cloud_go_cloudtasks",
  9161        build_file_proto_mode = "disable_global",
  9162        importpath = "cloud.google.com/go/cloudtasks",
  9163        sum = "h1:Y0HUuiCAVk9BojLItOycBl91tY25NXH8oFsyi1IC/U4=",
  9164        version = "v1.12.8",
  9165    )
  9166    go_repository(
  9167        name = "com_google_cloud_go_compute",
  9168        build_file_proto_mode = "disable_global",
  9169        importpath = "cloud.google.com/go/compute",
  9170        sum = "h1:uHf0NN2nvxl1Gh4QO83yRCOdMK4zivtMS5gv0dEX0hg=",
  9171        version = "v1.26.0",
  9172    )
  9173    go_repository(
  9174        name = "com_google_cloud_go_compute_metadata",
  9175        build_file_proto_mode = "disable_global",
  9176        importpath = "cloud.google.com/go/compute/metadata",
  9177        sum = "h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=",
  9178        version = "v0.3.0",
  9179    )
  9180    go_repository(
  9181        name = "com_google_cloud_go_contactcenterinsights",
  9182        build_file_proto_mode = "disable_global",
  9183        importpath = "cloud.google.com/go/contactcenterinsights",
  9184        sum = "h1:46ertIh+cGkTg/lN7fN+TOx09SoM65dpdUp96vXBcMY=",
  9185        version = "v1.13.2",
  9186    )
  9187    go_repository(
  9188        name = "com_google_cloud_go_container",
  9189        build_file_proto_mode = "disable_global",
  9190        importpath = "cloud.google.com/go/container",
  9191        sum = "h1:Vbu/3PZNrgV1Z5DGcRubQdUccX/uMUDNc+NgHNIfbEk=",
  9192        version = "v1.35.1",
  9193    )
  9194    go_repository(
  9195        name = "com_google_cloud_go_containeranalysis",
  9196        build_file_proto_mode = "disable_global",
  9197        importpath = "cloud.google.com/go/containeranalysis",
  9198        sum = "h1:mSrneOVadcpnDZHJebg+ts/10azGTUKOCSQET7KdT7g=",
  9199        version = "v0.11.6",
  9200    )
  9201    go_repository(
  9202        name = "com_google_cloud_go_datacatalog",
  9203        build_file_proto_mode = "disable_global",
  9204        importpath = "cloud.google.com/go/datacatalog",
  9205        sum = "h1:czcba5mxwRM5V//jSadyig0y+8aOHmN7gUl9GbHu59E=",
  9206        version = "v1.20.1",
  9207    )
  9208    go_repository(
  9209        name = "com_google_cloud_go_dataflow",
  9210        build_file_proto_mode = "disable_global",
  9211        importpath = "cloud.google.com/go/dataflow",
  9212        sum = "h1:wKEakCbRevlwsWqTn34pWJUFmdbx0HKwpRH6HhU7NIs=",
  9213        version = "v0.9.7",
  9214    )
  9215    go_repository(
  9216        name = "com_google_cloud_go_dataform",
  9217        build_file_proto_mode = "disable_global",
  9218        importpath = "cloud.google.com/go/dataform",
  9219        sum = "h1:MiK1Us7YP9+sdNViUE4X2B2vLScrKcjOPw5b6uamZvE=",
  9220        version = "v0.9.4",
  9221    )
  9222    go_repository(
  9223        name = "com_google_cloud_go_datafusion",
  9224        build_file_proto_mode = "disable_global",
  9225        importpath = "cloud.google.com/go/datafusion",
  9226        sum = "h1:ViFnMnUK7LNcWvisZgihxXit76JxSHFeijYI5U/gjOE=",
  9227        version = "v1.7.7",
  9228    )
  9229    go_repository(
  9230        name = "com_google_cloud_go_datalabeling",
  9231        build_file_proto_mode = "disable_global",
  9232        importpath = "cloud.google.com/go/datalabeling",
  9233        sum = "h1:M6irSHns6VxMro+IbvDxDJLD6tkfjlW+mo2MPaM23KA=",
  9234        version = "v0.8.7",
  9235    )
  9236    go_repository(
  9237        name = "com_google_cloud_go_dataplex",
  9238        build_file_proto_mode = "disable_global",
  9239        importpath = "cloud.google.com/go/dataplex",
  9240        sum = "h1:e8SV0yKuSjgHEZaQcZwjKXe0ta1jZrvLxX/2i/IAG+8=",
  9241        version = "v1.16.0",
  9242    )
  9243    go_repository(
  9244        name = "com_google_cloud_go_dataproc",
  9245        build_file_proto_mode = "disable_global",
  9246        importpath = "cloud.google.com/go/dataproc",
  9247        sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=",
  9248        version = "v1.12.0",
  9249    )
  9250    go_repository(
  9251        name = "com_google_cloud_go_dataproc_v2",
  9252        build_file_proto_mode = "disable_global",
  9253        importpath = "cloud.google.com/go/dataproc/v2",
  9254        sum = "h1:RNMG5ffWKdbWOkwvjC4GqxLaxEaWFpm2hQCF2WFW/vo=",
  9255        version = "v2.4.2",
  9256    )
  9257    go_repository(
  9258        name = "com_google_cloud_go_dataqna",
  9259        build_file_proto_mode = "disable_global",
  9260        importpath = "cloud.google.com/go/dataqna",
  9261        sum = "h1:qM60MGNTGsSJuzAziVJjtRA7pGby2dA8OuqdVRe/lYo=",
  9262        version = "v0.8.7",
  9263    )
  9264    go_repository(
  9265        name = "com_google_cloud_go_datastore",
  9266        build_file_proto_mode = "disable_global",
  9267        importpath = "cloud.google.com/go/datastore",
  9268        sum = "h1:UEmzuUdyDE58HV2jcb0BoqwCAwsJS2mtHapCsMmhVh0=",
  9269        version = "v1.17.0",
  9270    )
  9271    go_repository(
  9272        name = "com_google_cloud_go_datastream",
  9273        build_file_proto_mode = "disable_global",
  9274        importpath = "cloud.google.com/go/datastream",
  9275        sum = "h1:FfNUy9j3aRQ99L4a5Rdm82RMuiw0BIe3lpPn2ykom8k=",
  9276        version = "v1.10.6",
  9277    )
  9278    go_repository(
  9279        name = "com_google_cloud_go_deploy",
  9280        build_file_proto_mode = "disable_global",
  9281        importpath = "cloud.google.com/go/deploy",
  9282        sum = "h1:T8kJ6me0zWZXHwWqiebEosNXyMnq12ZtJbnDj1CoGmE=",
  9283        version = "v1.18.1",
  9284    )
  9285    go_repository(
  9286        name = "com_google_cloud_go_dialogflow",
  9287        build_file_proto_mode = "disable_global",
  9288        importpath = "cloud.google.com/go/dialogflow",
  9289        sum = "h1:C9wQ0odRYQsar0XqwCQb0c13BkRBsoSjOaejOg5ntgQ=",
  9290        version = "v1.53.0",
  9291    )
  9292    go_repository(
  9293        name = "com_google_cloud_go_dlp",
  9294        build_file_proto_mode = "disable_global",
  9295        importpath = "cloud.google.com/go/dlp",
  9296        sum = "h1:T7p+nTgLyp++5WcYAYD9+hVA5TsYWD4zasD5LsoyhvU=",
  9297        version = "v1.13.0",
  9298    )
  9299    go_repository(
  9300        name = "com_google_cloud_go_documentai",
  9301        build_file_proto_mode = "disable_global",
  9302        importpath = "cloud.google.com/go/documentai",
  9303        sum = "h1:tLn+VjEf+xBhNo+UpecHFsrnx4RB2AQP2WH1DvggBUQ=",
  9304        version = "v1.28.0",
  9305    )
  9306    go_repository(
  9307        name = "com_google_cloud_go_domains",
  9308        build_file_proto_mode = "disable_global",
  9309        importpath = "cloud.google.com/go/domains",
  9310        sum = "h1:IixFIMRzUJWZUAOe8s/K2X4Bvtp0A3xjHLljfNC4aSo=",
  9311        version = "v0.9.7",
  9312    )
  9313    go_repository(
  9314        name = "com_google_cloud_go_edgecontainer",
  9315        build_file_proto_mode = "disable_global",
  9316        importpath = "cloud.google.com/go/edgecontainer",
  9317        sum = "h1:xa6MIQhGylE24QdWaxhfIfAJE3Pupcr+i77WEx3NJrg=",
  9318        version = "v1.2.1",
  9319    )
  9320    go_repository(
  9321        name = "com_google_cloud_go_errorreporting",
  9322        build_file_proto_mode = "disable_global",
  9323        importpath = "cloud.google.com/go/errorreporting",
  9324        sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=",
  9325        version = "v0.3.0",
  9326    )
  9327    go_repository(
  9328        name = "com_google_cloud_go_essentialcontacts",
  9329        build_file_proto_mode = "disable_global",
  9330        importpath = "cloud.google.com/go/essentialcontacts",
  9331        sum = "h1:p5Y7ZNVPiV9pEAHzvWiPcSiQRMQqcuHxOP0ZOP0vVww=",
  9332        version = "v1.6.8",
  9333    )
  9334    go_repository(
  9335        name = "com_google_cloud_go_eventarc",
  9336        build_file_proto_mode = "disable_global",
  9337        importpath = "cloud.google.com/go/eventarc",
  9338        sum = "h1:we+qx5uCZ88aQzQS3MJXRvAh/ik+EmqVyjcW1oYFW44=",
  9339        version = "v1.13.6",
  9340    )
  9341    go_repository(
  9342        name = "com_google_cloud_go_filestore",
  9343        build_file_proto_mode = "disable_global",
  9344        importpath = "cloud.google.com/go/filestore",
  9345        sum = "h1:CpRnsUpMU5gxUKyfh7TD0SM+E+7E4ORaDea2JctKfpY=",
  9346        version = "v1.8.3",
  9347    )
  9348    go_repository(
  9349        name = "com_google_cloud_go_firestore",
  9350        build_file_proto_mode = "disable_global",
  9351        importpath = "cloud.google.com/go/firestore",
  9352        sum = "h1:/k8ppuWOtNuDHt2tsRV42yI21uaGnKDEQnRFeBpbFF8=",
  9353        version = "v1.15.0",
  9354    )
  9355    go_repository(
  9356        name = "com_google_cloud_go_functions",
  9357        build_file_proto_mode = "disable_global",
  9358        importpath = "cloud.google.com/go/functions",
  9359        sum = "h1:83bd2lCgtu2nLbX2jrqsrQhIs7VuVA1N6Op5syeRVIg=",
  9360        version = "v1.16.2",
  9361    )
  9362    go_repository(
  9363        name = "com_google_cloud_go_gaming",
  9364        build_file_proto_mode = "disable_global",
  9365        importpath = "cloud.google.com/go/gaming",
  9366        sum = "h1:5qZmZEWzMf8GEFgm9NeC3bjFRpt7x4S6U7oLbxaf7N8=",
  9367        version = "v1.10.1",
  9368    )
  9369    go_repository(
  9370        name = "com_google_cloud_go_gkebackup",
  9371        build_file_proto_mode = "disable_global",
  9372        importpath = "cloud.google.com/go/gkebackup",
  9373        sum = "h1:8WsRfKbElUgN8NTD1sYfRDteztxl9KPRvx4SgSGGXcg=",
  9374        version = "v1.4.1",
  9375    )
  9376    go_repository(
  9377        name = "com_google_cloud_go_gkeconnect",
  9378        build_file_proto_mode = "disable_global",
  9379        importpath = "cloud.google.com/go/gkeconnect",
  9380        sum = "h1:BfXsTXYs5xlicAlgbtlo8Cw+YdzU3PrlBg7dATJUwrk=",
  9381        version = "v0.8.7",
  9382    )
  9383    go_repository(
  9384        name = "com_google_cloud_go_gkehub",
  9385        build_file_proto_mode = "disable_global",
  9386        importpath = "cloud.google.com/go/gkehub",
  9387        sum = "h1:bHwcvgh8AmcYm6p6/ZrWW3a7J7sKBDtqtsyVXKssnPs=",
  9388        version = "v0.14.7",
  9389    )
  9390    go_repository(
  9391        name = "com_google_cloud_go_gkemulticloud",
  9392        build_file_proto_mode = "disable_global",
  9393        importpath = "cloud.google.com/go/gkemulticloud",
  9394        sum = "h1:YtLvUpB/YGjrrloG6IXAo45BdviOHr4Emde3ABYuhlI=",
  9395        version = "v1.1.3",
  9396    )
  9397    go_repository(
  9398        name = "com_google_cloud_go_grafeas",
  9399        build_file_proto_mode = "disable_global",
  9400        importpath = "cloud.google.com/go/grafeas",
  9401        sum = "h1:oyTL/KjiUeBs9eYLw/40cpSZglUC+0F7X4iu/8t7NWs=",
  9402        version = "v0.3.0",
  9403    )
  9404    go_repository(
  9405        name = "com_google_cloud_go_gsuiteaddons",
  9406        build_file_proto_mode = "disable_global",
  9407        importpath = "cloud.google.com/go/gsuiteaddons",
  9408        sum = "h1:06Jg3JeLslEfBYX1sDqOPLnF7a3wmhNcDUXF/fVOb50=",
  9409        version = "v1.6.7",
  9410    )
  9411    go_repository(
  9412        name = "com_google_cloud_go_iam",
  9413        build_file_proto_mode = "disable_global",
  9414        importpath = "cloud.google.com/go/iam",
  9415        sum = "h1:r7umDwhj+BQyz0ScZMp4QrGXjSTI3ZINnpgU2nlB/K0=",
  9416        version = "v1.1.8",
  9417    )
  9418    go_repository(
  9419        name = "com_google_cloud_go_iap",
  9420        build_file_proto_mode = "disable_global",
  9421        importpath = "cloud.google.com/go/iap",
  9422        sum = "h1:rcuRS9XfOgr1v6TAoihVeSXntOnpVhFlVHtPfgOkLAo=",
  9423        version = "v1.9.6",
  9424    )
  9425    go_repository(
  9426        name = "com_google_cloud_go_ids",
  9427        build_file_proto_mode = "disable_global",
  9428        importpath = "cloud.google.com/go/ids",
  9429        sum = "h1:wtd+r415yrfZ8LsB6yH6WrOZ26tYt7w6wy3i5a4HQZ8=",
  9430        version = "v1.4.7",
  9431    )
  9432    go_repository(
  9433        name = "com_google_cloud_go_iot",
  9434        build_file_proto_mode = "disable_global",
  9435        importpath = "cloud.google.com/go/iot",
  9436        sum = "h1:M9SKIj9eoxoXCzytkLZVAuf5wmoui1OeDqEjC97wRbY=",
  9437        version = "v1.7.7",
  9438    )
  9439    go_repository(
  9440        name = "com_google_cloud_go_kms",
  9441        build_file_proto_mode = "disable_global",
  9442        importpath = "cloud.google.com/go/kms",
  9443        sum = "h1:1yZsRPhmargZOmY+fVAh8IKiR9HzCb0U1zsxb5g2nRY=",
  9444        version = "v1.16.0",
  9445    )
  9446    go_repository(
  9447        name = "com_google_cloud_go_language",
  9448        build_file_proto_mode = "disable_global",
  9449        importpath = "cloud.google.com/go/language",
  9450        sum = "h1:kOYJEcuZgyUX/i/4DFrfXPcrddm1XCQD2lDI5hIFmZQ=",
  9451        version = "v1.12.5",
  9452    )
  9453    go_repository(
  9454        name = "com_google_cloud_go_lifesciences",
  9455        build_file_proto_mode = "disable_global",
  9456        importpath = "cloud.google.com/go/lifesciences",
  9457        sum = "h1:qqEmApr5YFOQjkrU8Jy6o6QpkESqfGbfrE6bnUZZbV8=",
  9458        version = "v0.9.7",
  9459    )
  9460    go_repository(
  9461        name = "com_google_cloud_go_logging",
  9462        build_file_proto_mode = "disable_global",
  9463        importpath = "cloud.google.com/go/logging",
  9464        sum = "h1:f+ZXMqyrSJ5vZ5pE/zr0xC8y/M9BLNzQeLBwfeZ+wY4=",
  9465        version = "v1.10.0",
  9466    )
  9467    go_repository(
  9468        name = "com_google_cloud_go_longrunning",
  9469        build_file_proto_mode = "disable_global",
  9470        importpath = "cloud.google.com/go/longrunning",
  9471        sum = "h1:WLbHekDbjK1fVFD3ibpFFVoyizlLRl73I7YKuAKilhU=",
  9472        version = "v0.5.7",
  9473    )
  9474    go_repository(
  9475        name = "com_google_cloud_go_managedidentities",
  9476        build_file_proto_mode = "disable_global",
  9477        importpath = "cloud.google.com/go/managedidentities",
  9478        sum = "h1:uWA9WQyfA0JdkeAFymWUsa3qE9tC33LUElla790Ou1A=",
  9479        version = "v1.6.7",
  9480    )
  9481    go_repository(
  9482        name = "com_google_cloud_go_maps",
  9483        build_file_proto_mode = "disable_global",
  9484        importpath = "cloud.google.com/go/maps",
  9485        sum = "h1:5YN10WezMH6F6kArbtncv0emH2aDDZcthpcmF2zYeOg=",
  9486        version = "v1.8.0",
  9487    )
  9488    go_repository(
  9489        name = "com_google_cloud_go_mediatranslation",
  9490        build_file_proto_mode = "disable_global",
  9491        importpath = "cloud.google.com/go/mediatranslation",
  9492        sum = "h1:izgww3TlyvWyDWdFKnrASpbh12IkAuw8o2ION8sAjX0=",
  9493        version = "v0.8.7",
  9494    )
  9495    go_repository(
  9496        name = "com_google_cloud_go_memcache",
  9497        build_file_proto_mode = "disable_global",
  9498        importpath = "cloud.google.com/go/memcache",
  9499        sum = "h1:hE7f3ze3+eWh/EbYXEz7oXkm0LXcr7UCoLklwi7gsLU=",
  9500        version = "v1.10.7",
  9501    )
  9502    go_repository(
  9503        name = "com_google_cloud_go_metastore",
  9504        build_file_proto_mode = "disable_global",
  9505        importpath = "cloud.google.com/go/metastore",
  9506        sum = "h1:otHcJkci5f/sNRedrSM7eM81QRnu0yZ3HvkvWGphABA=",
  9507        version = "v1.13.6",
  9508    )
  9509    go_repository(
  9510        name = "com_google_cloud_go_monitoring",
  9511        build_file_proto_mode = "disable_global",
  9512        importpath = "cloud.google.com/go/monitoring",
  9513        sum = "h1:NCXf8hfQi+Kmr56QJezXRZ6GPb80ZI7El1XztyUuLQI=",
  9514        version = "v1.19.0",
  9515    )
  9516    go_repository(
  9517        name = "com_google_cloud_go_networkconnectivity",
  9518        build_file_proto_mode = "disable_global",
  9519        importpath = "cloud.google.com/go/networkconnectivity",
  9520        sum = "h1:jYpQ86mZ7OYZc7WadvCIlIaPXmXhr5nD7wgE/ekMVpM=",
  9521        version = "v1.14.6",
  9522    )
  9523    go_repository(
  9524        name = "com_google_cloud_go_networkmanagement",
  9525        build_file_proto_mode = "disable_global",
  9526        importpath = "cloud.google.com/go/networkmanagement",
  9527        sum = "h1:Ex1/aYkA0areleSmOGXHvEFBGohteIYJr2SGPrjOUe0=",
  9528        version = "v1.13.2",
  9529    )
  9530    go_repository(
  9531        name = "com_google_cloud_go_networksecurity",
  9532        build_file_proto_mode = "disable_global",
  9533        importpath = "cloud.google.com/go/networksecurity",
  9534        sum = "h1:aepEkfiwOvUL9eu3ginVZhTaXDRHncQKi9lTT1BycH0=",
  9535        version = "v0.9.7",
  9536    )
  9537    go_repository(
  9538        name = "com_google_cloud_go_notebooks",
  9539        build_file_proto_mode = "disable_global",
  9540        importpath = "cloud.google.com/go/notebooks",
  9541        sum = "h1:sFU1ETg1HfIN/Tev8gD0dleAITLv7cHp0JClwFmJ6bo=",
  9542        version = "v1.11.5",
  9543    )
  9544    go_repository(
  9545        name = "com_google_cloud_go_optimization",
  9546        build_file_proto_mode = "disable_global",
  9547        importpath = "cloud.google.com/go/optimization",
  9548        sum = "h1:FPfowA/LEckKTQT0A4NJMI2bSou999c2ZyFX1zGiYxY=",
  9549        version = "v1.6.5",
  9550    )
  9551    go_repository(
  9552        name = "com_google_cloud_go_orchestration",
  9553        build_file_proto_mode = "disable_global",
  9554        importpath = "cloud.google.com/go/orchestration",
  9555        sum = "h1:C2WL4ZnclXsh4XickGhKYKlPjqVZj35y1sbRjdsZ3g4=",
  9556        version = "v1.9.2",
  9557    )
  9558    go_repository(
  9559        name = "com_google_cloud_go_orgpolicy",
  9560        build_file_proto_mode = "disable_global",
  9561        importpath = "cloud.google.com/go/orgpolicy",
  9562        sum = "h1:fGftW2bPi8vTjQm57xlwtLBZQcrgC+c3HMFBzJ+KWPc=",
  9563        version = "v1.12.3",
  9564    )
  9565    go_repository(
  9566        name = "com_google_cloud_go_osconfig",
  9567        build_file_proto_mode = "disable_global",
  9568        importpath = "cloud.google.com/go/osconfig",
  9569        sum = "h1:HXsXGFaFaLTklwKgSob/GSE+c3verYDQDgreFaosxyc=",
  9570        version = "v1.12.7",
  9571    )
  9572    go_repository(
  9573        name = "com_google_cloud_go_oslogin",
  9574        build_file_proto_mode = "disable_global",
  9575        importpath = "cloud.google.com/go/oslogin",
  9576        sum = "h1:7AgOWH1oMPrB1AVU0/f47ADdOt+XfdBY7QRb8tcMUp8=",
  9577        version = "v1.13.3",
  9578    )
  9579    go_repository(
  9580        name = "com_google_cloud_go_phishingprotection",
  9581        build_file_proto_mode = "disable_global",
  9582        importpath = "cloud.google.com/go/phishingprotection",
  9583        sum = "h1:CbCjfR/pgDHyRMu94o9nuGwaONEcarWnUfSGGw+I2ZI=",
  9584        version = "v0.8.7",
  9585    )
  9586    go_repository(
  9587        name = "com_google_cloud_go_policytroubleshooter",
  9588        build_file_proto_mode = "disable_global",
  9589        importpath = "cloud.google.com/go/policytroubleshooter",
  9590        sum = "h1:LGt85MZUKlq9oqsbBL9+M6jAyeuR1TtCx6k5HfAQxTY=",
  9591        version = "v1.10.5",
  9592    )
  9593    go_repository(
  9594        name = "com_google_cloud_go_privatecatalog",
  9595        build_file_proto_mode = "disable_global",
  9596        importpath = "cloud.google.com/go/privatecatalog",
  9597        sum = "h1:wGZKKJhYyuf4gcAEywQqQ6F19yxhBJGnzgyxOTbJjBw=",
  9598        version = "v0.9.7",
  9599    )
  9600    go_repository(
  9601        name = "com_google_cloud_go_profiler",
  9602        build_file_proto_mode = "disable_global",
  9603        importpath = "cloud.google.com/go/profiler",
  9604        sum = "h1:ZeRDZbsOBDyRG0OiK0Op1/XWZ3xeLwJc9zjkzczUxyY=",
  9605        version = "v0.4.0",
  9606    )
  9607    go_repository(
  9608        name = "com_google_cloud_go_pubsub",
  9609        build_file_proto_mode = "disable_global",
  9610        importpath = "cloud.google.com/go/pubsub",
  9611        sum = "h1:J1OT7h51ifATIedjqk/uBNPh+1hkvUaH4VKbz4UuAsc=",
  9612        version = "v1.38.0",
  9613    )
  9614    go_repository(
  9615        name = "com_google_cloud_go_pubsublite",
  9616        build_file_proto_mode = "disable_global",
  9617        importpath = "cloud.google.com/go/pubsublite",
  9618        sum = "h1:pX+idpWMIH30/K7c0epN6V703xpIcMXWRjKJsz0tYGY=",
  9619        version = "v1.8.1",
  9620    )
  9621    go_repository(
  9622        name = "com_google_cloud_go_recaptchaenterprise",
  9623        build_file_proto_mode = "disable_global",
  9624        importpath = "cloud.google.com/go/recaptchaenterprise",
  9625        sum = "h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ=",
  9626        version = "v1.3.1",
  9627    )
  9628    go_repository(
  9629        name = "com_google_cloud_go_recaptchaenterprise_v2",
  9630        build_file_proto_mode = "disable_global",
  9631        importpath = "cloud.google.com/go/recaptchaenterprise/v2",
  9632        sum = "h1:+QG02kE63W13vXI+rwAxFF3EhGX6K7gXwFz9OKwKcHw=",
  9633        version = "v2.13.0",
  9634    )
  9635    go_repository(
  9636        name = "com_google_cloud_go_recommendationengine",
  9637        build_file_proto_mode = "disable_global",
  9638        importpath = "cloud.google.com/go/recommendationengine",
  9639        sum = "h1:N6n/TEr0FQzeP4ZtvF5daMszOhdZI94uMiPiAi9kFMo=",
  9640        version = "v0.8.7",
  9641    )
  9642    go_repository(
  9643        name = "com_google_cloud_go_recommender",
  9644        build_file_proto_mode = "disable_global",
  9645        importpath = "cloud.google.com/go/recommender",
  9646        sum = "h1:v9x75vXP5wMXw3QG3xmgjVHLlqYufuLn/ht3oNWCA3w=",
  9647        version = "v1.12.3",
  9648    )
  9649    go_repository(
  9650        name = "com_google_cloud_go_redis",
  9651        build_file_proto_mode = "disable_global",
  9652        importpath = "cloud.google.com/go/redis",
  9653        sum = "h1:vXRKu2ekEBqiTSdm4Qu39MqMob0PP6IQwPyQUpEgue4=",
  9654        version = "v1.14.4",
  9655    )
  9656    go_repository(
  9657        name = "com_google_cloud_go_resourcemanager",
  9658        build_file_proto_mode = "disable_global",
  9659        importpath = "cloud.google.com/go/resourcemanager",
  9660        sum = "h1:SdvD0PaPX60+yeKoSe16mawFpM0EPuiPPihTIVlhRsY=",
  9661        version = "v1.9.7",
  9662    )
  9663    go_repository(
  9664        name = "com_google_cloud_go_resourcesettings",
  9665        build_file_proto_mode = "disable_global",
  9666        importpath = "cloud.google.com/go/resourcesettings",
  9667        sum = "h1:88SlpWtogkwjMuYTEl//qm36azX1OpawThAyvXT/hHw=",
  9668        version = "v1.6.7",
  9669    )
  9670    go_repository(
  9671        name = "com_google_cloud_go_retail",
  9672        build_file_proto_mode = "disable_global",
  9673        importpath = "cloud.google.com/go/retail",
  9674        sum = "h1:msP5a8BOxVym2DvoubeWAxAeV6VhYkKnYHc2XOkd/+U=",
  9675        version = "v1.16.2",
  9676    )
  9677    go_repository(
  9678        name = "com_google_cloud_go_run",
  9679        build_file_proto_mode = "disable_global",
  9680        importpath = "cloud.google.com/go/run",
  9681        sum = "h1:E4Z5e681Qh7UJrJRMCgYhp+3tkcoXiaKGh3UZmUPaAQ=",
  9682        version = "v1.3.7",
  9683    )
  9684    go_repository(
  9685        name = "com_google_cloud_go_scheduler",
  9686        build_file_proto_mode = "disable_global",
  9687        importpath = "cloud.google.com/go/scheduler",
  9688        sum = "h1:Jn/unfNUgRiNJRc1nrApzimKiVj91UYlLT8mMfpUu48=",
  9689        version = "v1.10.8",
  9690    )
  9691    go_repository(
  9692        name = "com_google_cloud_go_secretmanager",
  9693        build_file_proto_mode = "disable_global",
  9694        importpath = "cloud.google.com/go/secretmanager",
  9695        sum = "h1:nQ/Ca2Gzm/OEP8tr1hiFdHRi5wAnAmsm9qTjwkivyrQ=",
  9696        version = "v1.13.0",
  9697    )
  9698    go_repository(
  9699        name = "com_google_cloud_go_security",
  9700        build_file_proto_mode = "disable_global",
  9701        importpath = "cloud.google.com/go/security",
  9702        sum = "h1:9Jn8BJpkq8MflNzTdrX4m+SVp2+WeqVhbFiwyNIoXuM=",
  9703        version = "v1.16.1",
  9704    )
  9705    go_repository(
  9706        name = "com_google_cloud_go_securitycenter",
  9707        build_file_proto_mode = "disable_global",
  9708        importpath = "cloud.google.com/go/securitycenter",
  9709        sum = "h1:Y8C0I/mzLbaxAl5cw3EaLox0Rvpy+VUwEuCGWIQDMU8=",
  9710        version = "v1.30.0",
  9711    )
  9712    go_repository(
  9713        name = "com_google_cloud_go_servicecontrol",
  9714        build_file_proto_mode = "disable_global",
  9715        importpath = "cloud.google.com/go/servicecontrol",
  9716        sum = "h1:d0uV7Qegtfaa7Z2ClDzr9HJmnbJW7jn0WhZ7wOX6hLE=",
  9717        version = "v1.11.1",
  9718    )
  9719    go_repository(
  9720        name = "com_google_cloud_go_servicedirectory",
  9721        build_file_proto_mode = "disable_global",
  9722        importpath = "cloud.google.com/go/servicedirectory",
  9723        sum = "h1:sWvEqg3CLcRu2dgGnQ4479CzGFgGJxlcGtRtlPL450M=",
  9724        version = "v1.11.6",
  9725    )
  9726    go_repository(
  9727        name = "com_google_cloud_go_servicemanagement",
  9728        build_file_proto_mode = "disable_global",
  9729        importpath = "cloud.google.com/go/servicemanagement",
  9730        sum = "h1:fopAQI/IAzlxnVeiKn/8WiV6zKndjFkvi+gzu+NjywY=",
  9731        version = "v1.8.0",
  9732    )
  9733    go_repository(
  9734        name = "com_google_cloud_go_serviceusage",
  9735        build_file_proto_mode = "disable_global",
  9736        importpath = "cloud.google.com/go/serviceusage",
  9737        sum = "h1:rXyq+0+RSIm3HFypctp7WoXxIA563rn206CfMWdqXX4=",
  9738        version = "v1.6.0",
  9739    )
  9740    go_repository(
  9741        name = "com_google_cloud_go_shell",
  9742        build_file_proto_mode = "disable_global",
  9743        importpath = "cloud.google.com/go/shell",
  9744        sum = "h1:HxCzcUxSsCh6FJWkmbOUrGI1sKe4E1Yy4vaykn4RhJ4=",
  9745        version = "v1.7.7",
  9746    )
  9747    go_repository(
  9748        name = "com_google_cloud_go_spanner",
  9749        build_file_proto_mode = "disable_global",
  9750        importpath = "cloud.google.com/go/spanner",
  9751        sum = "h1:P7XRZDjBnNw+3tHkPrtWzcxtC3Cqhm+X0vWrO61Ry58=",
  9752        version = "v1.61.0",
  9753    )
  9754    go_repository(
  9755        name = "com_google_cloud_go_speech",
  9756        build_file_proto_mode = "disable_global",
  9757        importpath = "cloud.google.com/go/speech",
  9758        sum = "h1:TcWEAOLQH1Lb2fhHS6/GjvAh+ue0dt4xUDHXHG6vF04=",
  9759        version = "v1.23.1",
  9760    )
  9761    go_repository(
  9762        name = "com_google_cloud_go_storage",
  9763        build_file_proto_mode = "disable_global",
  9764        importpath = "cloud.google.com/go/storage",
  9765        sum = "h1:RusiwatSu6lHeEXe3kglxakAmAbfV+rhtPqA6i8RBx0=",
  9766        version = "v1.41.0",
  9767    )
  9768    go_repository(
  9769        name = "com_google_cloud_go_storagetransfer",
  9770        build_file_proto_mode = "disable_global",
  9771        importpath = "cloud.google.com/go/storagetransfer",
  9772        sum = "h1:CXmoNEvz7y2NtHFZuH3Z8ASN43rxRINWa2Q/IlBzM2k=",
  9773        version = "v1.10.6",
  9774    )
  9775    go_repository(
  9776        name = "com_google_cloud_go_talent",
  9777        build_file_proto_mode = "disable_global",
  9778        importpath = "cloud.google.com/go/talent",
  9779        sum = "h1:RoyEtftfJrbwJcu63zuWE4IjC76xMyVsJBhmleIp3bE=",
  9780        version = "v1.6.8",
  9781    )
  9782    go_repository(
  9783        name = "com_google_cloud_go_texttospeech",
  9784        build_file_proto_mode = "disable_global",
  9785        importpath = "cloud.google.com/go/texttospeech",
  9786        sum = "h1:qR6Mu+EM2OfaZR1/Rl8BDBTVfi2X5OtwKKvJRSQyG+o=",
  9787        version = "v1.7.7",
  9788    )
  9789    go_repository(
  9790        name = "com_google_cloud_go_tpu",
  9791        build_file_proto_mode = "disable_global",
  9792        importpath = "cloud.google.com/go/tpu",
  9793        sum = "h1:ngQokxUB1z2gvHn3vAf04m7SFnNYMiQIIpny81fCGAs=",
  9794        version = "v1.6.7",
  9795    )
  9796    go_repository(
  9797        name = "com_google_cloud_go_trace",
  9798        build_file_proto_mode = "disable_global",
  9799        importpath = "cloud.google.com/go/trace",
  9800        sum = "h1:gK8z2BIJQ3KIYGddw9RJLne5Fx0FEXkrEQzPaeEYVvk=",
  9801        version = "v1.10.7",
  9802    )
  9803    go_repository(
  9804        name = "com_google_cloud_go_translate",
  9805        build_file_proto_mode = "disable_global",
  9806        importpath = "cloud.google.com/go/translate",
  9807        sum = "h1:g+B29z4gtRGsiKDoTF+bNeH25bLRokAaElygX2FcZkE=",
  9808        version = "v1.10.3",
  9809    )
  9810    go_repository(
  9811        name = "com_google_cloud_go_video",
  9812        build_file_proto_mode = "disable_global",
  9813        importpath = "cloud.google.com/go/video",
  9814        sum = "h1:YZHUgiIHE77SdZNT6gjagoni5GRcUkkrm4YCFFPqtBw=",
  9815        version = "v1.20.6",
  9816    )
  9817    go_repository(
  9818        name = "com_google_cloud_go_videointelligence",
  9819        build_file_proto_mode = "disable_global",
  9820        importpath = "cloud.google.com/go/videointelligence",
  9821        sum = "h1:SKBkFTuOclESLjQL1LwraqVFm2fL5oL9tbzKITU+FOY=",
  9822        version = "v1.11.7",
  9823    )
  9824    go_repository(
  9825        name = "com_google_cloud_go_vision",
  9826        build_file_proto_mode = "disable_global",
  9827        importpath = "cloud.google.com/go/vision",
  9828        sum = "h1:/CsSTkbmO9HC8iQpxbK8ATms3OQaX3YQUeTMGCxlaK4=",
  9829        version = "v1.2.0",
  9830    )
  9831    go_repository(
  9832        name = "com_google_cloud_go_vision_v2",
  9833        build_file_proto_mode = "disable_global",
  9834        importpath = "cloud.google.com/go/vision/v2",
  9835        sum = "h1:j9RxG8DcyJO/D7/ps2pOey8VZys+TMqF79bWAhuM7QU=",
  9836        version = "v2.8.2",
  9837    )
  9838    go_repository(
  9839        name = "com_google_cloud_go_vmmigration",
  9840        build_file_proto_mode = "disable_global",
  9841        importpath = "cloud.google.com/go/vmmigration",
  9842        sum = "h1:bf2qKqEN7iqT62IptQ/FDadoDLJI9sthyrW3PVaH8bY=",
  9843        version = "v1.7.7",
  9844    )
  9845    go_repository(
  9846        name = "com_google_cloud_go_vmwareengine",
  9847        build_file_proto_mode = "disable_global",
  9848        importpath = "cloud.google.com/go/vmwareengine",
  9849        sum = "h1:x4KwHB4JlBEzMaITVhrbbpHrU+2I5LrlvHGEEluT0vc=",
  9850        version = "v1.1.3",
  9851    )
  9852    go_repository(
  9853        name = "com_google_cloud_go_vpcaccess",
  9854        build_file_proto_mode = "disable_global",
  9855        importpath = "cloud.google.com/go/vpcaccess",
  9856        sum = "h1:F5woMLufKnshmDvPVxCzoC+Di12RYXQ1W8kNmpBT8z0=",
  9857        version = "v1.7.7",
  9858    )
  9859    go_repository(
  9860        name = "com_google_cloud_go_webrisk",
  9861        build_file_proto_mode = "disable_global",
  9862        importpath = "cloud.google.com/go/webrisk",
  9863        sum = "h1:EWTSVagWWeQjVAsebiF/wJMwC5bq6Zz3LqOmD9Uid4s=",
  9864        version = "v1.9.7",
  9865    )
  9866    go_repository(
  9867        name = "com_google_cloud_go_websecurityscanner",
  9868        build_file_proto_mode = "disable_global",
  9869        importpath = "cloud.google.com/go/websecurityscanner",
  9870        sum = "h1:R5OW5SNRqD0DSEmyWLUMNYAXWYnz/NLSXBawVFrc9a0=",
  9871        version = "v1.6.7",
  9872    )
  9873    go_repository(
  9874        name = "com_google_cloud_go_workflows",
  9875        build_file_proto_mode = "disable_global",
  9876        importpath = "cloud.google.com/go/workflows",
  9877        sum = "h1:2bE69mh68law1UZWPjgmvOQsjsGSppRudABAXwNAy58=",
  9878        version = "v1.12.6",
  9879    )
  9880    go_repository(
  9881        name = "com_lukechampine_frand",
  9882        build_file_proto_mode = "disable_global",
  9883        importpath = "lukechampine.com/frand",
  9884        sum = "h1:RzFIpOvkMXuPMBb9maa4ND4wjBn71E1Jpf8BzJHMaVw=",
  9885        version = "v1.4.2",
  9886    )
  9887    go_repository(
  9888        name = "com_lukechampine_uint128",
  9889        build_file_proto_mode = "disable_global",
  9890        importpath = "lukechampine.com/uint128",
  9891        sum = "h1:cDdUVfRwDUDovz610ABgFD17nXD4/uDgVHl2sC3+sbo=",
  9892        version = "v1.3.0",
  9893    )
  9894    go_repository(
  9895        name = "com_nullprogram_x_optparse",
  9896        build_file_proto_mode = "disable_global",
  9897        importpath = "nullprogram.com/x/optparse",
  9898        sum = "h1:xGFgVi5ZaWOnYdac2foDT3vg0ZZC9ErXFV57mr4OHrI=",
  9899        version = "v1.0.0",
  9900    )
  9901    go_repository(
  9902        name = "com_shuralyov_dmitri_gpu_mtl",
  9903        build_file_proto_mode = "disable_global",
  9904        importpath = "dmitri.shuralyov.com/gpu/mtl",
  9905        sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
  9906        version = "v0.0.0-20190408044501-666a987793e9",
  9907    )
  9908
  9909    go_repository(
  9910        name = "com_sslmate_software_src_go_pkcs12",
  9911        build_file_proto_mode = "disable_global",
  9912        importpath = "software.sslmate.com/src/go-pkcs12",
  9913        sum = "h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=",
  9914        version = "v0.4.0",
  9915    )
  9916    go_repository(
  9917        name = "com_terrastruct_oss_d2",
  9918        build_file_proto_mode = "disable_global",
  9919        importpath = "oss.terrastruct.com/d2",
  9920        sum = "h1:5VzKCObs9HI1J8JmpiGCPLitCEX+YFyUMDXiq9VFd/8=",
  9921        version = "v0.6.3",
  9922    )
  9923    go_repository(
  9924        name = "com_terrastruct_oss_util_go",
  9925        build_file_proto_mode = "disable_global",
  9926        importpath = "oss.terrastruct.com/util-go",
  9927        sum = "h1:n6y6RoZCgZDchN4gLGlzNRO1Jdf9xOGGqohDBph5BG8=",
  9928        version = "v0.0.0-20231101220827-55b3812542c2",
  9929    )
  9930    go_repository(
  9931        name = "dev_cdr_slog",
  9932        build_file_proto_mode = "disable_global",
  9933        importpath = "cdr.dev/slog",
  9934        sum = "h1:Jf+VOk2lif79HeTlnLaZ70zYTsuVSUEu/47U9VaG2Rw=",
  9935        version = "v1.4.2-0.20221206192828-e4803b10ae17",
  9936    )
  9937    go_repository(
  9938        name = "dev_cuelabs_go_oci_ociregistry",
  9939        build_file_proto_mode = "disable_global",
  9940        importpath = "cuelabs.dev/go/oci/ociregistry",
  9941        sum = "h1:GwCVItFUPxwdsEYnlUcJ6PJxOjTeFFCKOh6QWg4oAzQ=",
  9942        version = "v0.0.0-20240314152124-224736b49f2e",
  9943    )
  9944    go_repository(
  9945        name = "dev_gocloud",
  9946        build_file_proto_mode = "disable_global",
  9947        importpath = "gocloud.dev",
  9948        sum = "h1:XF1rN6R0qZI/9DYjN16Uy0durAmSlf58DHOcb28GPro=",
  9949        version = "v0.37.0",
  9950    )
  9951
  9952    go_repository(
  9953        name = "ht_sr_git_sbinet_gg",
  9954        build_file_proto_mode = "disable_global",
  9955        importpath = "git.sr.ht/~sbinet/gg",
  9956        sum = "h1:6V43j30HM623V329xA9Ntq+WJrMjDxRjuAB1LFWF5m8=",
  9957        version = "v0.5.0",
  9958    )
  9959    go_repository(
  9960        name = "in_gopkg_airbrake_gobrake_v2",
  9961        build_file_proto_mode = "disable_global",
  9962        importpath = "gopkg.in/airbrake/gobrake.v2",
  9963        sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=",
  9964        version = "v2.0.9",
  9965    )
  9966    go_repository(
  9967        name = "in_gopkg_alecthomas_kingpin_v2",
  9968        build_file_proto_mode = "disable_global",
  9969        importpath = "gopkg.in/alecthomas/kingpin.v2",
  9970        sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
  9971        version = "v2.2.6",
  9972    )
  9973    go_repository(
  9974        name = "in_gopkg_alexcesaro_quotedprintable_v3",
  9975        build_file_proto_mode = "disable_global",
  9976        importpath = "gopkg.in/alexcesaro/quotedprintable.v3",
  9977        sum = "h1:2gGKlE2+asNV9m7xrywl36YYNnBG5ZQ0r/BOOxqPpmk=",
  9978        version = "v3.0.0-20150716171945-2caba252f4dc",
  9979    )
  9980    go_repository(
  9981        name = "in_gopkg_check_v1",
  9982        build_file_proto_mode = "disable_global",
  9983        importpath = "gopkg.in/check.v1",
  9984        sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=",
  9985        version = "v1.0.0-20201130134442-10cb98267c6c",
  9986    )
  9987    go_repository(
  9988        name = "in_gopkg_cheggaaa_pb_v1",
  9989        build_file_proto_mode = "disable_global",
  9990        importpath = "gopkg.in/cheggaaa/pb.v1",
  9991        sum = "h1:n1tBJnnK2r7g9OW2btFH91V92STTUevLXYFb8gy9EMk=",
  9992        version = "v1.0.28",
  9993    )
  9994
  9995    go_repository(
  9996        name = "in_gopkg_datadog_dd_trace_go_v1",
  9997        build_file_proto_mode = "disable_global",
  9998        importpath = "gopkg.in/DataDog/dd-trace-go.v1",
  9999        sum = "h1:WGVt9dwn9vNeWZVdDYzjGQbEW8CghAkJlrC8w80jFVY=",
 10000        version = "v1.27.0",
 10001    )
 10002    go_repository(
 10003        name = "in_gopkg_errgo_v2",
 10004        build_file_proto_mode = "disable_global",
 10005        importpath = "gopkg.in/errgo.v2",
 10006        sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
 10007        version = "v2.1.0",
 10008    )
 10009    go_repository(
 10010        name = "in_gopkg_evanphx_json_patch_v4",
 10011        build_file_proto_mode = "disable_global",
 10012        importpath = "gopkg.in/evanphx/json-patch.v4",
 10013        sum = "h1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4=",
 10014        version = "v4.12.0",
 10015    )
 10016    go_repository(
 10017        name = "in_gopkg_fsnotify_v1",
 10018        build_file_proto_mode = "disable_global",
 10019        importpath = "gopkg.in/fsnotify.v1",
 10020        sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
 10021        version = "v1.4.7",
 10022    )
 10023    go_repository(
 10024        name = "in_gopkg_gcfg_v1",
 10025        build_file_proto_mode = "disable_global",
 10026        importpath = "gopkg.in/gcfg.v1",
 10027        sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=",
 10028        version = "v1.2.3",
 10029    )
 10030    go_repository(
 10031        name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
 10032        build_file_proto_mode = "disable_global",
 10033        importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
 10034        sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=",
 10035        version = "v2.1.2",
 10036    )
 10037    go_repository(
 10038        name = "in_gopkg_ghodss_yaml_v1",
 10039        build_file_proto_mode = "disable_global",
 10040        importpath = "gopkg.in/ghodss/yaml.v1",
 10041        sum = "h1:JlY4R6oVz+ZSvcDhVfNQ/k/8Xo6yb2s1PBhslPZPX4c=",
 10042        version = "v1.0.0",
 10043    )
 10044    go_repository(
 10045        name = "in_gopkg_go_jose_go_jose_v2",
 10046        build_file_proto_mode = "disable_global",
 10047        importpath = "gopkg.in/go-jose/go-jose.v2",
 10048        sum = "h1:nt80fvSDlhKWQgSWyHyy5CfmlQr+asih51R8PTWNKKs=",
 10049        version = "v2.6.3",
 10050    )
 10051
 10052    go_repository(
 10053        name = "in_gopkg_go_playground_assert_v1",
 10054        build_file_proto_mode = "disable_global",
 10055        importpath = "gopkg.in/go-playground/assert.v1",
 10056        sum = "h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=",
 10057        version = "v1.2.1",
 10058    )
 10059    go_repository(
 10060        name = "in_gopkg_go_playground_mold_v2",
 10061        build_file_proto_mode = "disable_global",
 10062        importpath = "gopkg.in/go-playground/mold.v2",
 10063        sum = "h1:Y4IYB4/HYQfuq43zaKh6vs9cVelLE9qbqe2fkyfCTWQ=",
 10064        version = "v2.2.0",
 10065    )
 10066    go_repository(
 10067        name = "in_gopkg_go_playground_validator_v9",
 10068        build_file_proto_mode = "disable_global",
 10069        importpath = "gopkg.in/go-playground/validator.v9",
 10070        sum = "h1:SvGtYmN60a5CVKTOzMSyfzWDeZRxRuGvRQyEAKbw1xc=",
 10071        version = "v9.29.1",
 10072    )
 10073    go_repository(
 10074        name = "in_gopkg_gomail_v2",
 10075        build_file_proto_mode = "disable_global",
 10076        importpath = "gopkg.in/gomail.v2",
 10077        sum = "h1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE=",
 10078        version = "v2.0.0-20160411212932-81ebce5c23df",
 10079    )
 10080    go_repository(
 10081        name = "in_gopkg_gorp_v1",
 10082        build_file_proto_mode = "disable_global",
 10083        importpath = "gopkg.in/gorp.v1",
 10084        sum = "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=",
 10085        version = "v1.7.2",
 10086    )
 10087    go_repository(
 10088        name = "in_gopkg_h2non_gock_v1",
 10089        build_file_proto_mode = "disable_global",
 10090        importpath = "gopkg.in/h2non/gock.v1",
 10091        sum = "h1:jBbHXgGBK/AoPVfJh5x4r/WxIrElvbLel8TCZkkZJoY=",
 10092        version = "v1.1.2",
 10093    )
 10094
 10095    go_repository(
 10096        name = "in_gopkg_inconshreveable_log15_v2",
 10097        build_file_proto_mode = "disable_global",
 10098        importpath = "gopkg.in/inconshreveable/log15.v2",
 10099        sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=",
 10100        version = "v2.0.0-20180818164646-67afb5ed74ec",
 10101    )
 10102    go_repository(
 10103        name = "in_gopkg_inf_v0",
 10104        build_file_proto_mode = "disable_global",
 10105        importpath = "gopkg.in/inf.v0",
 10106        sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
 10107        version = "v0.9.1",
 10108    )
 10109    go_repository(
 10110        name = "in_gopkg_ini_v1",
 10111        build_file_proto_mode = "disable_global",
 10112        importpath = "gopkg.in/ini.v1",
 10113        sum = "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=",
 10114        version = "v1.67.0",
 10115    )
 10116    go_repository(
 10117        name = "in_gopkg_mail_v2",
 10118        build_file_proto_mode = "disable_global",
 10119        importpath = "gopkg.in/mail.v2",
 10120        sum = "h1:a3llQg4+Czqaf+QH4diHuHiKv4j1abMwuRXwaRNHTPU=",
 10121        version = "v2.0.0-20180731213649-a0242b2233b4",
 10122    )
 10123    go_repository(
 10124        name = "in_gopkg_natefinch_lumberjack_v2",
 10125        build_file_proto_mode = "disable_global",
 10126        importpath = "gopkg.in/natefinch/lumberjack.v2",
 10127        sum = "h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=",
 10128        version = "v2.2.1",
 10129    )
 10130    go_repository(
 10131        name = "in_gopkg_resty_v1",
 10132        build_file_proto_mode = "disable_global",
 10133        importpath = "gopkg.in/resty.v1",
 10134        sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
 10135        version = "v1.12.0",
 10136    )
 10137    go_repository(
 10138        name = "in_gopkg_square_go_jose_v2",
 10139        build_file_proto_mode = "disable_global",
 10140        importpath = "gopkg.in/square/go-jose.v2",
 10141        sum = "h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=",
 10142        version = "v2.6.0",
 10143    )
 10144    go_repository(
 10145        name = "in_gopkg_telebot_v3",
 10146        build_file_proto_mode = "disable_global",
 10147        importpath = "gopkg.in/telebot.v3",
 10148        sum = "h1:uw3zobPBnexytTsIPyxsS10xHRLXCf5f2GQhBxp6NaU=",
 10149        version = "v3.1.2",
 10150    )
 10151    go_repository(
 10152        name = "in_gopkg_tomb_v1",
 10153        build_file_proto_mode = "disable_global",
 10154        importpath = "gopkg.in/tomb.v1",
 10155        sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
 10156        version = "v1.0.0-20141024135613-dd632973f1e7",
 10157    )
 10158    go_repository(
 10159        name = "in_gopkg_validator_v2",
 10160        build_file_proto_mode = "disable_global",
 10161        importpath = "gopkg.in/validator.v2",
 10162        sum = "h1:WB265cn5OpO+hK3pikC9hpP1zI/KTwmyMFKloW9eOVc=",
 10163        version = "v2.0.0-20180514200540-135c24b11c19",
 10164    )
 10165    go_repository(
 10166        name = "in_gopkg_warnings_v0",
 10167        build_file_proto_mode = "disable_global",
 10168        importpath = "gopkg.in/warnings.v0",
 10169        sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=",
 10170        version = "v0.1.2",
 10171    )
 10172    go_repository(
 10173        name = "in_gopkg_yaml_v2",
 10174        build_file_proto_mode = "disable_global",
 10175        importpath = "gopkg.in/yaml.v2",
 10176        sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
 10177        version = "v2.4.0",
 10178    )
 10179    go_repository(
 10180        name = "in_gopkg_yaml_v3",
 10181        build_file_proto_mode = "disable_global",
 10182        importpath = "gopkg.in/yaml.v3",
 10183        sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=",
 10184        version = "v3.0.1",
 10185    )
 10186    go_repository(
 10187        name = "io_etcd_go_bbolt",
 10188        build_file_proto_mode = "disable_global",
 10189        importpath = "go.etcd.io/bbolt",
 10190        sum = "h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI=",
 10191        version = "v1.3.9",
 10192    )
 10193    go_repository(
 10194        name = "io_etcd_go_etcd_api_v3",
 10195        build_file_proto_mode = "disable_global",
 10196        importpath = "go.etcd.io/etcd/api/v3",
 10197        sum = "h1:8WXU2/NBge6AUF1K1gOexB6e07NgsN1hXK0rSTtgSp4=",
 10198        version = "v3.5.13",
 10199    )
 10200    go_repository(
 10201        name = "io_etcd_go_etcd_client_pkg_v3",
 10202        build_file_proto_mode = "disable_global",
 10203        importpath = "go.etcd.io/etcd/client/pkg/v3",
 10204        sum = "h1:RVZSAnWWWiI5IrYAXjQorajncORbS0zI48LQlE2kQWg=",
 10205        version = "v3.5.13",
 10206    )
 10207    go_repository(
 10208        name = "io_etcd_go_etcd_client_v2",
 10209        build_file_proto_mode = "disable_global",
 10210        importpath = "go.etcd.io/etcd/client/v2",
 10211        sum = "h1:RWfV1SX5jTU0lbCvpVQe3iPQeAHETWdOTb6pxhd77C8=",
 10212        version = "v2.305.13",
 10213    )
 10214    go_repository(
 10215        name = "io_etcd_go_etcd_client_v3",
 10216        build_file_proto_mode = "disable_global",
 10217        importpath = "go.etcd.io/etcd/client/v3",
 10218        sum = "h1:o0fHTNJLeO0MyVbc7I3fsCf6nrOqn5d+diSarKnB2js=",
 10219        version = "v3.5.13",
 10220    )
 10221    go_repository(
 10222        name = "io_etcd_go_etcd_etcdctl_v3",
 10223        build_file_proto_mode = "disable_global",
 10224        importpath = "go.etcd.io/etcd/etcdctl/v3",
 10225        sum = "h1:GSmhNeq9LGt/gKHbzOmuPLO946GG5ZBCs9h28o0nNkE=",
 10226        version = "v3.5.12",
 10227    )
 10228    go_repository(
 10229        name = "io_etcd_go_etcd_etcdutl_v3",
 10230        build_file_proto_mode = "disable_global",
 10231        importpath = "go.etcd.io/etcd/etcdutl/v3",
 10232        sum = "h1:R3HLloeRcIOAvNtOTcMV9fshCbz9aZP2Xh4AP2+KnFU=",
 10233        version = "v3.5.12",
 10234    )
 10235
 10236    go_repository(
 10237        name = "io_etcd_go_etcd_pkg_v3",
 10238        build_file_proto_mode = "disable_global",
 10239        importpath = "go.etcd.io/etcd/pkg/v3",
 10240        sum = "h1:st9bDWNsKkBNpP4PR1MvM/9NqUPfvYZx/YXegsYEH8M=",
 10241        version = "v3.5.13",
 10242    )
 10243    go_repository(
 10244        name = "io_etcd_go_etcd_raft_v3",
 10245        build_file_proto_mode = "disable_global",
 10246        importpath = "go.etcd.io/etcd/raft/v3",
 10247        sum = "h1:7r/NKAOups1YnKcfro2RvGGo2PTuizF/xh26Z2CTAzA=",
 10248        version = "v3.5.13",
 10249    )
 10250    go_repository(
 10251        name = "io_etcd_go_etcd_server_v3",
 10252        build_file_proto_mode = "disable_global",
 10253        importpath = "go.etcd.io/etcd/server/v3",
 10254        sum = "h1:V6KG+yMfMSqWt+lGnhFpP5z5dRUj1BDRJ5k1fQ9DFok=",
 10255        version = "v3.5.13",
 10256    )
 10257    go_repository(
 10258        name = "io_etcd_go_etcd_tests_v3",
 10259        build_file_proto_mode = "disable_global",
 10260        importpath = "go.etcd.io/etcd/tests/v3",
 10261        sum = "h1:k1fG7+F87Z7zKp57EcjXu9XgOsW0sfp5USqfzmMTIwM=",
 10262        version = "v3.5.12",
 10263    )
 10264    go_repository(
 10265        name = "io_etcd_go_etcd_v3",
 10266        build_file_proto_mode = "disable_global",
 10267        importpath = "go.etcd.io/etcd/v3",
 10268        sum = "h1:YMdAAKv9xGTeWvfcangHj0Yqbph9w43xwosKOKzWJxs=",
 10269        version = "v3.5.12",
 10270    )
 10271
 10272    go_repository(
 10273        name = "io_etcd_go_gofail",
 10274        build_file_proto_mode = "disable_global",
 10275        importpath = "go.etcd.io/gofail",
 10276        sum = "h1:XItAMIhOojXFQMgrxjnd2EIIHun/d5qL0Pf7FzVTkFg=",
 10277        version = "v0.1.0",
 10278    )
 10279    go_repository(
 10280        name = "io_filippo_edwards25519",
 10281        build_file_proto_mode = "disable_global",
 10282        importpath = "filippo.io/edwards25519",
 10283        sum = "h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=",
 10284        version = "v1.1.0",
 10285    )
 10286    go_repository(
 10287        name = "io_goji",
 10288        build_file_proto_mode = "disable_global",
 10289        importpath = "goji.io",
 10290        sum = "h1:uIssv/elbKRLznFUy3Xj4+2Mz/qKhek/9aZQDUMae7c=",
 10291        version = "v2.0.2+incompatible",
 10292    )
 10293    go_repository(
 10294        name = "io_gorm_driver_postgres",
 10295        build_file_proto_mode = "disable_global",
 10296        importpath = "gorm.io/driver/postgres",
 10297        sum = "h1:PAgM+PaHOSAeroTjHkCHCBIHHoBIf9RgPWGo8dF2DA8=",
 10298        version = "v1.0.8",
 10299    )
 10300    go_repository(
 10301        name = "io_gorm_driver_sqlite",
 10302        build_file_proto_mode = "disable_global",
 10303        importpath = "gorm.io/driver/sqlite",
 10304        sum = "h1:PDzwYE+sI6De2+mxAneV9Xs11+ZyKV6oxD3wDGkaNvM=",
 10305        version = "v1.1.4",
 10306    )
 10307    go_repository(
 10308        name = "io_gorm_gorm",
 10309        build_file_proto_mode = "disable_global",
 10310        importpath = "gorm.io/gorm",
 10311        sum = "h1:J0xfPJMRfHgpVcYLrEAIqY/apdvTIkrltPQNHQLq9Qc=",
 10312        version = "v1.21.4",
 10313    )
 10314    go_repository(
 10315        name = "io_k8s_api",
 10316        build_file_proto_mode = "disable_global",
 10317        importpath = "k8s.io/api",
 10318        replace = "k8s.io/api",
 10319        sum = "h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=",
 10320        version = "v0.30.1",
 10321    )
 10322    go_repository(
 10323        name = "io_k8s_apiextensions_apiserver",
 10324        build_file_proto_mode = "disable_global",
 10325        importpath = "k8s.io/apiextensions-apiserver",
 10326        replace = "k8s.io/apiextensions-apiserver",
 10327        sum = "h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws=",
 10328        version = "v0.30.1",
 10329    )
 10330    go_repository(
 10331        name = "io_k8s_apimachinery",
 10332        build_file_proto_mode = "disable_global",
 10333        importpath = "k8s.io/apimachinery",
 10334        replace = "k8s.io/apimachinery",
 10335        sum = "h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U=",
 10336        version = "v0.30.1",
 10337    )
 10338    go_repository(
 10339        name = "io_k8s_apiserver",
 10340        build_file_proto_mode = "disable_global",
 10341        importpath = "k8s.io/apiserver",
 10342        replace = "k8s.io/apiserver",
 10343        sum = "h1:BEWEe8bzS12nMtDKXzCF5Q5ovp6LjjYkSp8qOPk8LZ8=",
 10344        version = "v0.30.1",
 10345    )
 10346    go_repository(
 10347        name = "io_k8s_cli_runtime",
 10348        build_file_proto_mode = "disable_global",
 10349        importpath = "k8s.io/cli-runtime",
 10350        replace = "k8s.io/cli-runtime",
 10351        sum = "h1:kSBBpfrJGS6lllc24KeniI9JN7ckOOJKnmFYH1RpTOw=",
 10352        version = "v0.30.1",
 10353    )
 10354    go_repository(
 10355        name = "io_k8s_client_go",
 10356        build_file_proto_mode = "disable_global",
 10357        importpath = "k8s.io/client-go",
 10358        replace = "k8s.io/client-go",
 10359        sum = "h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=",
 10360        version = "v0.30.1",
 10361    )
 10362    go_repository(
 10363        name = "io_k8s_cloud_provider",
 10364        build_file_proto_mode = "disable_global",
 10365        importpath = "k8s.io/cloud-provider",
 10366        replace = "k8s.io/cloud-provider",
 10367        sum = "h1:OslHpog97zG9Kr7/vV1ki8nLKq8xTPUkN/kepCxBqKI=",
 10368        version = "v0.30.1",
 10369    )
 10370    go_repository(
 10371        name = "io_k8s_cluster_bootstrap",
 10372        build_file_proto_mode = "disable_global",
 10373        importpath = "k8s.io/cluster-bootstrap",
 10374        replace = "k8s.io/cluster-bootstrap",
 10375        sum = "h1:WHh04Oh0YAWMsJ5TXXEF+LGu3g/2ymQOYsH8IopUHlQ=",
 10376        version = "v0.30.1",
 10377    )
 10378
 10379    go_repository(
 10380        name = "io_k8s_code_generator",
 10381        build_file_proto_mode = "disable_global",
 10382        importpath = "k8s.io/code-generator",
 10383        sum = "h1:ZsG++q5Vt0ScmKCeLhynUuWgcwFGg1Hl1AGfatqPJBI=",
 10384        version = "v0.30.1",
 10385    )
 10386    go_repository(
 10387        name = "io_k8s_component_base",
 10388        build_file_proto_mode = "disable_global",
 10389        importpath = "k8s.io/component-base",
 10390        replace = "k8s.io/component-base",
 10391        sum = "h1:bvAtlPh1UrdaZL20D9+sWxsJljMi0QZ3Lmw+kmZAaxQ=",
 10392        version = "v0.30.1",
 10393    )
 10394    go_repository(
 10395        name = "io_k8s_component_helpers",
 10396        build_file_proto_mode = "disable_global",
 10397        importpath = "k8s.io/component-helpers",
 10398        sum = "h1:/UcxSLzZ0owluTE2WMDrFfZl2L+WVXKdYYYm68qnH7U=",
 10399        version = "v0.30.1",
 10400    )
 10401    go_repository(
 10402        name = "io_k8s_controller_manager",
 10403        build_file_proto_mode = "disable_global",
 10404        importpath = "k8s.io/controller-manager",
 10405        replace = "k8s.io/controller-manager",
 10406        sum = "h1:vrpfinHQWGf40U08Zmrt+QxK/2yTgjJl/9DKtjaB1gI=",
 10407        version = "v0.30.1",
 10408    )
 10409    go_repository(
 10410        name = "io_k8s_cri_api",
 10411        build_file_proto_mode = "disable_global",
 10412        importpath = "k8s.io/cri-api",
 10413        sum = "h1:AUM78wiC56B1WJ2c795AS0IG5T57CkEdkn0IuC+miAE=",
 10414        version = "v0.30.1",
 10415    )
 10416    go_repository(
 10417        name = "io_k8s_csi_translation_lib",
 10418        build_file_proto_mode = "disable_global",
 10419        importpath = "k8s.io/csi-translation-lib",
 10420        replace = "k8s.io/csi-translation-lib",
 10421        sum = "h1:fIBtNMQjyr7HFv3xGSSH9cWOQS1K1kIBmZ1zRsHuVKs=",
 10422        version = "v0.30.1",
 10423    )
 10424    go_repository(
 10425        name = "io_k8s_dynamic_resource_allocation",
 10426        build_file_proto_mode = "disable_global",
 10427        importpath = "k8s.io/dynamic-resource-allocation",
 10428        replace = "k8s.io/dynamic-resource-allocation",
 10429        sum = "h1:Orv5t34/PMUxi57Fgzr3UpeWUvp5RmM3HWeQKqzTnyw=",
 10430        version = "v0.30.1",
 10431    )
 10432    go_repository(
 10433        name = "io_k8s_endpointslice",
 10434        build_file_proto_mode = "disable_global",
 10435        importpath = "k8s.io/endpointslice",
 10436        replace = "k8s.io/endpointslice",
 10437        sum = "h1:o7nd6yT8AdBKx31U4IUnukneT9bVtlMRPM9X9Rnq3+I=",
 10438        version = "v0.30.1",
 10439    )
 10440    go_repository(
 10441        name = "io_k8s_gengo",
 10442        build_file_proto_mode = "disable_global",
 10443        importpath = "k8s.io/gengo",
 10444        sum = "h1:wBIDZID8ju9pwOiLlV22YYKjFGtiNSWgHf5CnKLRUuM=",
 10445        version = "v0.0.0-20240404160639-a0386bf69313",
 10446    )
 10447    go_repository(
 10448        name = "io_k8s_gengo_v2",
 10449        build_file_proto_mode = "disable_global",
 10450        importpath = "k8s.io/gengo/v2",
 10451        sum = "h1:NGrVE502P0s0/1hudf8zjgwki1X/TByhmAoILTarmzo=",
 10452        version = "v2.0.0-20240228010128-51d4e06bde70",
 10453    )
 10454    go_repository(
 10455        name = "io_k8s_klog",
 10456        build_file_proto_mode = "disable_global",
 10457        importpath = "k8s.io/klog",
 10458        sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
 10459        version = "v1.0.0",
 10460    )
 10461    go_repository(
 10462        name = "io_k8s_klog_v2",
 10463        build_file_proto_mode = "disable_global",
 10464        importpath = "k8s.io/klog/v2",
 10465        sum = "h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=",
 10466        version = "v2.130.1",
 10467    )
 10468    go_repository(
 10469        name = "io_k8s_kms",
 10470        build_file_proto_mode = "disable_global",
 10471        importpath = "k8s.io/kms",
 10472        sum = "h1:gEIbEeCbFiaN2tNfp/EUhFdGr5/CSj8Eyq6Mkr7cCiY=",
 10473        version = "v0.30.1",
 10474    )
 10475    go_repository(
 10476        name = "io_k8s_kube_aggregator",
 10477        build_file_proto_mode = "disable_global",
 10478        importpath = "k8s.io/kube-aggregator",
 10479        replace = "k8s.io/kube-aggregator",
 10480        sum = "h1:ymR2BsxDacTKwzKTuNhGZttuk009c+oZbSeD+IPX5q4=",
 10481        version = "v0.30.1",
 10482    )
 10483    go_repository(
 10484        name = "io_k8s_kube_controller_manager",
 10485        build_file_proto_mode = "disable_global",
 10486        importpath = "k8s.io/kube-controller-manager",
 10487        replace = "k8s.io/kube-controller-manager",
 10488        sum = "h1:9Do0dXhaWbmKgRFe6NynZ+BLKUr14JMhzZBRFFswRs8=",
 10489        version = "v0.30.1",
 10490    )
 10491    go_repository(
 10492        name = "io_k8s_kube_openapi",
 10493        build_file_proto_mode = "disable_global",
 10494        importpath = "k8s.io/kube-openapi",
 10495        replace = "k8s.io/kube-openapi",
 10496        sum = "h1:0LQagt0gDpKqvIkAMPaRGcXawNMouPECM1+F9BVxEaM=",
 10497        version = "v0.0.0-20240430033511-f0e62f92d13f",
 10498    )
 10499    go_repository(
 10500        name = "io_k8s_kube_proxy",
 10501        build_file_proto_mode = "disable_global",
 10502        importpath = "k8s.io/kube-proxy",
 10503        replace = "k8s.io/kube-proxy",
 10504        sum = "h1:lDE510UHimfyRfh/c4Erlgg9OEDmHnZce3KKERV1JtI=",
 10505        version = "v0.30.1",
 10506    )
 10507    go_repository(
 10508        name = "io_k8s_kube_scheduler",
 10509        build_file_proto_mode = "disable_global",
 10510        importpath = "k8s.io/kube-scheduler",
 10511        replace = "k8s.io/kube-scheduler",
 10512        sum = "h1:bH7Ie+gSDHas0BVjtdEY87zGLCPA2WMZ+TV4/7lqXg0=",
 10513        version = "v0.30.1",
 10514    )
 10515    go_repository(
 10516        name = "io_k8s_kubectl",
 10517        build_file_proto_mode = "disable_global",
 10518        importpath = "k8s.io/kubectl",
 10519        replace = "k8s.io/kubectl",
 10520        sum = "h1:sHFIRI3oP0FFZmBAVEE8ErjnTyXDPkBcvO88mH9RjuY=",
 10521        version = "v0.30.1",
 10522    )
 10523    go_repository(
 10524        name = "io_k8s_kubelet",
 10525        build_file_proto_mode = "disable_global",
 10526        importpath = "k8s.io/kubelet",
 10527        replace = "k8s.io/kubelet",
 10528        sum = "h1:6gS1gWjrefUGfC/9n0ITOzxnKyt89FfkIhom70Bola4=",
 10529        version = "v0.30.1",
 10530    )
 10531    go_repository(
 10532        name = "io_k8s_kubernetes",
 10533        build_file_proto_mode = "disable_global",
 10534        importpath = "k8s.io/kubernetes",
 10535        sum = "h1:XlqS6KslLEA5mQzLK2AJrhr4Z1m8oJfkhHiWJ5lue+I=",
 10536        version = "v1.30.1",
 10537    )
 10538    go_repository(
 10539        name = "io_k8s_legacy_cloud_providers",
 10540        build_file_proto_mode = "disable_global",
 10541        importpath = "k8s.io/legacy-cloud-providers",
 10542        replace = "k8s.io/legacy-cloud-providers",
 10543        sum = "h1:QGoeW4C7TQdsuMagqmzUVYhh7m0r4tyzgtmxU0iubqo=",
 10544        version = "v0.30.1",
 10545    )
 10546    go_repository(
 10547        name = "io_k8s_metrics",
 10548        build_file_proto_mode = "disable_global",
 10549        importpath = "k8s.io/metrics",
 10550        sum = "h1:PeA9cP0kxVtaC8Wkzp4sTkr7YSkd9R0UYP6cCHOOY1M=",
 10551        version = "v0.30.1",
 10552    )
 10553    go_repository(
 10554        name = "io_k8s_mount_utils",
 10555        build_file_proto_mode = "disable_global",
 10556        importpath = "k8s.io/mount-utils",
 10557        replace = "k8s.io/mount-utils",
 10558        sum = "h1:4HEFqo2bzRjCHHXRu7yQh6tvpMnplwWaqhuU7oE3710=",
 10559        version = "v0.30.1",
 10560    )
 10561    go_repository(
 10562        name = "io_k8s_pod_security_admission",
 10563        build_file_proto_mode = "disable_global",
 10564        importpath = "k8s.io/pod-security-admission",
 10565        replace = "k8s.io/pod-security-admission",
 10566        sum = "h1:r2NQSNXfnZDnm6KvLv1sYgai1ZXuO+m0qn11/Xymkf8=",
 10567        version = "v0.30.1",
 10568    )
 10569    go_repository(
 10570        name = "io_k8s_sample_apiserver",
 10571        build_file_proto_mode = "disable_global",
 10572        importpath = "k8s.io/sample-apiserver",
 10573        replace = "k8s.io/sample-apiserver",
 10574        sum = "h1:oUPnEPi/XJ26PfG+sUxULi9t8ik5EIK3sUNzJsBqGXY=",
 10575        version = "v0.30.1",
 10576    )
 10577    go_repository(
 10578        name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
 10579        build_file_proto_mode = "disable_global",
 10580        importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
 10581        sum = "h1:/U5vjBbQn3RChhv7P11uhYvCSm5G2GaIi5AIGBS6r4c=",
 10582        version = "v0.29.0",
 10583    )
 10584    go_repository(
 10585        name = "io_k8s_sigs_cli_utils",
 10586        build_file_proto_mode = "disable_global",
 10587        importpath = "sigs.k8s.io/cli-utils",
 10588        sum = "h1:zCUitt54f0/MYj/ajVFnG6XSXMhpZ72O/3RewIchW8w=",
 10589        version = "v0.34.0",
 10590    )
 10591    go_repository(
 10592        name = "io_k8s_sigs_controller_runtime",
 10593        build_file_proto_mode = "disable_global",
 10594        importpath = "sigs.k8s.io/controller-runtime",
 10595        replace = "sigs.k8s.io/controller-runtime",
 10596        sum = "h1:RpWbigmuiylbxOCLy0tGnq1cU1qWPwNIQzoJk+QeJx4=",
 10597        version = "v0.18.1",
 10598    )
 10599    go_repository(
 10600        name = "io_k8s_sigs_controller_tools",
 10601        build_file_proto_mode = "disable_global",
 10602        importpath = "sigs.k8s.io/controller-tools",
 10603        sum = "h1:rnNoCC5wSXlrNoBKKzL70LNJKIQKEzT6lloG6/LF73A=",
 10604        version = "v0.14.0",
 10605    )
 10606    go_repository(
 10607        name = "io_k8s_sigs_gateway_api",
 10608        build_file_proto_mode = "disable_global",
 10609        importpath = "sigs.k8s.io/gateway-api",
 10610        sum = "h1:iPTStSv41+d9p0xFydll6d7f7MOBGuqXM6p2/zVYMAs=",
 10611        version = "v1.0.0",
 10612    )
 10613    go_repository(
 10614        name = "io_k8s_sigs_json",
 10615        build_file_proto_mode = "disable_global",
 10616        importpath = "sigs.k8s.io/json",
 10617        sum = "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=",
 10618        version = "v0.0.0-20221116044647-bc3834ca7abd",
 10619    )
 10620    go_repository(
 10621        name = "io_k8s_sigs_knftables",
 10622        build_file_proto_mode = "disable_global",
 10623        importpath = "sigs.k8s.io/knftables",
 10624        sum = "h1:VzKQoDMCGBOH8c85sGrWSXSPCS0XrIpEfOlcCLBXiC0=",
 10625        version = "v0.0.14",
 10626    )
 10627    go_repository(
 10628        name = "io_k8s_sigs_kubebuilder_declarative_pattern",
 10629        build_file_proto_mode = "disable_global",
 10630        importpath = "sigs.k8s.io/kubebuilder-declarative-pattern",
 10631        sum = "h1:busTkjOBaRifQxMPVjg+qWmdup/xJW62H7x3RuBx93s=",
 10632        version = "v0.13.0-beta.1.0.20221121171032-ecacd65a9e07",
 10633    )
 10634    go_repository(
 10635        name = "io_k8s_sigs_kubebuilder_declarative_pattern_applylib",
 10636        build_file_proto_mode = "disable_global",
 10637        importpath = "sigs.k8s.io/kubebuilder-declarative-pattern/applylib",
 10638        sum = "h1:o4Wltkyn3ddIHD6PDSNDc/H6Tvrnb8Po4J3nRepiUKI=",
 10639        version = "v0.0.0-20221111030210-e034bc5469a5",
 10640    )
 10641    go_repository(
 10642        name = "io_k8s_sigs_kubebuilder_declarative_pattern_mockkubeapiserver",
 10643        build_file_proto_mode = "disable_global",
 10644        importpath = "sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver",
 10645        sum = "h1:jLa+teeZ5bmymaj82MN5I3Izjz/Ampdz0PlyL5+nafk=",
 10646        version = "v0.0.0-20221111030210-e034bc5469a5",
 10647    )
 10648    go_repository(
 10649        name = "io_k8s_sigs_kustomize_api",
 10650        build_file_proto_mode = "disable_global",
 10651        importpath = "sigs.k8s.io/kustomize/api",
 10652        sum = "h1:MYJBOP/yQ3/5tp4/sf6HiiMfNNyO97LmtnirH9SLNr4=",
 10653        version = "v0.17.1",
 10654    )
 10655    go_repository(
 10656        name = "io_k8s_sigs_kustomize_kustomize_v5",
 10657        build_file_proto_mode = "disable_global",
 10658        importpath = "sigs.k8s.io/kustomize/kustomize/v5",
 10659        sum = "h1:vq2TtoDcQomhy7OxXLUOzSbHMuMYq0Bjn93cDtJEdKw=",
 10660        version = "v5.0.4-0.20230601165947-6ce0bf390ce3",
 10661    )
 10662    go_repository(
 10663        name = "io_k8s_sigs_kustomize_kyaml",
 10664        build_file_proto_mode = "disable_global",
 10665        importpath = "sigs.k8s.io/kustomize/kyaml",
 10666        sum = "h1:G2bWs03V9Ur2PinHLzTUJ8Ded+30SzXZKiO92SRDs3c=",
 10667        version = "v0.17.0",
 10668    )
 10669    go_repository(
 10670        name = "io_k8s_sigs_release_utils",
 10671        build_file_proto_mode = "disable_global",
 10672        importpath = "sigs.k8s.io/release-utils",
 10673        sum = "h1:JKDOvhCk6zW8ipEOkpTGDH/mW3TI+XqtPp16aaQ79FU=",
 10674        version = "v0.7.7",
 10675    )
 10676
 10677    go_repository(
 10678        name = "io_k8s_sigs_structured_merge_diff_v4",
 10679        build_file_proto_mode = "disable_global",
 10680        importpath = "sigs.k8s.io/structured-merge-diff/v4",
 10681        sum = "h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=",
 10682        version = "v4.4.1",
 10683    )
 10684    go_repository(
 10685        name = "io_k8s_sigs_yaml",
 10686        build_file_proto_mode = "disable_global",
 10687        importpath = "sigs.k8s.io/yaml",
 10688        sum = "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=",
 10689        version = "v1.4.0",
 10690    )
 10691    go_repository(
 10692        name = "io_k8s_system_validators",
 10693        build_file_proto_mode = "disable_global",
 10694        importpath = "k8s.io/system-validators",
 10695        sum = "h1:tq05tdO9zdJZnNF3SXrq6LE7Knc/KfJm5wk68467JDg=",
 10696        version = "v1.8.0",
 10697    )
 10698    go_repository(
 10699        name = "io_k8s_utils",
 10700        build_file_proto_mode = "disable_global",
 10701        importpath = "k8s.io/utils",
 10702        sum = "h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=",
 10703        version = "v0.0.0-20240711033017-18e509b52bc8",
 10704    )
 10705    go_repository(
 10706        name = "io_kubevirt_api",
 10707        build_file_proto_mode = "disable_global",
 10708        importpath = "kubevirt.io/api",
 10709        sum = "h1:dDLyQLSp9obzsDrv3cyL1olIc/66IWVaGiR3gfPfgT0=",
 10710        version = "v1.4.0",
 10711    )
 10712    go_repository(
 10713        name = "io_kubevirt_client_go",
 10714        build_file_proto_mode = "disable_global",
 10715        importpath = "kubevirt.io/client-go",
 10716        replace = "kubevirt.io/client-go",
 10717        sum = "h1:KVYwuGPV10W282GbpTha6KaW0fXwbx+PiW4Eyb7Ibnc=",
 10718        version = "v1.3.1",
 10719    )
 10720
 10721    go_repository(
 10722        name = "io_kubevirt_containerized_data_importer_api",
 10723        build_file_proto_mode = "disable_global",
 10724        importpath = "kubevirt.io/containerized-data-importer-api",
 10725        replace = "kubevirt.io/containerized-data-importer-api",
 10726        sum = "h1:IWo12+ei3jltSN5jQN1xjgakfvRSF3G3Rr4GXVOOy2I=",
 10727        version = "v1.57.0-alpha1",
 10728    )
 10729    go_repository(
 10730        name = "io_kubevirt_controller_lifecycle_operator_sdk_api",
 10731        build_file_proto_mode = "disable_global",
 10732        importpath = "kubevirt.io/controller-lifecycle-operator-sdk/api",
 10733        sum = "h1:QMrd0nKP0BGbnxTqakhDZAUhGKxPiPiN5gSDqKUmGGc=",
 10734        version = "v0.0.0-20220329064328-f3cc58c6ed90",
 10735    )
 10736    go_repository(
 10737        name = "io_moul_http2curl_v2",
 10738        build_file_proto_mode = "disable_global",
 10739        importpath = "moul.io/http2curl/v2",
 10740        sum = "h1:9r3JfDzWPcbIklMOs2TnIFzDYvfAZvjeavG6EzP7jYs=",
 10741        version = "v2.3.0",
 10742    )
 10743
 10744    go_repository(
 10745        name = "io_nhooyr_websocket",
 10746        build_file_proto_mode = "disable_global",
 10747        importpath = "nhooyr.io/websocket",
 10748        sum = "h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=",
 10749        version = "v1.8.10",
 10750    )
 10751    go_repository(
 10752        name = "io_opencensus_go",
 10753        build_file_proto_mode = "disable_global",
 10754        importpath = "go.opencensus.io",
 10755        sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=",
 10756        version = "v0.24.0",
 10757    )
 10758    go_repository(
 10759        name = "io_opencensus_go_contrib_exporter_ocagent",
 10760        build_file_proto_mode = "disable_global",
 10761        importpath = "contrib.go.opencensus.io/exporter/ocagent",
 10762        sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
 10763        version = "v0.7.0",
 10764    )
 10765    go_repository(
 10766        name = "io_opencensus_go_contrib_exporter_prometheus",
 10767        build_file_proto_mode = "disable_global",
 10768        importpath = "contrib.go.opencensus.io/exporter/prometheus",
 10769        sum = "h1:SByaIoWwNgMdPSgl5sMqM2KDE5H/ukPWBRo314xiDvg=",
 10770        version = "v0.1.0",
 10771    )
 10772    go_repository(
 10773        name = "io_opencensus_go_contrib_exporter_stackdriver",
 10774        build_file_proto_mode = "disable_global",
 10775        importpath = "contrib.go.opencensus.io/exporter/stackdriver",
 10776        sum = "h1:zBakwHardp9Jcb8sQHcHpXy/0+JIb1M8KjigCJzx7+4=",
 10777        version = "v0.13.14",
 10778    )
 10779
 10780    go_repository(
 10781        name = "io_opentelemetry_go_contrib",
 10782        build_file_proto_mode = "disable_global",
 10783        importpath = "go.opentelemetry.io/contrib",
 10784        sum = "h1:uqBh0brileIvG6luvBjdxzoFL8lxDGuhxJWsvK3BveI=",
 10785        version = "v0.18.0",
 10786    )
 10787    go_repository(
 10788        name = "io_opentelemetry_go_contrib_instrumentation_github_com_emicklei_go_restful_otelrestful",
 10789        build_file_proto_mode = "disable_global",
 10790        importpath = "go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
 10791        sum = "h1:Z6SbqeRZAl2OczfkFOqLx1BeYBDYehNjEnqluD7581Y=",
 10792        version = "v0.42.0",
 10793    )
 10794    go_repository(
 10795        name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc",
 10796        build_file_proto_mode = "disable_global",
 10797        importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
 10798        sum = "h1:zvpPXY7RfYAGSdYQLjp6zxdJNSYD/+FFoCTQN9IPxBs=",
 10799        version = "v0.50.0",
 10800    )
 10801    go_repository(
 10802        name = "io_opentelemetry_go_contrib_instrumentation_net_http_httptrace_otelhttptrace",
 10803        build_file_proto_mode = "disable_global",
 10804        importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace",
 10805        sum = "h1:Qc7uU8GzpQ0Gak2oOmEcpiL9uRaVhatxkE1EzNhJW00=",
 10806        version = "v0.18.0",
 10807    )
 10808    go_repository(
 10809        name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp",
 10810        build_file_proto_mode = "disable_global",
 10811        importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
 10812        sum = "h1:cEPbyTSEHlQR89XVlyo78gqluF8Y3oMeBkXGWzQsfXY=",
 10813        version = "v0.50.0",
 10814    )
 10815    go_repository(
 10816        name = "io_opentelemetry_go_otel",
 10817        build_directives = [
 10818            "gazelle:go_visibility @io_opentelemetry_go_otel_metric//:__subpackages__",
 10819        ],
 10820        build_file_proto_mode = "disable_global",
 10821        importpath = "go.opentelemetry.io/otel",
 10822        replace = "go.opentelemetry.io/otel",
 10823        sum = "h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc=",
 10824        version = "v1.21.0",
 10825    )
 10826    go_repository(
 10827        name = "io_opentelemetry_go_otel_exporters_otlp_internal_retry",
 10828        build_file_proto_mode = "disable_global",
 10829        importpath = "go.opentelemetry.io/otel/exporters/otlp/internal/retry",
 10830        sum = "h1:ZSdnH1x5Gm/eUFNQquwSt4/LMCOqS6KPlI9qaTKx5Ho=",
 10831        version = "v1.15.0",
 10832    )
 10833
 10834    go_repository(
 10835        name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace",
 10836        build_directives = [
 10837            "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
 10838            "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal/envconfig @io_opentelemetry_go_otel//exporters/otlp/internal/envconfig",
 10839        ],
 10840        build_file_proto_mode = "disable_global",
 10841        importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
 10842        sum = "h1:cl5P5/GIfFh4t6xyruOgJP5QiA1pw4fYYdv6nc6CBWw=",
 10843        version = "v1.21.0",
 10844    )
 10845    go_repository(
 10846        name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracegrpc",
 10847        build_directives = [
 10848            "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
 10849        ],
 10850        build_file_proto_mode = "disable_global",
 10851        importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
 10852        replace = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
 10853        sum = "h1:tIqheXEFWAZ7O8A7m+J0aPTmpJN3YQ7qetUAdkkkKpk=",
 10854        version = "v1.21.0",
 10855    )
 10856    go_repository(
 10857        name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracehttp",
 10858        build_directives = [
 10859            "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
 10860        ],
 10861        build_file_proto_mode = "disable_global",
 10862        importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
 10863        sum = "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=",
 10864        version = "v1.19.0",
 10865    )
 10866    go_repository(
 10867        name = "io_opentelemetry_go_otel_metric",
 10868        build_file_proto_mode = "disable_global",
 10869        importpath = "go.opentelemetry.io/otel/metric",
 10870        replace = "go.opentelemetry.io/otel/metric",
 10871        sum = "h1:tlYWfeo+Bocx5kLEloTjbcDwBuELRrIFxwdQ36PlJu4=",
 10872        version = "v1.21.0",
 10873    )
 10874    go_repository(
 10875        name = "io_opentelemetry_go_otel_oteltest",
 10876        build_file_proto_mode = "disable_global",
 10877        importpath = "go.opentelemetry.io/otel/oteltest",
 10878        sum = "h1:FbKDFm/LnQDOHuGjED+fy3s5YMVg0z019GJ9Er66hYo=",
 10879        version = "v0.18.0",
 10880    )
 10881    go_repository(
 10882        name = "io_opentelemetry_go_otel_sdk",
 10883        build_file_proto_mode = "disable_global",
 10884        importpath = "go.opentelemetry.io/otel/sdk",
 10885        replace = "go.opentelemetry.io/otel/sdk",
 10886        sum = "h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZXQ8=",
 10887        version = "v1.21.0",
 10888    )
 10889    go_repository(
 10890        name = "io_opentelemetry_go_otel_trace",
 10891        build_file_proto_mode = "disable_global",
 10892        importpath = "go.opentelemetry.io/otel/trace",
 10893        replace = "go.opentelemetry.io/otel/trace",
 10894        sum = "h1:WD9i5gzvoUPuXIXH24ZNBudiarZDKuekPqi/E8fpfLc=",
 10895        version = "v1.21.0",
 10896    )
 10897    go_repository(
 10898        name = "io_opentelemetry_go_proto_otlp",
 10899        build_file_proto_mode = "disable_global",
 10900        importpath = "go.opentelemetry.io/proto/otlp",
 10901        sum = "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=",
 10902        version = "v1.0.0",
 10903    )
 10904    go_repository(
 10905        name = "io_rsc_binaryregexp",
 10906        build_file_proto_mode = "disable_global",
 10907        importpath = "rsc.io/binaryregexp",
 10908        sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
 10909        version = "v0.2.0",
 10910    )
 10911    go_repository(
 10912        name = "io_rsc_pdf",
 10913        build_file_proto_mode = "disable_global",
 10914        importpath = "rsc.io/pdf",
 10915        sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
 10916        version = "v0.1.1",
 10917    )
 10918    go_repository(
 10919        name = "io_rsc_quote_v3",
 10920        build_file_proto_mode = "disable_global",
 10921        importpath = "rsc.io/quote/v3",
 10922        sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=",
 10923        version = "v3.1.0",
 10924    )
 10925    go_repository(
 10926        name = "io_rsc_sampler",
 10927        build_file_proto_mode = "disable_global",
 10928        importpath = "rsc.io/sampler",
 10929        sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=",
 10930        version = "v1.3.0",
 10931    )
 10932
 10933    go_repository(
 10934        name = "land_oras_oras_go",
 10935        build_file_proto_mode = "disable_global",
 10936        importpath = "oras.land/oras-go",
 10937        replace = "oras.land/oras-go",
 10938        sum = "h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=",
 10939        version = "v1.2.5",
 10940    )
 10941    go_repository(
 10942        name = "net_howett_plist",
 10943        build_file_proto_mode = "disable_global",
 10944        importpath = "howett.net/plist",
 10945        sum = "h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=",
 10946        version = "v0.0.0-20181124034731-591f970eefbb",
 10947    )
 10948    go_repository(
 10949        name = "net_starlark_go",
 10950        build_file_proto_mode = "disable_global",
 10951        importpath = "go.starlark.net",
 10952        sum = "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=",
 10953        version = "v0.0.0-20230525235612-a134d8f9ddca",
 10954    )
 10955    go_repository(
 10956        name = "org_bazil_fuse",
 10957        build_file_proto_mode = "disable_global",
 10958        importpath = "bazil.org/fuse",
 10959        sum = "h1:SC+c6A1qTFstO9qmB86mPV2IpYme/2ZoEQ0hrP+wo+Q=",
 10960        version = "v0.0.0-20160811212531-371fbbdaa898",
 10961    )
 10962    go_repository(
 10963        name = "org_bitbucket_bertimus9_systemstat",
 10964        build_file_proto_mode = "disable_global",
 10965        importpath = "bitbucket.org/bertimus9/systemstat",
 10966        sum = "h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=",
 10967        version = "v0.5.0",
 10968    )
 10969    go_repository(
 10970        name = "org_bitbucket_creachadair_shell",
 10971        build_file_proto_mode = "disable_global",
 10972        importpath = "bitbucket.org/creachadair/shell",
 10973        sum = "h1:3yM6JcAfaGWzjzcCamTblzSIWXm/YSs0PFGIzBm2HTo=",
 10974        version = "v0.0.8",
 10975    )
 10976
 10977    go_repository(
 10978        name = "org_bitbucket_creachadair_stringset",
 10979        build_file_proto_mode = "disable_global",
 10980        importpath = "bitbucket.org/creachadair/stringset",
 10981        sum = "h1:gQqe4vs8XWgMyijfyKE6K8o4TcyGGrRXe0JvHgx5H+M=",
 10982        version = "v0.0.8",
 10983    )
 10984    go_repository(
 10985        name = "org_cuelang_go",
 10986        build_file_proto_mode = "disable_global",
 10987        importpath = "cuelang.org/go",
 10988        sum = "h1:vWfHI1kQlBvwkna7ktAqXjV5LUEAgU6vyMlJjvZZaDw=",
 10989        version = "v0.8.2",
 10990    )
 10991    go_repository(
 10992        name = "org_gioui",
 10993        build_file_proto_mode = "disable_global",
 10994        importpath = "gioui.org",
 10995        sum = "h1:RbzDn1h/pCVf/q44ImQSa/J3MIFpY3OWphzT/Tyei+w=",
 10996        version = "v0.2.0",
 10997    )
 10998    go_repository(
 10999        name = "org_gioui_cpu",
 11000        build_file_proto_mode = "disable_global",
 11001        importpath = "gioui.org/cpu",
 11002        sum = "h1:tNJdnP5CgM39PRc+KWmBRRYX/zJ+rd5XaYxY5d5veqA=",
 11003        version = "v0.0.0-20220412190645-f1e9e8c3b1f7",
 11004    )
 11005    go_repository(
 11006        name = "org_gioui_shader",
 11007        build_file_proto_mode = "disable_global",
 11008        importpath = "gioui.org/shader",
 11009        sum = "h1:cvZmU+eODFR2545X+/8XucgZdTtEjR3QWW6W65b0q5Y=",
 11010        version = "v1.0.6",
 11011    )
 11012    go_repository(
 11013        name = "org_gioui_x",
 11014        build_file_proto_mode = "disable_global",
 11015        importpath = "gioui.org/x",
 11016        sum = "h1:/MbdjKH19F16auv19UiQxli2n6BYPw7eyh9XBOTgmEw=",
 11017        version = "v0.2.0",
 11018    )
 11019    go_repository(
 11020        name = "org_go4_grpc",
 11021        build_file_proto_mode = "disable_global",
 11022        importpath = "grpc.go4.org",
 11023        sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=",
 11024        version = "v0.0.0-20170609214715-11d0a25b4919",
 11025    )
 11026    go_repository(
 11027        name = "org_go4_netipx",
 11028        build_file_proto_mode = "disable_global",
 11029        importpath = "go4.org/netipx",
 11030        sum = "h1:nJAwRlGWZZDOD+6wni9KVUNHMpHko/OnRwsrCYeAzPo=",
 11031        version = "v0.0.0-20230303233057-f1b76eb4bb35",
 11032    )
 11033    go_repository(
 11034        name = "org_golang_google_api",
 11035        build_file_proto_mode = "disable_global",
 11036        importpath = "google.golang.org/api",
 11037        sum = "h1:rPdjwnWgiPPOJx3IcSAQ2III5aX5tCer6wMpa/xmZi4=",
 11038        version = "v0.181.0",
 11039    )
 11040    go_repository(
 11041        name = "org_golang_google_appengine",
 11042        build_file_proto_mode = "disable_global",
 11043        importpath = "google.golang.org/appengine",
 11044        sum = "h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=",
 11045        version = "v1.6.8",
 11046    )
 11047    go_repository(
 11048        name = "org_golang_google_cloud",
 11049        build_file_proto_mode = "disable_global",
 11050        importpath = "google.golang.org/cloud",
 11051        sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=",
 11052        version = "v0.0.0-20151119220103-975617b05ea8",
 11053    )
 11054    go_repository(
 11055        name = "org_golang_google_genproto",
 11056        build_directives = [
 11057            "gazelle:resolve go google.golang.org/genproto/googleapis/api/metric @go_googleapis//google/api:metric_go_proto",  # keep
 11058        ],
 11059        build_file_proto_mode = "disable_global",
 11060        importpath = "google.golang.org/genproto",
 11061        sum = "h1:IGsMFz879l+GhhDJ9fN5rWnkVrGnoZv8oeYfpk82QZQ=",
 11062        version = "v0.0.0-20240520151616-dc85e6b867a5",
 11063    )
 11064    go_repository(
 11065        name = "org_golang_google_genproto_googleapis_api",
 11066        build_directives = [
 11067            "gazelle:resolve go google.golang.org/genproto/googleapis/api/metric @go_googleapis//google/api:metric_go_proto",  # keep
 11068        ],
 11069        build_file_proto_mode = "disable_global",
 11070        importpath = "google.golang.org/genproto/googleapis/api",
 11071        sum = "h1:W5Xj/70xIA4x60O/IFyXivR5MGqblAb8R3w26pnD6No=",
 11072        version = "v0.0.0-20240513163218-0867130af1f8",
 11073    )
 11074    go_repository(
 11075        name = "org_golang_google_genproto_googleapis_bytestream",
 11076        build_file_proto_mode = "disable_global",
 11077        importpath = "google.golang.org/genproto/googleapis/bytestream",
 11078        sum = "h1:tZB8nm2SqFqEatQt/0Zy3Sd4l3Z+Vt1GhCwPGHDaSKI=",
 11079        version = "v0.0.0-20240513163218-0867130af1f8",
 11080    )
 11081    go_repository(
 11082        name = "org_golang_google_genproto_googleapis_rpc",
 11083        build_file_proto_mode = "disable_global",
 11084        importpath = "google.golang.org/genproto/googleapis/rpc",
 11085        sum = "h1:mxSlqyb8ZAHsYDCfiXN1EDdNTdvjUJSLY+OnAUtYNYA=",
 11086        version = "v0.0.0-20240513163218-0867130af1f8",
 11087    )
 11088    go_repository(
 11089        name = "org_golang_google_grpc",
 11090        build_file_proto_mode = "disable_global",
 11091        importpath = "google.golang.org/grpc",
 11092        sum = "h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=",
 11093        version = "v1.64.0",
 11094    )
 11095    go_repository(
 11096        name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
 11097        build_file_proto_mode = "disable_global",
 11098        importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
 11099        sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=",
 11100        version = "v1.3.0",
 11101    )
 11102    go_repository(
 11103        name = "org_golang_google_grpc_examples",
 11104        build_file_proto_mode = "disable_global",
 11105        importpath = "google.golang.org/grpc/examples",
 11106        sum = "h1:qA8rMbz1wQ4DOFfM2ouD29DG9aHWBm6ZOy9BGxiUMmY=",
 11107        version = "v0.0.0-20210304020650-930c79186c99",
 11108    )
 11109    go_repository(
 11110        name = "org_golang_google_protobuf",
 11111        build_file_proto_mode = "disable_global",
 11112        importpath = "google.golang.org/protobuf",
 11113        sum = "h1:9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=",
 11114        version = "v1.34.1",
 11115    )
 11116    go_repository(
 11117        name = "org_golang_x_arch",
 11118        build_file_proto_mode = "disable_global",
 11119        importpath = "golang.org/x/arch",
 11120        sum = "h1:pskyeJh/3AmoQ8CPE95vxHLqp1G1GfGNXTmcl9NEKTc=",
 11121        version = "v0.7.0",
 11122    )
 11123    go_repository(
 11124        name = "org_golang_x_crypto",
 11125        build_file_proto_mode = "disable_global",
 11126        importpath = "golang.org/x/crypto",
 11127        sum = "h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=",
 11128        version = "v0.32.0",
 11129    )
 11130    go_repository(
 11131        name = "org_golang_x_exp",
 11132        build_file_proto_mode = "disable_global",
 11133        importpath = "golang.org/x/exp",
 11134        sum = "h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=",
 11135        version = "v0.0.0-20240506185415-9bf2ced13842",
 11136    )
 11137    go_repository(
 11138        name = "org_golang_x_exp_shiny",
 11139        build_file_proto_mode = "disable_global",
 11140        importpath = "golang.org/x/exp/shiny",
 11141        sum = "h1:sgkbz1SFTsoQIvzTIw45hccUcGocu00QM3qucBYV8b0=",
 11142        version = "v0.0.0-20230801115018-d63ba01acd4b",
 11143    )
 11144    go_repository(
 11145        name = "org_golang_x_exp_typeparams",
 11146        build_file_proto_mode = "disable_global",
 11147        importpath = "golang.org/x/exp/typeparams",
 11148        sum = "h1:Jw5wfR+h9mnIYH+OtGT2im5wV1YGGDora5vTv/aa5bE=",
 11149        version = "v0.0.0-20221208152030-732eee02a75a",
 11150    )
 11151    go_repository(
 11152        name = "org_golang_x_image",
 11153        build_file_proto_mode = "disable_global",
 11154        importpath = "golang.org/x/image",
 11155        sum = "h1:tNgSxAFe3jC4uYqvZdTr84SZoM1KfwdC9SKIFrLjFn4=",
 11156        version = "v0.14.0",
 11157    )
 11158    go_repository(
 11159        name = "org_golang_x_lint",
 11160        build_file_proto_mode = "disable_global",
 11161        importpath = "golang.org/x/lint",
 11162        sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
 11163        version = "v0.0.0-20210508222113-6edffad5e616",
 11164    )
 11165    go_repository(
 11166        name = "org_golang_x_mobile",
 11167        build_file_proto_mode = "disable_global",
 11168        importpath = "golang.org/x/mobile",
 11169        sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=",
 11170        version = "v0.0.0-20190719004257-d2bd2a29d028",
 11171    )
 11172
 11173    go_repository(
 11174        name = "org_golang_x_mod",
 11175        build_file_proto_mode = "disable_global",
 11176        importpath = "golang.org/x/mod",
 11177        sum = "h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=",
 11178        version = "v0.17.0",
 11179    )
 11180    go_repository(
 11181        name = "org_golang_x_net",
 11182        build_file_proto_mode = "disable_global",
 11183        importpath = "golang.org/x/net",
 11184        sum = "h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=",
 11185        version = "v0.33.0",
 11186    )
 11187    go_repository(
 11188        name = "org_golang_x_oauth2",
 11189        build_file_proto_mode = "disable_global",
 11190        importpath = "golang.org/x/oauth2",
 11191        sum = "h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=",
 11192        version = "v0.20.0",
 11193    )
 11194    go_repository(
 11195        name = "org_golang_x_sync",
 11196        build_file_proto_mode = "disable_global",
 11197        importpath = "golang.org/x/sync",
 11198        sum = "h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=",
 11199        version = "v0.10.0",
 11200    )
 11201    go_repository(
 11202        name = "org_golang_x_sys",
 11203        build_file_proto_mode = "disable_global",
 11204        importpath = "golang.org/x/sys",
 11205        sum = "h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=",
 11206        version = "v0.29.0",
 11207    )
 11208    go_repository(
 11209        name = "org_golang_x_telemetry",
 11210        build_file_proto_mode = "disable_global",
 11211        importpath = "golang.org/x/telemetry",
 11212        sum = "h1:IRJeR9r1pYWsHKTRe/IInb7lYvbBVIqOgsX/u0mbOWY=",
 11213        version = "v0.0.0-20240228155512-f48c80bd79b2",
 11214    )
 11215    go_repository(
 11216        name = "org_golang_x_term",
 11217        build_file_proto_mode = "disable_global",
 11218        importpath = "golang.org/x/term",
 11219        sum = "h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=",
 11220        version = "v0.28.0",
 11221    )
 11222    go_repository(
 11223        name = "org_golang_x_text",
 11224        build_file_proto_mode = "disable_global",
 11225        importpath = "golang.org/x/text",
 11226        sum = "h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=",
 11227        version = "v0.21.0",
 11228    )
 11229    go_repository(
 11230        name = "org_golang_x_time",
 11231        build_file_proto_mode = "disable_global",
 11232        importpath = "golang.org/x/time",
 11233        sum = "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=",
 11234        version = "v0.5.0",
 11235    )
 11236    go_repository(
 11237        name = "org_golang_x_tools",
 11238        build_extra_args = [
 11239            # ignore test dirs that contain invalid imports
 11240            # see related issue here: https://github.com/bazelbuild/bazel-gazelle/issues/766
 11241            "-exclude=cmd/fiximports/testdata",
 11242            "-exclude=go/internal/gccgoimporter/testdata",
 11243            "-exclude=go/loader/testdata",
 11244            "-exclude=go/internal/gcimporter/testdata",
 11245            "-exclude=go/packages/packagestest",
 11246            # ignore known imports which are also used in tests
 11247            # https://github.com/bazelbuild/bazel-gazelle/issues/473
 11248            "-known_import=domain.name/importdecl",
 11249            "-known_import=example.com/extramodule/pkg",
 11250            "-known_import=nosuchpkg",
 11251            "-known_import=lib",
 11252            "-known_import=referrers",
 11253            "-known_import=a",
 11254            "-known_import=b",
 11255        ],
 11256        build_file_proto_mode = "disable_global",
 11257        importpath = "golang.org/x/tools",
 11258        sum = "h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg=",
 11259        version = "v0.21.1-0.20240508182429-e35e4ccd0d2d",
 11260    )
 11261    go_repository(
 11262        name = "org_golang_x_tools_go_vcs",
 11263        build_file_proto_mode = "disable_global",
 11264        importpath = "golang.org/x/tools/go/vcs",
 11265        sum = "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=",
 11266        version = "v0.1.0-deprecated",
 11267    )
 11268    go_repository(
 11269        name = "org_golang_x_xerrors",
 11270        build_file_proto_mode = "disable_global",
 11271        importpath = "golang.org/x/xerrors",
 11272        sum = "h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=",
 11273        version = "v0.0.0-20231012003039-104605ab7028",
 11274    )
 11275    go_repository(
 11276        name = "org_gonum_v1_gonum",
 11277        build_file_proto_mode = "disable_global",
 11278        importpath = "gonum.org/v1/gonum",
 11279        sum = "h1:2NiG67LD1tEH0D7kM+ps2V+fXmsAnpUeec7n8tcr4S0=",
 11280        version = "v0.14.0",
 11281    )
 11282    go_repository(
 11283        name = "org_gonum_v1_netlib",
 11284        build_file_proto_mode = "disable_global",
 11285        importpath = "gonum.org/v1/netlib",
 11286        sum = "h1:kHY67jAKYewKUCz9YdNDa7iLAJ2WfNmoHzCCX4KnA8w=",
 11287        version = "v0.0.0-20191229114700-bbb4dff026f8",
 11288    )
 11289    go_repository(
 11290        name = "org_gonum_v1_plot",
 11291        build_file_proto_mode = "disable_global",
 11292        importpath = "gonum.org/v1/plot",
 11293        sum = "h1:+LBDVFYwFe4LHhdP8coW6296MBEY4nQ+Y4vuUpJopcE=",
 11294        version = "v0.14.0",
 11295    )
 11296    go_repository(
 11297        name = "org_modernc_b",
 11298        build_file_proto_mode = "disable_global",
 11299        importpath = "modernc.org/b",
 11300        sum = "h1:vpvqeyp17ddcQWF29Czawql4lDdABCDRbXRAS4+aF2o=",
 11301        version = "v1.0.0",
 11302    )
 11303    go_repository(
 11304        name = "org_modernc_cc",
 11305        build_file_proto_mode = "disable_global",
 11306        importpath = "modernc.org/cc",
 11307        sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=",
 11308        version = "v1.0.0",
 11309    )
 11310    go_repository(
 11311        name = "org_modernc_cc_v3",
 11312        build_file_proto_mode = "disable_global",
 11313        importpath = "modernc.org/cc/v3",
 11314        sum = "h1:P3g79IUS/93SYhtoeaHW+kRCIrYaxJ27MFPv+7kaTOw=",
 11315        version = "v3.40.0",
 11316    )
 11317    go_repository(
 11318        name = "org_modernc_ccgo_v3",
 11319        build_file_proto_mode = "disable_global",
 11320        importpath = "modernc.org/ccgo/v3",
 11321        sum = "h1:Mkgdzl46i5F/CNR/Kj80Ri59hC8TKAhZrYSaqvkwzUw=",
 11322        version = "v3.16.13",
 11323    )
 11324    go_repository(
 11325        name = "org_modernc_ccorpus",
 11326        build_file_proto_mode = "disable_global",
 11327        importpath = "modernc.org/ccorpus",
 11328        sum = "h1:J16RXiiqiCgua6+ZvQot4yUuUy8zxgqbqEEUuGPlISk=",
 11329        version = "v1.11.6",
 11330    )
 11331    go_repository(
 11332        name = "org_modernc_db",
 11333        build_file_proto_mode = "disable_global",
 11334        importpath = "modernc.org/db",
 11335        sum = "h1:2c6NdCfaLnshSvY7OU09cyAY0gYXUZj4lmg5ItHyucg=",
 11336        version = "v1.0.0",
 11337    )
 11338    go_repository(
 11339        name = "org_modernc_file",
 11340        build_file_proto_mode = "disable_global",
 11341        importpath = "modernc.org/file",
 11342        sum = "h1:9/PdvjVxd5+LcWUQIfapAWRGOkDLK90rloa8s/au06A=",
 11343        version = "v1.0.0",
 11344    )
 11345    go_repository(
 11346        name = "org_modernc_fileutil",
 11347        build_file_proto_mode = "disable_global",
 11348        importpath = "modernc.org/fileutil",
 11349        sum = "h1:Z1AFLZwl6BO8A5NldQg/xTSjGLetp+1Ubvl4alfGx8w=",
 11350        version = "v1.0.0",
 11351    )
 11352    go_repository(
 11353        name = "org_modernc_golex",
 11354        build_file_proto_mode = "disable_global",
 11355        importpath = "modernc.org/golex",
 11356        sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=",
 11357        version = "v1.0.0",
 11358    )
 11359    go_repository(
 11360        name = "org_modernc_httpfs",
 11361        build_file_proto_mode = "disable_global",
 11362        importpath = "modernc.org/httpfs",
 11363        sum = "h1:AAgIpFZRXuYnkjftxTAZwMIiwEqAfk8aVB2/oA6nAeM=",
 11364        version = "v1.0.6",
 11365    )
 11366    go_repository(
 11367        name = "org_modernc_internal",
 11368        build_file_proto_mode = "disable_global",
 11369        importpath = "modernc.org/internal",
 11370        sum = "h1:XMDsFDcBDsibbBnHB2xzljZ+B1yrOVLEFkKL2u15Glw=",
 11371        version = "v1.0.0",
 11372    )
 11373    go_repository(
 11374        name = "org_modernc_libc",
 11375        build_file_proto_mode = "disable_global",
 11376        importpath = "modernc.org/libc",
 11377        sum = "h1:wymSbZb0AlrjdAVX3cjreCHTPCpPARbQXNz6BHPzdwQ=",
 11378        version = "v1.22.4",
 11379    )
 11380    go_repository(
 11381        name = "org_modernc_lldb",
 11382        build_file_proto_mode = "disable_global",
 11383        importpath = "modernc.org/lldb",
 11384        sum = "h1:6vjDJxQEfhlOLwl4bhpwIz00uyFK4EmSYcbwqwbynsc=",
 11385        version = "v1.0.0",
 11386    )
 11387    go_repository(
 11388        name = "org_modernc_mathutil",
 11389        build_file_proto_mode = "disable_global",
 11390        importpath = "modernc.org/mathutil",
 11391        sum = "h1:rV0Ko/6SfM+8G+yKiyI830l3Wuz1zRutdslNoQ0kfiQ=",
 11392        version = "v1.5.0",
 11393    )
 11394    go_repository(
 11395        name = "org_modernc_memory",
 11396        build_file_proto_mode = "disable_global",
 11397        importpath = "modernc.org/memory",
 11398        sum = "h1:N+/8c5rE6EqugZwHii4IFsaJ7MUhoWX07J5tC/iI5Ds=",
 11399        version = "v1.5.0",
 11400    )
 11401    go_repository(
 11402        name = "org_modernc_opt",
 11403        build_file_proto_mode = "disable_global",
 11404        importpath = "modernc.org/opt",
 11405        sum = "h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=",
 11406        version = "v0.1.3",
 11407    )
 11408    go_repository(
 11409        name = "org_modernc_ql",
 11410        build_file_proto_mode = "disable_global",
 11411        importpath = "modernc.org/ql",
 11412        sum = "h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU=",
 11413        version = "v1.0.0",
 11414    )
 11415    go_repository(
 11416        name = "org_modernc_sortutil",
 11417        build_file_proto_mode = "disable_global",
 11418        importpath = "modernc.org/sortutil",
 11419        sum = "h1:oP3U4uM+NT/qBQcbg/K2iqAX0Nx7B1b6YZtq3Gk/PjM=",
 11420        version = "v1.1.0",
 11421    )
 11422    go_repository(
 11423        name = "org_modernc_sqlite",
 11424        build_file_proto_mode = "disable_global",
 11425        importpath = "modernc.org/sqlite",
 11426        sum = "h1:ixuUG0QS413Vfzyx6FWx6PYTmHaOegTY+hjzhn7L+a0=",
 11427        version = "v1.21.2",
 11428    )
 11429    go_repository(
 11430        name = "org_modernc_strutil",
 11431        build_file_proto_mode = "disable_global",
 11432        importpath = "modernc.org/strutil",
 11433        sum = "h1:fNMm+oJklMGYfU9Ylcywl0CO5O6nTfaowNsh2wpPjzY=",
 11434        version = "v1.1.3",
 11435    )
 11436    go_repository(
 11437        name = "org_modernc_tcl",
 11438        build_file_proto_mode = "disable_global",
 11439        importpath = "modernc.org/tcl",
 11440        sum = "h1:5PQgL/29XkQ9wsEmmNPjzKs+7iPCaYqUJAhzPvQbjDA=",
 11441        version = "v1.13.2",
 11442    )
 11443    go_repository(
 11444        name = "org_modernc_token",
 11445        build_file_proto_mode = "disable_global",
 11446        importpath = "modernc.org/token",
 11447        sum = "h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=",
 11448        version = "v1.1.0",
 11449    )
 11450    go_repository(
 11451        name = "org_modernc_xc",
 11452        build_file_proto_mode = "disable_global",
 11453        importpath = "modernc.org/xc",
 11454        sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=",
 11455        version = "v1.0.0",
 11456    )
 11457    go_repository(
 11458        name = "org_modernc_z",
 11459        build_file_proto_mode = "disable_global",
 11460        importpath = "modernc.org/z",
 11461        sum = "h1:RTNHdsrOpeoSeOF4FbzTo8gBYByaJ5xT7NgZ9ZqRiJM=",
 11462        version = "v1.5.1",
 11463    )
 11464    go_repository(
 11465        name = "org_modernc_zappy",
 11466        build_file_proto_mode = "disable_global",
 11467        importpath = "modernc.org/zappy",
 11468        sum = "h1:dPVaP+3ueIUv4guk8PuZ2wiUGcJ1WUVvIheeSSTD0yk=",
 11469        version = "v1.0.0",
 11470    )
 11471    go_repository(
 11472        name = "org_mongodb_go_mongo_driver",
 11473        build_file_proto_mode = "disable_global",
 11474        importpath = "go.mongodb.org/mongo-driver",
 11475        sum = "h1:rJCKC8eEliewXjZGf0ddURtl7tTVy1TK3bfl0gkUSLc=",
 11476        version = "v1.15.0",
 11477    )
 11478    go_repository(
 11479        name = "org_mozilla_go_pkcs7",
 11480        build_file_proto_mode = "disable_global",
 11481        importpath = "go.mozilla.org/pkcs7",
 11482        sum = "h1:A/5uWzF44DlIgdm/PQFwfMkW0JX+cIcQi/SwLAmZP5M=",
 11483        version = "v0.0.0-20200128120323-432b2356ecb1",
 11484    )
 11485    go_repository(
 11486        name = "org_uber_go_atomic",
 11487        build_file_proto_mode = "disable_global",
 11488        importpath = "go.uber.org/atomic",
 11489        sum = "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=",
 11490        version = "v1.11.0",
 11491    )
 11492
 11493    go_repository(
 11494        name = "org_uber_go_goleak",
 11495        build_file_proto_mode = "disable_global",
 11496        importpath = "go.uber.org/goleak",
 11497        sum = "h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=",
 11498        version = "v1.3.0",
 11499    )
 11500    go_repository(
 11501        name = "org_uber_go_multierr",
 11502        build_file_proto_mode = "disable_global",
 11503        importpath = "go.uber.org/multierr",
 11504        sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=",
 11505        version = "v1.11.0",
 11506    )
 11507    go_repository(
 11508        name = "org_uber_go_tools",
 11509        build_file_proto_mode = "disable_global",
 11510        importpath = "go.uber.org/tools",
 11511        sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
 11512        version = "v0.0.0-20190618225709-2cfd321de3ee",
 11513    )
 11514    go_repository(
 11515        name = "org_uber_go_zap",
 11516        build_file_proto_mode = "disable_global",
 11517        importpath = "go.uber.org/zap",
 11518        sum = "h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=",
 11519        version = "v1.27.0",
 11520    )
 11521    go_repository(
 11522        name = "sh_helm_helm_v3",
 11523        build_file_proto_mode = "disable_global",
 11524        importpath = "helm.sh/helm/v3",
 11525        sum = "h1:22ztacHz4gMqhXNqCQ9NAg6BFWoRUryNLvnkz6OVyw0=",
 11526        version = "v3.15.1",
 11527    )
 11528    go_repository(
 11529        name = "sm_step_go_crypto",
 11530        build_file_proto_mode = "disable_global",
 11531        importpath = "go.step.sm/crypto",
 11532        sum = "h1:t3p3uQ7raP2jp2ha9P6xkQF85TJZh+87xmjSLaib+jk=",
 11533        version = "v0.44.2",
 11534    )
 11535
 11536    go_repository(
 11537        name = "tech_einride_go_aip",
 11538        build_file_proto_mode = "disable_global",
 11539        importpath = "go.einride.tech/aip",
 11540        sum = "h1:d/4TW92OxXBngkSOwWS2CH5rez869KpKMaN44mdxkFI=",
 11541        version = "v0.67.1",
 11542    )
 11543    go_repository(
 11544        name = "tools_gotest",
 11545        build_file_proto_mode = "disable_global",
 11546        importpath = "gotest.tools",
 11547        sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
 11548        version = "v2.2.0+incompatible",
 11549    )
 11550    go_repository(
 11551        name = "tools_gotest_v3",
 11552        build_file_proto_mode = "disable_global",
 11553        importpath = "gotest.tools/v3",
 11554        sum = "h1:nUBm5Zta1hifeSTM6pcrPlgRjjgxpg574o4SNA3x1Aw=",
 11555        version = "v3.5.2-0.20240905034822-0b81523ff268",
 11556    )
 11557    go_repository(
 11558        name = "xyz_gomodules_jsonpatch_v2",
 11559        build_file_proto_mode = "disable_global",
 11560        importpath = "gomodules.xyz/jsonpatch/v2",
 11561        sum = "h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=",
 11562        version = "v2.4.0",
 11563    )

View as plain text