fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

1"Bazel go dependencies" 2 3load("@bazel_gazelle//:deps.bzl", "go_repository") 4 5def go_dependencies(): 6 """The go dependencies in this macro are auto-updated by gazelle 7 8 To update run, 9 10 bazel run //:gazelle-update-repos 11 """ 12 pass 13 go_repository( 14 name = "cc_mvdan_gofumpt", 15 build_file_proto_mode = "disable_global", 16 importpath = "mvdan.cc/gofumpt", 17 sum = "h1:JVf4NN1mIpHogBj7ABpgOyZc65/UUOkKQFkoURsz4MM=", 18 version = "v0.4.0", 19 ) 20 go_repository( 21 name = "co_honnef_go_tools", 22 build_file_proto_mode = "disable_global", 23 importpath = "honnef.co/go/tools", 24 sum = "h1:/hemPrYIhOhy8zYrNj+069zDB68us2sMGsfkFJO0iZs=", 25 version = "v0.0.0-20190523083050-ea95bdfd59fc", 26 ) 27 go_repository( 28 name = "com_github_acomagu_bufpipe", 29 build_file_proto_mode = "disable_global", 30 importpath = "github.com/acomagu/bufpipe", 31 sum = "h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ=", 32 version = "v1.0.4", 33 ) 34 35 go_repository( 36 name = "com_github_ajstarks_svgo", 37 build_file_proto_mode = "disable_global", 38 importpath = "github.com/ajstarks/svgo", 39 sum = "h1:wVe6/Ea46ZMeNkQjjBW6xcqyQA/j5e0D6GytH95g0gQ=", 40 version = "v0.0.0-20180226025133-644b8db467af", 41 ) 42 go_repository( 43 name = "com_github_alecthomas_kingpin_v2", 44 build_file_proto_mode = "disable_global", 45 importpath = "github.com/alecthomas/kingpin/v2", 46 sum = "h1:H0aULhgmSzN8xQ3nX1uxtdlTHYoPLu5AhHxWrKI6ocU=", 47 version = "v2.3.2", 48 ) 49 50 go_repository( 51 name = "com_github_alecthomas_units", 52 build_file_proto_mode = "disable_global", 53 importpath = "github.com/alecthomas/units", 54 sum = "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=", 55 version = "v0.0.0-20211218093645-b94a6e3cc137", 56 ) 57 58 go_repository( 59 name = "com_github_andybalholm_brotli", 60 build_file_proto_mode = "disable_global", 61 importpath = "github.com/andybalholm/brotli", 62 sum = "h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=", 63 version = "v1.0.5", 64 ) 65 go_repository( 66 name = "com_github_andygrunwald_go_gerrit", 67 build_file_proto_mode = "disable_global", 68 importpath = "github.com/andygrunwald/go-gerrit", 69 sum = "h1:q9HI3vudtbNNvaZl+l0oM7cQ07OES2x7ysiVwZpk89E=", 70 version = "v0.0.0-20230628115649-c44fe2fbf2ca", 71 ) 72 go_repository( 73 name = "com_github_anmitsu_go_shlex", 74 build_file_proto_mode = "disable_global", 75 importpath = "github.com/anmitsu/go-shlex", 76 sum = "h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=", 77 version = "v0.0.0-20200514113438-38f4b401e2be", 78 ) 79 go_repository( 80 name = "com_github_antihax_optional", 81 build_file_proto_mode = "disable_global", 82 importpath = "github.com/antihax/optional", 83 sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", 84 version = "v1.0.0", 85 ) 86 87 go_repository( 88 name = "com_github_armon_go_socks5", 89 build_file_proto_mode = "disable_global", 90 importpath = "github.com/armon/go-socks5", 91 sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=", 92 version = "v0.0.0-20160902184237-e75332964ef5", 93 ) 94 go_repository( 95 name = "com_github_aymerick_douceur", 96 build_file_proto_mode = "disable_global", 97 importpath = "github.com/aymerick/douceur", 98 sum = "h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=", 99 version = "v0.2.0", 100 ) 101 102 go_repository( 103 name = "com_github_benbjohnson_clock", 104 build_file_proto_mode = "disable_global", 105 importpath = "github.com/benbjohnson/clock", 106 sum = "h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=", 107 version = "v1.3.0", 108 ) 109 go_repository( 110 name = "com_github_beorn7_perks", 111 build_file_proto_mode = "disable_global", 112 importpath = "github.com/beorn7/perks", 113 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", 114 version = "v1.0.1", 115 ) 116 go_repository( 117 name = "com_github_bits_and_blooms_bitset", 118 build_file_proto_mode = "disable_global", 119 importpath = "github.com/bits-and-blooms/bitset", 120 sum = "h1:FD+XqgOZDUxxZ8hzoBFuV9+cGWY9CslN6d5MS5JVb4c=", 121 version = "v1.8.0", 122 ) 123 go_repository( 124 name = "com_github_bmatcuk_doublestar", 125 build_file_proto_mode = "disable_global", 126 importpath = "github.com/bmatcuk/doublestar", 127 sum = "h1:gPypJ5xD31uhX6Tf54sDPUOBXTqKH4c9aPY66CyQrS0=", 128 version = "v1.3.4", 129 ) 130 go_repository( 131 name = "com_github_burntsushi_toml", 132 build_file_proto_mode = "disable_global", 133 importpath = "github.com/BurntSushi/toml", 134 sum = "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=", 135 version = "v1.2.1", 136 ) 137 go_repository( 138 name = "com_github_burntsushi_xgb", 139 build_file_proto_mode = "disable_global", 140 importpath = "github.com/BurntSushi/xgb", 141 sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", 142 version = "v0.0.0-20160522181843-27f122750802", 143 ) 144 go_repository( 145 name = "com_github_bwesterb_go_ristretto", 146 build_file_proto_mode = "disable_global", 147 importpath = "github.com/bwesterb/go-ristretto", 148 sum = "h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/JMzngw=", 149 version = "v1.2.3", 150 ) 151 go_repository( 152 name = "com_github_cenkalti_backoff_v4", 153 build_file_proto_mode = "disable_global", 154 importpath = "github.com/cenkalti/backoff/v4", 155 sum = "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=", 156 version = "v4.2.1", 157 ) 158 go_repository( 159 name = "com_github_census_instrumentation_opencensus_proto", 160 build_file_proto_mode = "disable_global", 161 importpath = "github.com/census-instrumentation/opencensus-proto", 162 sum = "h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=", 163 version = "v0.4.1", 164 ) 165 166 go_repository( 167 name = "com_github_cespare_xxhash_v2", 168 build_file_proto_mode = "disable_global", 169 importpath = "github.com/cespare/xxhash/v2", 170 sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=", 171 version = "v2.2.0", 172 ) 173 174 go_repository( 175 name = "com_github_chzyer_readline", 176 build_file_proto_mode = "disable_global", 177 importpath = "github.com/chzyer/readline", 178 sum = "h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI=", 179 version = "v1.5.1", 180 ) 181 182 go_repository( 183 name = "com_github_client9_misspell", 184 build_file_proto_mode = "disable_global", 185 importpath = "github.com/client9/misspell", 186 sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", 187 version = "v0.3.4", 188 ) 189 go_repository( 190 name = "com_github_cloudflare_circl", 191 build_file_proto_mode = "disable_global", 192 importpath = "github.com/cloudflare/circl", 193 sum = "h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=", 194 version = "v1.3.3", 195 ) 196 go_repository( 197 name = "com_github_cloudykit_fastprinter", 198 build_file_proto_mode = "disable_global", 199 importpath = "github.com/CloudyKit/fastprinter", 200 sum = "h1:sR+/8Yb4slttB4vD+b9btVEnWgL3Q00OBTzVT8B9C0c=", 201 version = "v0.0.0-20200109182630-33d98a066a53", 202 ) 203 204 go_repository( 205 name = "com_github_cloudykit_jet_v6", 206 build_file_proto_mode = "disable_global", 207 importpath = "github.com/CloudyKit/jet/v6", 208 sum = "h1:EpcZ6SR9n28BUGtNJSvlBqf90IpjeFr36Tizxhn/oME=", 209 version = "v6.2.0", 210 ) 211 go_repository( 212 name = "com_github_cncf_udpa_go", 213 build_file_proto_mode = "disable_global", 214 importpath = "github.com/cncf/udpa/go", 215 sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=", 216 version = "v0.0.0-20220112060539-c52dc94e7fbe", 217 ) 218 go_repository( 219 name = "com_github_cncf_xds_go", 220 build_file_proto_mode = "disable_global", 221 importpath = "github.com/cncf/xds/go", 222 sum = "h1:/inchEIKaYC1Akx+H+gqO04wryn5h75LSazbRlnya1k=", 223 version = "v0.0.0-20230607035331-e9ce68804cb4", 224 ) 225 go_repository( 226 name = "com_github_cockroachdb_datadriven", 227 build_file_proto_mode = "disable_global", 228 importpath = "github.com/cockroachdb/datadriven", 229 sum = "h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=", 230 version = "v1.0.2", 231 ) 232 go_repository( 233 name = "com_github_cockroachdb_errors", 234 build_file_proto_mode = "disable_global", 235 importpath = "github.com/cockroachdb/errors", 236 sum = "h1:lfxS8zZz1+OjtV4MtNWgboi/W5tyLEB6VQZBXN+0VUU=", 237 version = "v1.10.0", 238 ) 239 go_repository( 240 name = "com_github_cockroachdb_logtags", 241 build_file_proto_mode = "disable_global", 242 importpath = "github.com/cockroachdb/logtags", 243 sum = "h1:r6VH0faHjZeQy818SGhaone5OnYfxFR/+AzdY3sf5aE=", 244 version = "v0.0.0-20230118201751-21c54148d20b", 245 ) 246 go_repository( 247 name = "com_github_cockroachdb_redact", 248 build_file_proto_mode = "disable_global", 249 importpath = "github.com/cockroachdb/redact", 250 sum = "h1:u1PMllDkdFfPWaNGMyLD1+so+aq3uUItthCFqzwPJ30=", 251 version = "v1.1.5", 252 ) 253 go_repository( 254 name = "com_github_codegangsta_inject", 255 build_file_proto_mode = "disable_global", 256 importpath = "github.com/codegangsta/inject", 257 sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", 258 version = "v0.0.0-20150114235600-33e0aa1cb7c0", 259 ) 260 261 go_repository( 262 name = "com_github_creack_pty", 263 build_file_proto_mode = "disable_global", 264 importpath = "github.com/creack/pty", 265 sum = "h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w=", 266 version = "v1.1.9", 267 ) 268 go_repository( 269 name = "com_github_davecgh_go_spew", 270 build_file_proto_mode = "disable_global", 271 importpath = "github.com/davecgh/go-spew", 272 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", 273 version = "v1.1.1", 274 ) 275 276 go_repository( 277 name = "com_github_djherbis_buffer", 278 build_file_proto_mode = "disable_global", 279 importpath = "github.com/djherbis/buffer", 280 sum = "h1:PH5Dd2ss0C7CRRhQCZ2u7MssF+No9ide8Ye71nPHcrQ=", 281 version = "v1.2.0", 282 ) 283 go_repository( 284 name = "com_github_djherbis_nio_v3", 285 build_file_proto_mode = "disable_global", 286 importpath = "github.com/djherbis/nio/v3", 287 sum = "h1:6wxhnuppteMa6RHA4L81Dq7ThkZH8SwnDzXDYy95vB4=", 288 version = "v3.0.1", 289 ) 290 291 go_repository( 292 name = "com_github_edsrzf_mmap_go", 293 build_file_proto_mode = "disable_global", 294 importpath = "github.com/edsrzf/mmap-go", 295 sum = "h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=", 296 version = "v1.1.0", 297 ) 298 go_repository( 299 name = "com_github_eknkc_amber", 300 build_file_proto_mode = "disable_global", 301 importpath = "github.com/eknkc/amber", 302 sum = "h1:clC1lXBpe2kTj2VHdaIu9ajZQe4kcEY9j0NsnDDBZ3o=", 303 version = "v0.0.0-20171010120322-cdade1c07385", 304 ) 305 go_repository( 306 name = "com_github_elazarl_goproxy", 307 build_file_proto_mode = "disable_global", 308 importpath = "github.com/elazarl/goproxy", 309 sum = "h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0=", 310 version = "v0.0.0-20221015165544-a0805db90819", 311 ) 312 313 go_repository( 314 name = "com_github_emirpasic_gods", 315 build_file_proto_mode = "disable_global", 316 importpath = "github.com/emirpasic/gods", 317 sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=", 318 version = "v1.18.1", 319 ) 320 go_repository( 321 name = "com_github_envoyproxy_go_control_plane", 322 build_file_proto_mode = "disable_global", 323 importpath = "github.com/envoyproxy/go-control-plane", 324 sum = "h1:7T++XKzy4xg7PKy+bM+Sa9/oe1OC88yz2hXQUISoXfA=", 325 version = "v0.11.1-0.20230524094728-9239064ad72f", 326 ) 327 go_repository( 328 name = "com_github_envoyproxy_protoc_gen_validate", 329 build_file_proto_mode = "disable_global", 330 importpath = "github.com/envoyproxy/protoc-gen-validate", 331 sum = "h1:c0g45+xCJhdgFGw7a5QAfdS4byAbud7miNWJ1WwEVf8=", 332 version = "v0.10.1", 333 ) 334 335 go_repository( 336 name = "com_github_fatih_color", 337 build_file_proto_mode = "disable_global", 338 importpath = "github.com/fatih/color", 339 sum = "h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=", 340 version = "v1.15.0", 341 ) 342 go_repository( 343 name = "com_github_fatih_structs", 344 build_file_proto_mode = "disable_global", 345 importpath = "github.com/fatih/structs", 346 sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=", 347 version = "v1.1.0", 348 ) 349 go_repository( 350 name = "com_github_flosch_pongo2_v4", 351 build_file_proto_mode = "disable_global", 352 importpath = "github.com/flosch/pongo2/v4", 353 sum = "h1:gv+5Pe3vaSVmiJvh/BZa82b7/00YUGm0PIyVVLop0Hw=", 354 version = "v4.0.2", 355 ) 356 go_repository( 357 name = "com_github_fogleman_gg", 358 build_file_proto_mode = "disable_global", 359 importpath = "github.com/fogleman/gg", 360 sum = "h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=", 361 version = "v1.2.1-0.20190220221249-0403632d5b90", 362 ) 363 go_repository( 364 name = "com_github_fsnotify_fsnotify", 365 build_file_proto_mode = "disable_global", 366 importpath = "github.com/fsnotify/fsnotify", 367 sum = "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", 368 version = "v1.6.0", 369 ) 370 371 go_repository( 372 name = "com_github_getsentry_sentry_go", 373 build_file_proto_mode = "disable_global", 374 importpath = "github.com/getsentry/sentry-go", 375 sum = "h1:XNX9zKbv7baSEI65l+H1GEJgSeIC1c7EN5kluWaP6dM=", 376 version = "v0.22.0", 377 ) 378 go_repository( 379 name = "com_github_gfleury_go_bitbucket_v1", 380 build_file_proto_mode = "disable_global", 381 importpath = "github.com/gfleury/go-bitbucket-v1", 382 sum = "h1:Ea58sAu8LX/NS7z3aeL+YX/7+FSd9jsxq6Ecpz7QEDM=", 383 version = "v0.0.0-20230626192437-8d7be5866751", 384 ) 385 go_repository( 386 name = "com_github_ghodss_yaml", 387 build_file_proto_mode = "disable_global", 388 importpath = "github.com/ghodss/yaml", 389 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", 390 version = "v1.0.0", 391 ) 392 go_repository( 393 name = "com_github_gin_contrib_sse", 394 build_file_proto_mode = "disable_global", 395 importpath = "github.com/gin-contrib/sse", 396 sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=", 397 version = "v0.1.0", 398 ) 399 go_repository( 400 name = "com_github_gin_gonic_gin", 401 build_file_proto_mode = "disable_global", 402 importpath = "github.com/gin-gonic/gin", 403 sum = "h1:4+fr/el88TOO3ewCmQr8cx/CtZ/umlIRIs5M4NTNjf8=", 404 version = "v1.8.1", 405 ) 406 go_repository( 407 name = "com_github_gliderlabs_ssh", 408 build_file_proto_mode = "disable_global", 409 importpath = "github.com/gliderlabs/ssh", 410 sum = "h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=", 411 version = "v0.3.5", 412 ) 413 414 go_repository( 415 name = "com_github_go_enry_go_enry_v2", 416 build_file_proto_mode = "disable_global", 417 importpath = "github.com/go-enry/go-enry/v2", 418 sum = "h1:QrY3hx/RiqCJJRbdU0MOcjfTM1a586J0WSooqdlJIhs=", 419 version = "v2.8.4", 420 ) 421 go_repository( 422 name = "com_github_go_enry_go_oniguruma", 423 build_file_proto_mode = "disable_global", 424 importpath = "github.com/go-enry/go-oniguruma", 425 sum = "h1:k8aAMuJfMrqm/56SG2lV9Cfti6tC4x8673aHCcBk+eo=", 426 version = "v1.2.1", 427 ) 428 go_repository( 429 name = "com_github_go_errors_errors", 430 build_file_proto_mode = "disable_global", 431 importpath = "github.com/go-errors/errors", 432 sum = "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=", 433 version = "v1.4.2", 434 ) 435 go_repository( 436 name = "com_github_go_git_gcfg", 437 build_file_proto_mode = "disable_global", 438 importpath = "github.com/go-git/gcfg", 439 sum = "h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=", 440 version = "v1.5.1-0.20230307220236-3a3c6141e376", 441 ) 442 go_repository( 443 name = "com_github_go_git_go_billy_v5", 444 build_file_proto_mode = "disable_global", 445 importpath = "github.com/go-git/go-billy/v5", 446 sum = "h1:Uwp5tDRkPr+l/TnbHOQzp+tmJfLceOlbVucgpTz8ix4=", 447 version = "v5.4.1", 448 ) 449 go_repository( 450 name = "com_github_go_git_go_git_fixtures_v4", 451 build_file_proto_mode = "disable_global", 452 importpath = "github.com/go-git/go-git-fixtures/v4", 453 sum = "h1:Pz0DHeFij3XFhoBRGUDPzSJ+w2UcK5/0JvF8DRI58r8=", 454 version = "v4.3.2-0.20230305113008-0c11038e723f", 455 ) 456 go_repository( 457 name = "com_github_go_git_go_git_v5", 458 build_file_proto_mode = "disable_global", 459 importpath = "github.com/go-git/go-git/v5", 460 sum = "h1:t9AudWVLmqzlo+4bqdf7GY+46SUuRsx59SboFxkq2aE=", 461 version = "v5.7.0", 462 ) 463 go_repository( 464 name = "com_github_go_gl_glfw", 465 build_file_proto_mode = "disable_global", 466 importpath = "github.com/go-gl/glfw", 467 sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=", 468 version = "v0.0.0-20190409004039-e6da0acd62b1", 469 ) 470 471 go_repository( 472 name = "com_github_go_kit_log", 473 build_file_proto_mode = "disable_global", 474 importpath = "github.com/go-kit/log", 475 sum = "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=", 476 version = "v0.2.1", 477 ) 478 go_repository( 479 name = "com_github_go_logfmt_logfmt", 480 build_file_proto_mode = "disable_global", 481 importpath = "github.com/go-logfmt/logfmt", 482 sum = "h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=", 483 version = "v0.5.1", 484 ) 485 go_repository( 486 name = "com_github_go_logr_logr", 487 build_file_proto_mode = "disable_global", 488 importpath = "github.com/go-logr/logr", 489 sum = "h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=", 490 version = "v1.2.4", 491 ) 492 go_repository( 493 name = "com_github_go_logr_stdr", 494 build_file_proto_mode = "disable_global", 495 importpath = "github.com/go-logr/stdr", 496 sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=", 497 version = "v1.2.2", 498 ) 499 go_repository( 500 name = "com_github_go_martini_martini", 501 build_file_proto_mode = "disable_global", 502 importpath = "github.com/go-martini/martini", 503 sum = "h1:xveKWz2iaueeTaUgdetzel+U7exyigDYBryyVfV/rZk=", 504 version = "v0.0.0-20170121215854-22fa46961aab", 505 ) 506 go_repository( 507 name = "com_github_go_ole_go_ole", 508 build_file_proto_mode = "disable_global", 509 importpath = "github.com/go-ole/go-ole", 510 sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=", 511 version = "v1.2.6", 512 ) 513 go_repository( 514 name = "com_github_go_playground_locales", 515 build_file_proto_mode = "disable_global", 516 importpath = "github.com/go-playground/locales", 517 sum = "h1:u50s323jtVGugKlcYeyzC0etD1HifMjqmJqb8WugfUU=", 518 version = "v0.14.0", 519 ) 520 go_repository( 521 name = "com_github_go_playground_universal_translator", 522 build_file_proto_mode = "disable_global", 523 importpath = "github.com/go-playground/universal-translator", 524 sum = "h1:82dyy6p4OuJq4/CByFNOn/jYrnRPArHwAcmLoJZxyho=", 525 version = "v0.18.0", 526 ) 527 go_repository( 528 name = "com_github_go_playground_validator_v10", 529 build_file_proto_mode = "disable_global", 530 importpath = "github.com/go-playground/validator/v10", 531 sum = "h1:prmOlTVv+YjZjmRmNSF3VmspqJIxJWXmqUsHwfTRRkQ=", 532 version = "v10.11.1", 533 ) 534 go_repository( 535 name = "com_github_gobwas_glob", 536 build_file_proto_mode = "disable_global", 537 importpath = "github.com/gobwas/glob", 538 sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=", 539 version = "v0.2.3", 540 ) 541 542 go_repository( 543 name = "com_github_goccy_go_json", 544 build_file_proto_mode = "disable_global", 545 importpath = "github.com/goccy/go-json", 546 sum = "h1:/pAaQDLHEoCq/5FFmSKBswWmK6H0e8g4159Kc/X/nqk=", 547 version = "v0.9.11", 548 ) 549 go_repository( 550 name = "com_github_gogo_googleapis", 551 build_file_proto_mode = "disable_global", 552 importpath = "github.com/gogo/googleapis", 553 sum = "h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=", 554 version = "v1.4.1", 555 ) 556 go_repository( 557 name = "com_github_gogo_protobuf", 558 build_file_proto_mode = "disable_global", 559 importpath = "github.com/gogo/protobuf", 560 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", 561 version = "v1.3.2", 562 ) 563 go_repository( 564 name = "com_github_gogo_status", 565 build_file_proto_mode = "disable_global", 566 importpath = "github.com/gogo/status", 567 sum = "h1:+eIkrewn5q6b30y+g/BJINVVdi2xH7je5MPJ3ZPK3JA=", 568 version = "v1.1.0", 569 ) 570 go_repository( 571 name = "com_github_golang_freetype", 572 build_file_proto_mode = "disable_global", 573 importpath = "github.com/golang/freetype", 574 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=", 575 version = "v0.0.0-20170609003504-e2365dfdc4a0", 576 ) 577 go_repository( 578 name = "com_github_golang_glog", 579 build_file_proto_mode = "disable_global", 580 importpath = "github.com/golang/glog", 581 sum = "h1:/d3pCKDPWNnvIWe0vVUpNP32qc8U3PDVxySP/y360qE=", 582 version = "v1.1.0", 583 ) 584 go_repository( 585 name = "com_github_golang_groupcache", 586 build_file_proto_mode = "disable_global", 587 importpath = "github.com/golang/groupcache", 588 sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", 589 version = "v0.0.0-20210331224755-41bb18bfe9da", 590 ) 591 592 go_repository( 593 name = "com_github_golang_mock", 594 build_file_proto_mode = "disable_global", 595 importpath = "github.com/golang/mock", 596 sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", 597 version = "v1.6.0", 598 ) 599 go_repository( 600 name = "com_github_golang_protobuf", 601 build_file_proto_mode = "disable_global", 602 importpath = "github.com/golang/protobuf", 603 sum = "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", 604 version = "v1.5.3", 605 ) 606 go_repository( 607 name = "com_github_golang_snappy", 608 build_file_proto_mode = "disable_global", 609 importpath = "github.com/golang/snappy", 610 sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", 611 version = "v0.0.4", 612 ) 613 614 go_repository( 615 name = "com_github_google_go_cmp", 616 build_file_proto_mode = "disable_global", 617 importpath = "github.com/google/go-cmp", 618 sum = "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", 619 version = "v0.5.9", 620 ) 621 go_repository( 622 name = "com_github_google_go_github_v27", 623 build_file_proto_mode = "disable_global", 624 importpath = "github.com/google/go-github/v27", 625 sum = "h1:oiOZuBmGHvrGM1X9uNUAUlLgp5r1UUO/M/KnbHnLRlQ=", 626 version = "v27.0.6", 627 ) 628 go_repository( 629 name = "com_github_google_go_pkcs11", 630 build_file_proto_mode = "disable_global", 631 importpath = "github.com/google/go-pkcs11", 632 sum = "h1:5meDPB26aJ98f+K9G21f0AqZwo/S5BJMJh8nuhMbdsI=", 633 version = "v0.2.0", 634 ) 635 636 go_repository( 637 name = "com_github_google_go_querystring", 638 build_file_proto_mode = "disable_global", 639 importpath = "github.com/google/go-querystring", 640 sum = "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", 641 version = "v1.1.0", 642 ) 643 644 go_repository( 645 name = "com_github_google_martian_v3", 646 build_file_proto_mode = "disable_global", 647 importpath = "github.com/google/martian/v3", 648 sum = "h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=", 649 version = "v3.3.2", 650 ) 651 go_repository( 652 name = "com_github_google_pprof", 653 build_file_proto_mode = "disable_global", 654 importpath = "github.com/google/pprof", 655 sum = "h1:hR7/MlvK23p6+lIw9SN1TigNLn9ZnF3W4SYRKq2gAHs=", 656 version = "v0.0.0-20230602150820-91b7bce49751", 657 ) 658 go_repository( 659 name = "com_github_google_s2a_go", 660 build_file_proto_mode = "disable_global", 661 importpath = "github.com/google/s2a-go", 662 sum = "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=", 663 version = "v0.1.4", 664 ) 665 666 go_repository( 667 name = "com_github_google_slothfs", 668 build_file_proto_mode = "disable_global", 669 importpath = "github.com/google/slothfs", 670 sum = "h1:iuModVoTuW2lBUobX9QBgqD+ipHbWKug6n8qkJfDtUE=", 671 version = "v0.0.0-20190717100203-59c1163fd173", 672 ) 673 go_repository( 674 name = "com_github_google_uuid", 675 build_file_proto_mode = "disable_global", 676 importpath = "github.com/google/uuid", 677 sum = "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=", 678 version = "v1.3.0", 679 ) 680 go_repository( 681 name = "com_github_googleapis_enterprise_certificate_proxy", 682 build_file_proto_mode = "disable_global", 683 importpath = "github.com/googleapis/enterprise-certificate-proxy", 684 sum = "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=", 685 version = "v0.2.5", 686 ) 687 go_repository( 688 name = "com_github_googleapis_gax_go_v2", 689 build_file_proto_mode = "disable_global", 690 importpath = "github.com/googleapis/gax-go/v2", 691 sum = "h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cUUI8Ki4=", 692 version = "v2.11.0", 693 ) 694 695 go_repository( 696 name = "com_github_gorilla_css", 697 build_file_proto_mode = "disable_global", 698 importpath = "github.com/gorilla/css", 699 sum = "h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=", 700 version = "v1.0.0", 701 ) 702 703 go_repository( 704 name = "com_github_grafana_regexp", 705 build_file_proto_mode = "disable_global", 706 importpath = "github.com/grafana/regexp", 707 sum = "h1:7aN5cccjIqCLTzedH7MZzRZt5/lsAHch6Z3L2ZGn5FA=", 708 version = "v0.0.0-20221123153739-15dc172cd2db", 709 ) 710 go_repository( 711 name = "com_github_grpc_ecosystem_grpc_gateway", 712 build_file_proto_mode = "disable_global", 713 importpath = "github.com/grpc-ecosystem/grpc-gateway", 714 sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", 715 version = "v1.16.0", 716 ) 717 go_repository( 718 name = "com_github_grpc_ecosystem_grpc_gateway_v2", 719 build_file_proto_mode = "disable_global", 720 importpath = "github.com/grpc-ecosystem/grpc-gateway/v2", 721 sum = "h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=", 722 version = "v2.16.0", 723 ) 724 go_repository( 725 name = "com_github_hashicorp_go_cleanhttp", 726 build_file_proto_mode = "disable_global", 727 importpath = "github.com/hashicorp/go-cleanhttp", 728 sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", 729 version = "v0.5.2", 730 ) 731 go_repository( 732 name = "com_github_hashicorp_go_hclog", 733 build_file_proto_mode = "disable_global", 734 importpath = "github.com/hashicorp/go-hclog", 735 sum = "h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs=", 736 version = "v0.16.2", 737 ) 738 go_repository( 739 name = "com_github_hashicorp_go_retryablehttp", 740 build_file_proto_mode = "disable_global", 741 importpath = "github.com/hashicorp/go-retryablehttp", 742 sum = "h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA=", 743 version = "v0.7.4", 744 ) 745 746 go_repository( 747 name = "com_github_hdrhistogram_hdrhistogram_go", 748 build_file_proto_mode = "disable_global", 749 importpath = "github.com/HdrHistogram/hdrhistogram-go", 750 sum = "h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=", 751 version = "v1.1.2", 752 ) 753 go_repository( 754 name = "com_github_hexops_autogold", 755 build_file_proto_mode = "disable_global", 756 importpath = "github.com/hexops/autogold", 757 sum = "h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=", 758 version = "v1.3.1", 759 ) 760 go_repository( 761 name = "com_github_hexops_autogold_v2", 762 build_file_proto_mode = "disable_global", 763 importpath = "github.com/hexops/autogold/v2", 764 sum = "h1:zyrfTlNfyxLpX/zuk8wjTeTYP5AXaFeeRYFEZfHPwao=", 765 version = "v2.0.3", 766 ) 767 go_repository( 768 name = "com_github_hexops_gotextdiff", 769 build_file_proto_mode = "disable_global", 770 importpath = "github.com/hexops/gotextdiff", 771 sum = "h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=", 772 version = "v1.0.3", 773 ) 774 go_repository( 775 name = "com_github_hexops_valast", 776 build_file_proto_mode = "disable_global", 777 importpath = "github.com/hexops/valast", 778 sum = "h1:oBoGERMJh6UZdRc6cduE1CTPK+VAdXA59Y1HFgu3sm0=", 779 version = "v1.4.3", 780 ) 781 782 go_repository( 783 name = "com_github_hydrogen18_memlistener", 784 build_file_proto_mode = "disable_global", 785 importpath = "github.com/hydrogen18/memlistener", 786 sum = "h1:JR7eDj8HD6eXrc5fWLbSUnfcQFL06PYvCc0DKQnWfaU=", 787 version = "v1.0.0", 788 ) 789 go_repository( 790 name = "com_github_ianlancetaylor_demangle", 791 build_file_proto_mode = "disable_global", 792 importpath = "github.com/ianlancetaylor/demangle", 793 sum = "h1:BA4a7pe6ZTd9F8kXETBoijjFJ/ntaa//1wiH9BZu4zU=", 794 version = "v0.0.0-20230524184225-eabc099b10ab", 795 ) 796 go_repository( 797 name = "com_github_imdario_mergo", 798 build_file_proto_mode = "disable_global", 799 importpath = "github.com/imdario/mergo", 800 sum = "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=", 801 version = "v0.3.16", 802 ) 803 804 go_repository( 805 name = "com_github_iris_contrib_schema", 806 build_file_proto_mode = "disable_global", 807 importpath = "github.com/iris-contrib/schema", 808 sum = "h1:CPSBLyx2e91H2yJzPuhGuifVRnZBBJ3pCOMbOvPZaTw=", 809 version = "v0.0.6", 810 ) 811 go_repository( 812 name = "com_github_itchyny_gojq", 813 build_file_proto_mode = "disable_global", 814 importpath = "github.com/itchyny/gojq", 815 sum = "h1:YhLueoHhHiN4mkfM+3AyJV6EPcCxKZsOnYf+aVSwaQw=", 816 version = "v0.12.11", 817 ) 818 go_repository( 819 name = "com_github_itchyny_timefmt_go", 820 build_file_proto_mode = "disable_global", 821 importpath = "github.com/itchyny/timefmt-go", 822 sum = "h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE=", 823 version = "v0.1.5", 824 ) 825 go_repository( 826 name = "com_github_jbenet_go_context", 827 build_file_proto_mode = "disable_global", 828 importpath = "github.com/jbenet/go-context", 829 sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=", 830 version = "v0.0.0-20150711004518-d14ea06fba99", 831 ) 832 go_repository( 833 name = "com_github_jessevdk_go_flags", 834 build_file_proto_mode = "disable_global", 835 importpath = "github.com/jessevdk/go-flags", 836 sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=", 837 version = "v1.5.0", 838 ) 839 go_repository( 840 name = "com_github_joker_jade", 841 build_file_proto_mode = "disable_global", 842 importpath = "github.com/Joker/jade", 843 sum = "h1:Qbeh12Vq6BxURXT1qZBRHsDxeURB8ztcL6f3EXSGeHk=", 844 version = "v1.1.3", 845 ) 846 847 go_repository( 848 name = "com_github_josharian_intern", 849 build_file_proto_mode = "disable_global", 850 importpath = "github.com/josharian/intern", 851 sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", 852 version = "v1.0.0", 853 ) 854 go_repository( 855 name = "com_github_jpillora_backoff", 856 build_file_proto_mode = "disable_global", 857 importpath = "github.com/jpillora/backoff", 858 sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", 859 version = "v1.0.0", 860 ) 861 go_repository( 862 name = "com_github_json_iterator_go", 863 build_file_proto_mode = "disable_global", 864 importpath = "github.com/json-iterator/go", 865 sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", 866 version = "v1.1.12", 867 ) 868 869 go_repository( 870 name = "com_github_julienschmidt_httprouter", 871 build_file_proto_mode = "disable_global", 872 importpath = "github.com/julienschmidt/httprouter", 873 sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", 874 version = "v1.3.0", 875 ) 876 go_repository( 877 name = "com_github_jung_kurt_gofpdf", 878 build_file_proto_mode = "disable_global", 879 importpath = "github.com/jung-kurt/gofpdf", 880 sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=", 881 version = "v1.0.3-0.20190309125859-24315acbbda5", 882 ) 883 884 go_repository( 885 name = "com_github_kataras_blocks", 886 build_file_proto_mode = "disable_global", 887 importpath = "github.com/kataras/blocks", 888 sum = "h1:cF3RDY/vxnSRezc7vLFlQFTYXG/yAr1o7WImJuZbzC4=", 889 version = "v0.0.7", 890 ) 891 go_repository( 892 name = "com_github_kataras_golog", 893 build_file_proto_mode = "disable_global", 894 importpath = "github.com/kataras/golog", 895 sum = "h1:isP8th4PJH2SrbkciKnylaND9xoTtfxv++NB+DF0l9g=", 896 version = "v0.1.8", 897 ) 898 go_repository( 899 name = "com_github_kataras_iris_v12", 900 build_file_proto_mode = "disable_global", 901 importpath = "github.com/kataras/iris/v12", 902 sum = "h1:WzDY5nGuW/LgVaFS5BtTkW3crdSKJ/FEgWnxPnIVVLI=", 903 version = "v12.2.0", 904 ) 905 906 go_repository( 907 name = "com_github_kataras_pio", 908 build_file_proto_mode = "disable_global", 909 importpath = "github.com/kataras/pio", 910 sum = "h1:kqreJ5KOEXGMwHAWHDwIl+mjfNCPhAwZPa8gK7MKlyw=", 911 version = "v0.0.11", 912 ) 913 go_repository( 914 name = "com_github_kataras_sitemap", 915 build_file_proto_mode = "disable_global", 916 importpath = "github.com/kataras/sitemap", 917 sum = "h1:w71CRMMKYMJh6LR2wTgnk5hSgjVNB9KL60n5e2KHvLY=", 918 version = "v0.0.6", 919 ) 920 go_repository( 921 name = "com_github_kataras_tunnel", 922 build_file_proto_mode = "disable_global", 923 importpath = "github.com/kataras/tunnel", 924 sum = "h1:sCAqWuJV7nPzGrlb0os3j49lk2JhILT0rID38NHNLpA=", 925 version = "v0.0.4", 926 ) 927 go_repository( 928 name = "com_github_keegancsmith_rpc", 929 build_file_proto_mode = "disable_global", 930 importpath = "github.com/keegancsmith/rpc", 931 sum = "h1:wGWOpjcNrZaY8GDYZJfvyxmlLljm3YQWF+p918DXtDk=", 932 version = "v1.3.0", 933 ) 934 go_repository( 935 name = "com_github_keegancsmith_tmpfriend", 936 build_file_proto_mode = "disable_global", 937 importpath = "github.com/keegancsmith/tmpfriend", 938 sum = "h1:xa9SZfAid/jlS3kjwAvVDQFpe6t8SiS0Vl/H51BZYww=", 939 version = "v0.0.0-20180423180255-86e88902a513", 940 ) 941 go_repository( 942 name = "com_github_kevinburke_ssh_config", 943 build_file_proto_mode = "disable_global", 944 importpath = "github.com/kevinburke/ssh_config", 945 sum = "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=", 946 version = "v1.2.0", 947 ) 948 go_repository( 949 name = "com_github_kisielk_errcheck", 950 build_file_proto_mode = "disable_global", 951 importpath = "github.com/kisielk/errcheck", 952 sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", 953 version = "v1.5.0", 954 ) 955 go_repository( 956 name = "com_github_kisielk_gotool", 957 build_file_proto_mode = "disable_global", 958 importpath = "github.com/kisielk/gotool", 959 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", 960 version = "v1.0.0", 961 ) 962 go_repository( 963 name = "com_github_klauspost_compress", 964 build_file_proto_mode = "disable_global", 965 importpath = "github.com/klauspost/compress", 966 sum = "h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=", 967 version = "v1.16.0", 968 ) 969 970 go_repository( 971 name = "com_github_kr_pretty", 972 build_file_proto_mode = "disable_global", 973 importpath = "github.com/kr/pretty", 974 sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=", 975 version = "v0.3.1", 976 ) 977 go_repository( 978 name = "com_github_kr_pty", 979 build_file_proto_mode = "disable_global", 980 importpath = "github.com/kr/pty", 981 sum = "h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw=", 982 version = "v1.1.1", 983 ) 984 go_repository( 985 name = "com_github_kr_text", 986 build_file_proto_mode = "disable_global", 987 importpath = "github.com/kr/text", 988 sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", 989 version = "v0.2.0", 990 ) 991 992 go_repository( 993 name = "com_github_labstack_echo_v4", 994 build_file_proto_mode = "disable_global", 995 importpath = "github.com/labstack/echo/v4", 996 sum = "h1:5CiyngihEO4HXsz3vVsJn7f8xAlWwRr3aY6Ih280ZKA=", 997 version = "v4.10.0", 998 ) 999 go_repository( 1000 name = "com_github_labstack_gommon", 1001 build_file_proto_mode = "disable_global", 1002 importpath = "github.com/labstack/gommon", 1003 sum = "h1:y7cvthEAEbU0yHOf4axH8ZG2NH8knB9iNSoTO8dyIk8=", 1004 version = "v0.4.0", 1005 ) 1006 go_repository( 1007 name = "com_github_leodido_go_urn", 1008 build_file_proto_mode = "disable_global", 1009 importpath = "github.com/leodido/go-urn", 1010 sum = "h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w=", 1011 version = "v1.2.1", 1012 ) 1013 go_repository( 1014 name = "com_github_lufia_plan9stats", 1015 build_file_proto_mode = "disable_global", 1016 importpath = "github.com/lufia/plan9stats", 1017 sum = "h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=", 1018 version = "v0.0.0-20211012122336-39d0f177ccd0", 1019 ) 1020 1021 go_repository( 1022 name = "com_github_mailgun_raymond_v2", 1023 build_file_proto_mode = "disable_global", 1024 importpath = "github.com/mailgun/raymond/v2", 1025 sum = "h1:5dmlB680ZkFG2RN/0lvTAghrSxIESeu9/2aeDqACtjw=", 1026 version = "v2.0.48", 1027 ) 1028 go_repository( 1029 name = "com_github_mailru_easyjson", 1030 build_file_proto_mode = "disable_global", 1031 importpath = "github.com/mailru/easyjson", 1032 sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=", 1033 version = "v0.7.7", 1034 ) 1035 go_repository( 1036 name = "com_github_matryer_is", 1037 build_file_proto_mode = "disable_global", 1038 importpath = "github.com/matryer/is", 1039 sum = "h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=", 1040 version = "v1.2.0", 1041 ) 1042 go_repository( 1043 name = "com_github_mattn_go_colorable", 1044 build_file_proto_mode = "disable_global", 1045 importpath = "github.com/mattn/go-colorable", 1046 sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=", 1047 version = "v0.1.13", 1048 ) 1049 go_repository( 1050 name = "com_github_mattn_go_isatty", 1051 build_file_proto_mode = "disable_global", 1052 importpath = "github.com/mattn/go-isatty", 1053 sum = "h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=", 1054 version = "v0.0.19", 1055 ) 1056 1057 go_repository( 1058 name = "com_github_matttproud_golang_protobuf_extensions", 1059 build_file_proto_mode = "disable_global", 1060 importpath = "github.com/matttproud/golang_protobuf_extensions", 1061 sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=", 1062 version = "v1.0.4", 1063 ) 1064 1065 go_repository( 1066 name = "com_github_microcosm_cc_bluemonday", 1067 build_file_proto_mode = "disable_global", 1068 importpath = "github.com/microcosm-cc/bluemonday", 1069 sum = "h1:SMZe2IGa0NuHvnVNAZ+6B38gsTbi5e4sViiWJyDDqFY=", 1070 version = "v1.0.23", 1071 ) 1072 go_repository( 1073 name = "com_github_microsoft_go_winio", 1074 build_file_proto_mode = "disable_global", 1075 importpath = "github.com/Microsoft/go-winio", 1076 sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=", 1077 version = "v0.6.1", 1078 ) 1079 1080 go_repository( 1081 name = "com_github_mitchellh_mapstructure", 1082 build_file_proto_mode = "disable_global", 1083 importpath = "github.com/mitchellh/mapstructure", 1084 sum = "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=", 1085 version = "v1.5.0", 1086 ) 1087 go_repository( 1088 name = "com_github_mmcloughlin_avo", 1089 build_file_proto_mode = "disable_global", 1090 importpath = "github.com/mmcloughlin/avo", 1091 sum = "h1:nAco9/aI9Lg2kiuROBY6BhCI/z0t5jEvJfjWbL8qXLU=", 1092 version = "v0.5.0", 1093 ) 1094 1095 go_repository( 1096 name = "com_github_moby_sys_mountinfo", 1097 build_file_proto_mode = "disable_global", 1098 importpath = "github.com/moby/sys/mountinfo", 1099 sum = "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=", 1100 version = "v0.6.2", 1101 ) 1102 go_repository( 1103 name = "com_github_modern_go_concurrent", 1104 build_file_proto_mode = "disable_global", 1105 importpath = "github.com/modern-go/concurrent", 1106 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", 1107 version = "v0.0.0-20180306012644-bacd9c7ef1dd", 1108 ) 1109 go_repository( 1110 name = "com_github_modern_go_reflect2", 1111 build_file_proto_mode = "disable_global", 1112 importpath = "github.com/modern-go/reflect2", 1113 sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", 1114 version = "v1.0.2", 1115 ) 1116 1117 go_repository( 1118 name = "com_github_mschoch_smat", 1119 build_file_proto_mode = "disable_global", 1120 importpath = "github.com/mschoch/smat", 1121 sum = "h1:8imxQsjDm8yFEAVBe7azKmKSgzSkZXDuKkSq9374khM=", 1122 version = "v0.2.0", 1123 ) 1124 go_repository( 1125 name = "com_github_mwitkow_go_conntrack", 1126 build_file_proto_mode = "disable_global", 1127 importpath = "github.com/mwitkow/go-conntrack", 1128 sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", 1129 version = "v0.0.0-20190716064945-2f068394615f", 1130 ) 1131 go_repository( 1132 name = "com_github_mxk_go_flowrate", 1133 build_file_proto_mode = "disable_global", 1134 importpath = "github.com/mxk/go-flowrate", 1135 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=", 1136 version = "v0.0.0-20140419014527-cca7078d478f", 1137 ) 1138 1139 go_repository( 1140 name = "com_github_niemeyer_pretty", 1141 build_file_proto_mode = "disable_global", 1142 importpath = "github.com/niemeyer/pretty", 1143 sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=", 1144 version = "v0.0.0-20200227124842-a10e7caefd8e", 1145 ) 1146 go_repository( 1147 name = "com_github_nightlyone_lockfile", 1148 build_file_proto_mode = "disable_global", 1149 importpath = "github.com/nightlyone/lockfile", 1150 sum = "h1:RHep2cFKK4PonZJDdEl4GmkabuhbsRMgk/k3uAmxBiA=", 1151 version = "v1.0.0", 1152 ) 1153 1154 go_repository( 1155 name = "com_github_opentracing_opentracing_go", 1156 build_file_proto_mode = "disable_global", 1157 importpath = "github.com/opentracing/opentracing-go", 1158 sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=", 1159 version = "v1.2.0", 1160 ) 1161 go_repository( 1162 name = "com_github_pelletier_go_toml", 1163 build_file_proto_mode = "disable_global", 1164 importpath = "github.com/pelletier/go-toml", 1165 sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=", 1166 version = "v1.9.5", 1167 ) 1168 go_repository( 1169 name = "com_github_pelletier_go_toml_v2", 1170 build_file_proto_mode = "disable_global", 1171 importpath = "github.com/pelletier/go-toml/v2", 1172 sum = "h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg=", 1173 version = "v2.0.5", 1174 ) 1175 go_repository( 1176 name = "com_github_peterbourgon_ff_v3", 1177 build_file_proto_mode = "disable_global", 1178 importpath = "github.com/peterbourgon/ff/v3", 1179 sum = "h1:2J07/5/36kd9HYVt42Zve0xCeQ+LLRIvoKrt6sAZXJ4=", 1180 version = "v3.3.2", 1181 ) 1182 go_repository( 1183 name = "com_github_pingcap_errors", 1184 build_file_proto_mode = "disable_global", 1185 importpath = "github.com/pingcap/errors", 1186 sum = "h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4=", 1187 version = "v0.11.4", 1188 ) 1189 go_repository( 1190 name = "com_github_pjbgf_sha1cd", 1191 build_file_proto_mode = "disable_global", 1192 importpath = "github.com/pjbgf/sha1cd", 1193 sum = "h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=", 1194 version = "v0.3.0", 1195 ) 1196 go_repository( 1197 name = "com_github_pkg_diff", 1198 build_file_proto_mode = "disable_global", 1199 importpath = "github.com/pkg/diff", 1200 sum = "h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=", 1201 version = "v0.0.0-20210226163009-20ebb0f2a09e", 1202 ) 1203 go_repository( 1204 name = "com_github_pkg_errors", 1205 build_file_proto_mode = "disable_global", 1206 importpath = "github.com/pkg/errors", 1207 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", 1208 version = "v0.9.1", 1209 ) 1210 go_repository( 1211 name = "com_github_pmezard_go_difflib", 1212 build_file_proto_mode = "disable_global", 1213 importpath = "github.com/pmezard/go-difflib", 1214 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", 1215 version = "v1.0.0", 1216 ) 1217 go_repository( 1218 name = "com_github_power_devops_perfstat", 1219 build_file_proto_mode = "disable_global", 1220 importpath = "github.com/power-devops/perfstat", 1221 sum = "h1:0LFwY6Q3gMACTjAbMZBjXAqTOzOwFaj2Ld6cjeQ7Rig=", 1222 version = "v0.0.0-20221212215047-62379fc7944b", 1223 ) 1224 go_repository( 1225 name = "com_github_prashantv_gostub", 1226 build_file_proto_mode = "disable_global", 1227 importpath = "github.com/prashantv/gostub", 1228 sum = "h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=", 1229 version = "v1.1.0", 1230 ) 1231 go_repository( 1232 name = "com_github_prometheus_client_golang", 1233 build_file_proto_mode = "disable_global", 1234 importpath = "github.com/prometheus/client_golang", 1235 sum = "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=", 1236 version = "v1.16.0", 1237 ) 1238 go_repository( 1239 name = "com_github_prometheus_client_model", 1240 build_file_proto_mode = "disable_global", 1241 importpath = "github.com/prometheus/client_model", 1242 sum = "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=", 1243 version = "v0.4.0", 1244 ) 1245 go_repository( 1246 name = "com_github_prometheus_common", 1247 build_file_proto_mode = "disable_global", 1248 importpath = "github.com/prometheus/common", 1249 sum = "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=", 1250 version = "v0.44.0", 1251 ) 1252 go_repository( 1253 name = "com_github_prometheus_procfs", 1254 build_file_proto_mode = "disable_global", 1255 importpath = "github.com/prometheus/procfs", 1256 sum = "h1:5EAgkfkMl659uZPbe9AS2N68a7Cc1TJbPEuGzFuRbyk=", 1257 version = "v0.11.0", 1258 ) 1259 go_repository( 1260 name = "com_github_protonmail_go_crypto", 1261 build_file_proto_mode = "disable_global", 1262 importpath = "github.com/ProtonMail/go-crypto", 1263 sum = "h1:vV3RryLxt42+ZIVOFbYJCH1jsZNTNmj2NYru5zfx+4E=", 1264 version = "v0.0.0-20230626094100-7e9e0395ebec", 1265 ) 1266 go_repository( 1267 name = "com_github_roaringbitmap_roaring", 1268 build_file_proto_mode = "disable_global", 1269 importpath = "github.com/RoaringBitmap/roaring", 1270 sum = "h1:aQmu9zQxDU0uhwR8SXOH/OrqEf+X8A0LQmwW3JX8Lcg=", 1271 version = "v1.3.0", 1272 ) 1273 go_repository( 1274 name = "com_github_rogpeppe_fastuuid", 1275 build_file_proto_mode = "disable_global", 1276 importpath = "github.com/rogpeppe/fastuuid", 1277 sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", 1278 version = "v1.2.0", 1279 ) 1280 go_repository( 1281 name = "com_github_rogpeppe_go_internal", 1282 build_file_proto_mode = "disable_global", 1283 importpath = "github.com/rogpeppe/go-internal", 1284 sum = "h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=", 1285 version = "v1.10.0", 1286 ) 1287 go_repository( 1288 name = "com_github_rs_xid", 1289 build_file_proto_mode = "disable_global", 1290 importpath = "github.com/rs/xid", 1291 sum = "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=", 1292 version = "v1.5.0", 1293 ) 1294 1295 go_repository( 1296 name = "com_github_russross_blackfriday_v2", 1297 build_file_proto_mode = "disable_global", 1298 importpath = "github.com/russross/blackfriday/v2", 1299 sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=", 1300 version = "v2.1.0", 1301 ) 1302 1303 go_repository( 1304 name = "com_github_schollz_closestmatch", 1305 build_file_proto_mode = "disable_global", 1306 importpath = "github.com/schollz/closestmatch", 1307 sum = "h1:Uel2GXEpJqOWBrlyI+oY9LTiyyjYS17cCYRqP13/SHk=", 1308 version = "v2.1.0+incompatible", 1309 ) 1310 go_repository( 1311 name = "com_github_sergi_go_diff", 1312 build_file_proto_mode = "disable_global", 1313 importpath = "github.com/sergi/go-diff", 1314 sum = "h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=", 1315 version = "v1.3.1", 1316 ) 1317 go_repository( 1318 name = "com_github_shirou_gopsutil_v3", 1319 build_file_proto_mode = "disable_global", 1320 importpath = "github.com/shirou/gopsutil/v3", 1321 sum = "h1:5SgDCeQ0KW0S4N0znjeM/eFHXXOKyv2dVNgRq/c9P6Y=", 1322 version = "v3.23.5", 1323 ) 1324 go_repository( 1325 name = "com_github_shoenig_go_m1cpu", 1326 build_file_proto_mode = "disable_global", 1327 importpath = "github.com/shoenig/go-m1cpu", 1328 sum = "h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=", 1329 version = "v0.1.6", 1330 ) 1331 go_repository( 1332 name = "com_github_shoenig_test", 1333 build_file_proto_mode = "disable_global", 1334 importpath = "github.com/shoenig/test", 1335 sum = "h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=", 1336 version = "v0.6.4", 1337 ) 1338 1339 go_repository( 1340 name = "com_github_shopify_goreferrer", 1341 build_file_proto_mode = "disable_global", 1342 importpath = "github.com/Shopify/goreferrer", 1343 sum = "h1:KkH3I3sJuOLP3TjA/dfr4NAY8bghDwnXiU7cTKxQqo0=", 1344 version = "v0.0.0-20220729165902-8cddb4f5de06", 1345 ) 1346 1347 go_repository( 1348 name = "com_github_sirupsen_logrus", 1349 build_file_proto_mode = "disable_global", 1350 importpath = "github.com/sirupsen/logrus", 1351 sum = "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=", 1352 version = "v1.9.0", 1353 ) 1354 go_repository( 1355 name = "com_github_skeema_knownhosts", 1356 build_file_proto_mode = "disable_global", 1357 importpath = "github.com/skeema/knownhosts", 1358 sum = "h1:MTk78x9FPgDFVFkDLTrsnnfCJl7g1C/nnKvePgrIngE=", 1359 version = "v1.1.1", 1360 ) 1361 1362 go_repository( 1363 name = "com_github_sourcegraph_go_ctags", 1364 build_file_proto_mode = "disable_global", 1365 importpath = "github.com/sourcegraph/go-ctags", 1366 sum = "h1:tsWE3F3StWvnwLnC4JWb0zX0UHY9GULQtu/aoQvLJvI=", 1367 version = "v0.0.0-20230111110657-c27675da7f71", 1368 ) 1369 go_repository( 1370 name = "com_github_sourcegraph_log", 1371 build_file_proto_mode = "disable_global", 1372 importpath = "github.com/sourcegraph/log", 1373 sum = "h1:xz1lIhx6YvYYhiLio9INCIWHCZFH9MoRVuFye/lz07c=", 1374 version = "v0.0.0-20230523201558-ad2d71b4d2ee", 1375 ) 1376 go_repository( 1377 name = "com_github_sourcegraph_mountinfo", 1378 build_file_proto_mode = "disable_global", 1379 importpath = "github.com/sourcegraph/mountinfo", 1380 sum = "h1:NSYSPQOE7yyyytLbKQHjxSkPnBagaGQblgVMQrQ1je0=", 1381 version = "v0.0.0-20230106004439-7026e28cef67", 1382 ) 1383 1384 go_repository( 1385 name = "com_github_stretchr_objx", 1386 build_file_proto_mode = "disable_global", 1387 importpath = "github.com/stretchr/objx", 1388 sum = "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=", 1389 version = "v0.5.0", 1390 ) 1391 go_repository( 1392 name = "com_github_stretchr_testify", 1393 build_file_proto_mode = "disable_global", 1394 importpath = "github.com/stretchr/testify", 1395 sum = "h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY=", 1396 version = "v1.8.3", 1397 ) 1398 go_repository( 1399 name = "com_github_tdewolff_minify_v2", 1400 build_file_proto_mode = "disable_global", 1401 importpath = "github.com/tdewolff/minify/v2", 1402 sum = "h1:kejsHQMM17n6/gwdw53qsi6lg0TGddZADVyQOz1KMdE=", 1403 version = "v2.12.4", 1404 ) 1405 go_repository( 1406 name = "com_github_tdewolff_parse_v2", 1407 build_file_proto_mode = "disable_global", 1408 importpath = "github.com/tdewolff/parse/v2", 1409 sum = "h1:KCkDvNUMof10e3QExio9OPZJT8SbdKojLBumw8YZycQ=", 1410 version = "v2.6.4", 1411 ) 1412 go_repository( 1413 name = "com_github_tklauser_go_sysconf", 1414 build_file_proto_mode = "disable_global", 1415 importpath = "github.com/tklauser/go-sysconf", 1416 sum = "h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=", 1417 version = "v0.3.11", 1418 ) 1419 go_repository( 1420 name = "com_github_tklauser_numcpus", 1421 build_file_proto_mode = "disable_global", 1422 importpath = "github.com/tklauser/numcpus", 1423 sum = "h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=", 1424 version = "v0.6.0", 1425 ) 1426 go_repository( 1427 name = "com_github_uber_jaeger_client_go", 1428 build_file_proto_mode = "disable_global", 1429 importpath = "github.com/uber/jaeger-client-go", 1430 sum = "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=", 1431 version = "v2.30.0+incompatible", 1432 ) 1433 go_repository( 1434 name = "com_github_uber_jaeger_lib", 1435 build_file_proto_mode = "disable_global", 1436 importpath = "github.com/uber/jaeger-lib", 1437 sum = "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=", 1438 version = "v2.4.1+incompatible", 1439 ) 1440 1441 go_repository( 1442 name = "com_github_ugorji_go_codec", 1443 build_file_proto_mode = "disable_global", 1444 importpath = "github.com/ugorji/go/codec", 1445 sum = "h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0=", 1446 version = "v1.2.7", 1447 ) 1448 go_repository( 1449 name = "com_github_urfave_negroni", 1450 build_file_proto_mode = "disable_global", 1451 importpath = "github.com/urfave/negroni", 1452 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=", 1453 version = "v1.0.0", 1454 ) 1455 go_repository( 1456 name = "com_github_valyala_bytebufferpool", 1457 build_file_proto_mode = "disable_global", 1458 importpath = "github.com/valyala/bytebufferpool", 1459 sum = "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=", 1460 version = "v1.0.0", 1461 ) 1462 go_repository( 1463 name = "com_github_valyala_fasthttp", 1464 build_file_proto_mode = "disable_global", 1465 importpath = "github.com/valyala/fasthttp", 1466 sum = "h1:CRq/00MfruPGFLTQKY8b+8SfdK60TxNztjRMnH0t1Yc=", 1467 version = "v1.40.0", 1468 ) 1469 go_repository( 1470 name = "com_github_valyala_fasttemplate", 1471 build_file_proto_mode = "disable_global", 1472 importpath = "github.com/valyala/fasttemplate", 1473 sum = "h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=", 1474 version = "v1.2.2", 1475 ) 1476 1477 go_repository( 1478 name = "com_github_vmihailenco_msgpack_v5", 1479 build_file_proto_mode = "disable_global", 1480 importpath = "github.com/vmihailenco/msgpack/v5", 1481 sum = "h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=", 1482 version = "v5.3.5", 1483 ) 1484 go_repository( 1485 name = "com_github_vmihailenco_tagparser_v2", 1486 build_file_proto_mode = "disable_global", 1487 importpath = "github.com/vmihailenco/tagparser/v2", 1488 sum = "h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=", 1489 version = "v2.0.0", 1490 ) 1491 go_repository( 1492 name = "com_github_xanzy_go_gitlab", 1493 build_file_proto_mode = "disable_global", 1494 importpath = "github.com/xanzy/go-gitlab", 1495 sum = "h1:jR8V9cK9jXRQDb46KOB20NCF3ksY09luaG0IfXE6p7w=", 1496 version = "v0.86.0", 1497 ) 1498 go_repository( 1499 name = "com_github_xanzy_ssh_agent", 1500 build_file_proto_mode = "disable_global", 1501 importpath = "github.com/xanzy/ssh-agent", 1502 sum = "h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=", 1503 version = "v0.3.3", 1504 ) 1505 go_repository( 1506 name = "com_github_xeipuuv_gojsonpointer", 1507 build_file_proto_mode = "disable_global", 1508 importpath = "github.com/xeipuuv/gojsonpointer", 1509 sum = "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=", 1510 version = "v0.0.0-20190905194746-02993c407bfb", 1511 ) 1512 go_repository( 1513 name = "com_github_xeipuuv_gojsonreference", 1514 build_file_proto_mode = "disable_global", 1515 importpath = "github.com/xeipuuv/gojsonreference", 1516 sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=", 1517 version = "v0.0.0-20180127040603-bd5ef7bd5415", 1518 ) 1519 go_repository( 1520 name = "com_github_xeipuuv_gojsonschema", 1521 build_file_proto_mode = "disable_global", 1522 importpath = "github.com/xeipuuv/gojsonschema", 1523 sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=", 1524 version = "v1.2.0", 1525 ) 1526 go_repository( 1527 name = "com_github_xhit_go_str2duration_v2", 1528 build_file_proto_mode = "disable_global", 1529 importpath = "github.com/xhit/go-str2duration/v2", 1530 sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=", 1531 version = "v2.1.0", 1532 ) 1533 1534 go_repository( 1535 name = "com_github_yosssi_ace", 1536 build_file_proto_mode = "disable_global", 1537 importpath = "github.com/yosssi/ace", 1538 sum = "h1:tUkIP/BLdKqrlrPwcmH0shwEEhTRHoGnc1wFIWmaBUA=", 1539 version = "v0.0.5", 1540 ) 1541 1542 go_repository( 1543 name = "com_github_yuin_goldmark", 1544 build_file_proto_mode = "disable_global", 1545 importpath = "github.com/yuin/goldmark", 1546 sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=", 1547 version = "v1.4.13", 1548 ) 1549 go_repository( 1550 name = "com_github_yusufpapurcu_wmi", 1551 build_file_proto_mode = "disable_global", 1552 importpath = "github.com/yusufpapurcu/wmi", 1553 sum = "h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=", 1554 version = "v1.2.3", 1555 ) 1556 go_repository( 1557 name = "com_google_cloud_go", 1558 build_file_proto_mode = "disable_global", 1559 importpath = "cloud.google.com/go", 1560 sum = "h1:wwearW+L7sAPSomPIgJ3bVn6Ck00HGQnn5HMLwf0azo=", 1561 version = "v0.110.3", 1562 ) 1563 go_repository( 1564 name = "com_google_cloud_go_accessapproval", 1565 build_file_proto_mode = "disable_global", 1566 importpath = "cloud.google.com/go/accessapproval", 1567 sum = "h1:x0cEHro/JFPd7eS4BlEWNTMecIj2HdXjOVB5BtvwER0=", 1568 version = "v1.6.0", 1569 ) 1570 go_repository( 1571 name = "com_google_cloud_go_accesscontextmanager", 1572 build_file_proto_mode = "disable_global", 1573 importpath = "cloud.google.com/go/accesscontextmanager", 1574 sum = "h1:MG60JgnEoawHJrbWw0jGdv6HLNSf6gQvYRiXpuzqgEA=", 1575 version = "v1.7.0", 1576 ) 1577 go_repository( 1578 name = "com_google_cloud_go_aiplatform", 1579 build_file_proto_mode = "disable_global", 1580 importpath = "cloud.google.com/go/aiplatform", 1581 sum = "h1:zTw+suCVchgZyO+k847wjzdVjWmrAuehxdvcZvJwfGg=", 1582 version = "v1.37.0", 1583 ) 1584 go_repository( 1585 name = "com_google_cloud_go_analytics", 1586 build_file_proto_mode = "disable_global", 1587 importpath = "cloud.google.com/go/analytics", 1588 sum = "h1:LqAo3tAh2FU9+w/r7vc3hBjU23Kv7GhO/PDIW7kIYgM=", 1589 version = "v0.19.0", 1590 ) 1591 go_repository( 1592 name = "com_google_cloud_go_apigateway", 1593 build_file_proto_mode = "disable_global", 1594 importpath = "cloud.google.com/go/apigateway", 1595 sum = "h1:ZI9mVO7x3E9RK/BURm2p1aw9YTBSCQe3klmyP1WxWEg=", 1596 version = "v1.5.0", 1597 ) 1598 go_repository( 1599 name = "com_google_cloud_go_apigeeconnect", 1600 build_file_proto_mode = "disable_global", 1601 importpath = "cloud.google.com/go/apigeeconnect", 1602 sum = "h1:sWOmgDyAsi1AZ48XRHcATC0tsi9SkPT7DA/+VCfkaeA=", 1603 version = "v1.5.0", 1604 ) 1605 go_repository( 1606 name = "com_google_cloud_go_apigeeregistry", 1607 build_file_proto_mode = "disable_global", 1608 importpath = "cloud.google.com/go/apigeeregistry", 1609 sum = "h1:E43RdhhCxdlV+I161gUY2rI4eOaMzHTA5kNkvRsFXvc=", 1610 version = "v0.6.0", 1611 ) 1612 1613 go_repository( 1614 name = "com_google_cloud_go_appengine", 1615 build_file_proto_mode = "disable_global", 1616 importpath = "cloud.google.com/go/appengine", 1617 sum = "h1:aBGDKmRIaRRoWJ2tAoN0oVSHoWLhtO9aj/NvUyP4aYs=", 1618 version = "v1.7.1", 1619 ) 1620 go_repository( 1621 name = "com_google_cloud_go_area120", 1622 build_file_proto_mode = "disable_global", 1623 importpath = "cloud.google.com/go/area120", 1624 sum = "h1:ugckkFh4XkHJMPhTIx0CyvdoBxmOpMe8rNs4Ok8GAag=", 1625 version = "v0.7.1", 1626 ) 1627 go_repository( 1628 name = "com_google_cloud_go_artifactregistry", 1629 build_file_proto_mode = "disable_global", 1630 importpath = "cloud.google.com/go/artifactregistry", 1631 sum = "h1:o1Q80vqEB6Qp8WLEH3b8FBLNUCrGQ4k5RFj0sn/sgO8=", 1632 version = "v1.13.0", 1633 ) 1634 go_repository( 1635 name = "com_google_cloud_go_asset", 1636 build_file_proto_mode = "disable_global", 1637 importpath = "cloud.google.com/go/asset", 1638 sum = "h1:YAsssO08BqZ6mncbb6FPlj9h6ACS7bJQUOlzciSfbNk=", 1639 version = "v1.13.0", 1640 ) 1641 go_repository( 1642 name = "com_google_cloud_go_assuredworkloads", 1643 build_file_proto_mode = "disable_global", 1644 importpath = "cloud.google.com/go/assuredworkloads", 1645 sum = "h1:VLGnVFta+N4WM+ASHbhc14ZOItOabDLH1MSoDv+Xuag=", 1646 version = "v1.10.0", 1647 ) 1648 go_repository( 1649 name = "com_google_cloud_go_automl", 1650 build_file_proto_mode = "disable_global", 1651 importpath = "cloud.google.com/go/automl", 1652 sum = "h1:50VugllC+U4IGl3tDNcZaWvApHBTrn/TvyHDJ0wM+Uw=", 1653 version = "v1.12.0", 1654 ) 1655 go_repository( 1656 name = "com_google_cloud_go_baremetalsolution", 1657 build_file_proto_mode = "disable_global", 1658 importpath = "cloud.google.com/go/baremetalsolution", 1659 sum = "h1:2AipdYXL0VxMboelTTw8c1UJ7gYu35LZYUbuRv9Q28s=", 1660 version = "v0.5.0", 1661 ) 1662 go_repository( 1663 name = "com_google_cloud_go_batch", 1664 build_file_proto_mode = "disable_global", 1665 importpath = "cloud.google.com/go/batch", 1666 sum = "h1:YbMt0E6BtqeD5FvSv1d56jbVsWEzlGm55lYte+M6Mzs=", 1667 version = "v0.7.0", 1668 ) 1669 go_repository( 1670 name = "com_google_cloud_go_beyondcorp", 1671 build_file_proto_mode = "disable_global", 1672 importpath = "cloud.google.com/go/beyondcorp", 1673 sum = "h1:UkY2BTZkEUAVrgqnSdOJ4p3y9ZRBPEe1LkjgC8Bj/Pc=", 1674 version = "v0.5.0", 1675 ) 1676 go_repository( 1677 name = "com_google_cloud_go_bigquery", 1678 build_file_proto_mode = "disable_global", 1679 importpath = "cloud.google.com/go/bigquery", 1680 sum = "h1:RscMV6LbnAmhAzD893Lv9nXXy2WCaJmbxYPWDLbGqNQ=", 1681 version = "v1.50.0", 1682 ) 1683 go_repository( 1684 name = "com_google_cloud_go_billing", 1685 build_file_proto_mode = "disable_global", 1686 importpath = "cloud.google.com/go/billing", 1687 sum = "h1:JYj28UYF5w6VBAh0gQYlgHJ/OD1oA+JgW29YZQU+UHM=", 1688 version = "v1.13.0", 1689 ) 1690 go_repository( 1691 name = "com_google_cloud_go_binaryauthorization", 1692 build_file_proto_mode = "disable_global", 1693 importpath = "cloud.google.com/go/binaryauthorization", 1694 sum = "h1:d3pMDBCCNivxt5a4eaV7FwL7cSH0H7RrEnFrTb1QKWs=", 1695 version = "v1.5.0", 1696 ) 1697 go_repository( 1698 name = "com_google_cloud_go_certificatemanager", 1699 build_file_proto_mode = "disable_global", 1700 importpath = "cloud.google.com/go/certificatemanager", 1701 sum = "h1:5C5UWeSt8Jkgp7OWn2rCkLmYurar/vIWIoSQ2+LaTOc=", 1702 version = "v1.6.0", 1703 ) 1704 go_repository( 1705 name = "com_google_cloud_go_channel", 1706 build_file_proto_mode = "disable_global", 1707 importpath = "cloud.google.com/go/channel", 1708 sum = "h1:GpcQY5UJKeOekYgsX3QXbzzAc/kRGtBq43fTmyKe6Uw=", 1709 version = "v1.12.0", 1710 ) 1711 go_repository( 1712 name = "com_google_cloud_go_cloudbuild", 1713 build_file_proto_mode = "disable_global", 1714 importpath = "cloud.google.com/go/cloudbuild", 1715 sum = "h1:GHQCjV4WlPPVU/j3Rlpc8vNIDwThhd1U9qSY/NPZdko=", 1716 version = "v1.9.0", 1717 ) 1718 go_repository( 1719 name = "com_google_cloud_go_clouddms", 1720 build_file_proto_mode = "disable_global", 1721 importpath = "cloud.google.com/go/clouddms", 1722 sum = "h1:E7v4TpDGUyEm1C/4KIrpVSOCTm0P6vWdHT0I4mostRA=", 1723 version = "v1.5.0", 1724 ) 1725 go_repository( 1726 name = "com_google_cloud_go_cloudtasks", 1727 build_file_proto_mode = "disable_global", 1728 importpath = "cloud.google.com/go/cloudtasks", 1729 sum = "h1:uK5k6abf4yligFgYFnG0ni8msai/dSv6mDmiBulU0hU=", 1730 version = "v1.10.0", 1731 ) 1732 go_repository( 1733 name = "com_google_cloud_go_compute", 1734 build_file_proto_mode = "disable_global", 1735 importpath = "cloud.google.com/go/compute", 1736 sum = "h1:6aKEtlUiwEpJzM001l0yFkpXmUVXaN8W+fbkb2AZNbg=", 1737 version = "v1.20.1", 1738 ) 1739 go_repository( 1740 name = "com_google_cloud_go_compute_metadata", 1741 build_file_proto_mode = "disable_global", 1742 importpath = "cloud.google.com/go/compute/metadata", 1743 sum = "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", 1744 version = "v0.2.3", 1745 ) 1746 go_repository( 1747 name = "com_google_cloud_go_contactcenterinsights", 1748 build_file_proto_mode = "disable_global", 1749 importpath = "cloud.google.com/go/contactcenterinsights", 1750 sum = "h1:jXIpfcH/VYSE1SYcPzO0n1VVb+sAamiLOgCw45JbOQk=", 1751 version = "v1.6.0", 1752 ) 1753 go_repository( 1754 name = "com_google_cloud_go_container", 1755 build_file_proto_mode = "disable_global", 1756 importpath = "cloud.google.com/go/container", 1757 sum = "h1:NKlY/wCDapfVZlbVVaeuu2UZZED5Dy1z4Zx1KhEzm8c=", 1758 version = "v1.15.0", 1759 ) 1760 go_repository( 1761 name = "com_google_cloud_go_containeranalysis", 1762 build_file_proto_mode = "disable_global", 1763 importpath = "cloud.google.com/go/containeranalysis", 1764 sum = "h1:EQ4FFxNaEAg8PqQCO7bVQfWz9NVwZCUKaM1b3ycfx3U=", 1765 version = "v0.9.0", 1766 ) 1767 go_repository( 1768 name = "com_google_cloud_go_datacatalog", 1769 build_file_proto_mode = "disable_global", 1770 importpath = "cloud.google.com/go/datacatalog", 1771 sum = "h1:4H5IJiyUE0X6ShQBqgFFZvGGcrwGVndTwUSLP4c52gw=", 1772 version = "v1.13.0", 1773 ) 1774 go_repository( 1775 name = "com_google_cloud_go_dataflow", 1776 build_file_proto_mode = "disable_global", 1777 importpath = "cloud.google.com/go/dataflow", 1778 sum = "h1:eYyD9o/8Nm6EttsKZaEGD84xC17bNgSKCu0ZxwqUbpg=", 1779 version = "v0.8.0", 1780 ) 1781 go_repository( 1782 name = "com_google_cloud_go_dataform", 1783 build_file_proto_mode = "disable_global", 1784 importpath = "cloud.google.com/go/dataform", 1785 sum = "h1:Dyk+fufup1FR6cbHjFpMuP4SfPiF3LI3JtoIIALoq48=", 1786 version = "v0.7.0", 1787 ) 1788 go_repository( 1789 name = "com_google_cloud_go_datafusion", 1790 build_file_proto_mode = "disable_global", 1791 importpath = "cloud.google.com/go/datafusion", 1792 sum = "h1:sZjRnS3TWkGsu1LjYPFD/fHeMLZNXDK6PDHi2s2s/bk=", 1793 version = "v1.6.0", 1794 ) 1795 go_repository( 1796 name = "com_google_cloud_go_datalabeling", 1797 build_file_proto_mode = "disable_global", 1798 importpath = "cloud.google.com/go/datalabeling", 1799 sum = "h1:ch4qA2yvddGRUrlfwrNJCr79qLqhS9QBwofPHfFlDIk=", 1800 version = "v0.7.0", 1801 ) 1802 go_repository( 1803 name = "com_google_cloud_go_dataplex", 1804 build_file_proto_mode = "disable_global", 1805 importpath = "cloud.google.com/go/dataplex", 1806 sum = "h1:RvoZ5T7gySwm1CHzAw7yY1QwwqaGswunmqEssPxU/AM=", 1807 version = "v1.6.0", 1808 ) 1809 go_repository( 1810 name = "com_google_cloud_go_dataproc", 1811 build_file_proto_mode = "disable_global", 1812 importpath = "cloud.google.com/go/dataproc", 1813 sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=", 1814 version = "v1.12.0", 1815 ) 1816 go_repository( 1817 name = "com_google_cloud_go_dataqna", 1818 build_file_proto_mode = "disable_global", 1819 importpath = "cloud.google.com/go/dataqna", 1820 sum = "h1:yFzi/YU4YAdjyo7pXkBE2FeHbgz5OQQBVDdbErEHmVQ=", 1821 version = "v0.7.0", 1822 ) 1823 go_repository( 1824 name = "com_google_cloud_go_datastore", 1825 build_file_proto_mode = "disable_global", 1826 importpath = "cloud.google.com/go/datastore", 1827 sum = "h1:iF6I/HaLs3Ado8uRKMvZRvF/ZLkWaWE9i8AiHzbC774=", 1828 version = "v1.11.0", 1829 ) 1830 go_repository( 1831 name = "com_google_cloud_go_datastream", 1832 build_file_proto_mode = "disable_global", 1833 importpath = "cloud.google.com/go/datastream", 1834 sum = "h1:BBCBTnWMDwwEzQQmipUXxATa7Cm7CA/gKjKcR2w35T0=", 1835 version = "v1.7.0", 1836 ) 1837 go_repository( 1838 name = "com_google_cloud_go_deploy", 1839 build_file_proto_mode = "disable_global", 1840 importpath = "cloud.google.com/go/deploy", 1841 sum = "h1:otshdKEbmsi1ELYeCKNYppwV0UH5xD05drSdBm7ouTk=", 1842 version = "v1.8.0", 1843 ) 1844 go_repository( 1845 name = "com_google_cloud_go_dialogflow", 1846 build_file_proto_mode = "disable_global", 1847 importpath = "cloud.google.com/go/dialogflow", 1848 sum = "h1:uVlKKzp6G/VtSW0E7IH1Y5o0H48/UOCmqksG2riYCwQ=", 1849 version = "v1.32.0", 1850 ) 1851 go_repository( 1852 name = "com_google_cloud_go_dlp", 1853 build_file_proto_mode = "disable_global", 1854 importpath = "cloud.google.com/go/dlp", 1855 sum = "h1:1JoJqezlgu6NWCroBxr4rOZnwNFILXr4cB9dMaSKO4A=", 1856 version = "v1.9.0", 1857 ) 1858 go_repository( 1859 name = "com_google_cloud_go_documentai", 1860 build_file_proto_mode = "disable_global", 1861 importpath = "cloud.google.com/go/documentai", 1862 sum = "h1:KM3Xh0QQyyEdC8Gs2vhZfU+rt6OCPF0dwVwxKgLmWfI=", 1863 version = "v1.18.0", 1864 ) 1865 go_repository( 1866 name = "com_google_cloud_go_domains", 1867 build_file_proto_mode = "disable_global", 1868 importpath = "cloud.google.com/go/domains", 1869 sum = "h1:2ti/o9tlWL4N+wIuWUNH+LbfgpwxPr8J1sv9RHA4bYQ=", 1870 version = "v0.8.0", 1871 ) 1872 go_repository( 1873 name = "com_google_cloud_go_edgecontainer", 1874 build_file_proto_mode = "disable_global", 1875 importpath = "cloud.google.com/go/edgecontainer", 1876 sum = "h1:O0YVE5v+O0Q/ODXYsQHmHb+sYM8KNjGZw2pjX2Ws41c=", 1877 version = "v1.0.0", 1878 ) 1879 go_repository( 1880 name = "com_google_cloud_go_errorreporting", 1881 build_file_proto_mode = "disable_global", 1882 importpath = "cloud.google.com/go/errorreporting", 1883 sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=", 1884 version = "v0.3.0", 1885 ) 1886 go_repository( 1887 name = "com_google_cloud_go_essentialcontacts", 1888 build_file_proto_mode = "disable_global", 1889 importpath = "cloud.google.com/go/essentialcontacts", 1890 sum = "h1:gIzEhCoOT7bi+6QZqZIzX1Erj4SswMPIteNvYVlu+pM=", 1891 version = "v1.5.0", 1892 ) 1893 go_repository( 1894 name = "com_google_cloud_go_eventarc", 1895 build_file_proto_mode = "disable_global", 1896 importpath = "cloud.google.com/go/eventarc", 1897 sum = "h1:fsJmNeqvqtk74FsaVDU6cH79lyZNCYP8Rrv7EhaB/PU=", 1898 version = "v1.11.0", 1899 ) 1900 go_repository( 1901 name = "com_google_cloud_go_filestore", 1902 build_file_proto_mode = "disable_global", 1903 importpath = "cloud.google.com/go/filestore", 1904 sum = "h1:ckTEXN5towyTMu4q0uQ1Mde/JwTHur0gXs8oaIZnKfw=", 1905 version = "v1.6.0", 1906 ) 1907 go_repository( 1908 name = "com_google_cloud_go_firestore", 1909 build_file_proto_mode = "disable_global", 1910 importpath = "cloud.google.com/go/firestore", 1911 sum = "h1:IBlRyxgGySXu5VuW0RgGFlTtLukSnNkpDiEOMkQkmpA=", 1912 version = "v1.9.0", 1913 ) 1914 go_repository( 1915 name = "com_google_cloud_go_functions", 1916 build_file_proto_mode = "disable_global", 1917 importpath = "cloud.google.com/go/functions", 1918 sum = "h1:pPDqtsXG2g9HeOQLoquLbmvmb82Y4Ezdo1GXuotFoWg=", 1919 version = "v1.13.0", 1920 ) 1921 go_repository( 1922 name = "com_google_cloud_go_gaming", 1923 build_file_proto_mode = "disable_global", 1924 importpath = "cloud.google.com/go/gaming", 1925 sum = "h1:7vEhFnZmd931Mo7sZ6pJy7uQPDxF7m7v8xtBheG08tc=", 1926 version = "v1.9.0", 1927 ) 1928 go_repository( 1929 name = "com_google_cloud_go_gkebackup", 1930 build_file_proto_mode = "disable_global", 1931 importpath = "cloud.google.com/go/gkebackup", 1932 sum = "h1:za3QZvw6ujR0uyqkhomKKKNoXDyqYGPJies3voUK8DA=", 1933 version = "v0.4.0", 1934 ) 1935 go_repository( 1936 name = "com_google_cloud_go_gkeconnect", 1937 build_file_proto_mode = "disable_global", 1938 importpath = "cloud.google.com/go/gkeconnect", 1939 sum = "h1:gXYKciHS/Lgq0GJ5Kc9SzPA35NGc3yqu6SkjonpEr2Q=", 1940 version = "v0.7.0", 1941 ) 1942 go_repository( 1943 name = "com_google_cloud_go_gkehub", 1944 build_file_proto_mode = "disable_global", 1945 importpath = "cloud.google.com/go/gkehub", 1946 sum = "h1:TqCSPsEBQ6oZSJgEYZ3XT8x2gUadbvfwI32YB0kuHCs=", 1947 version = "v0.12.0", 1948 ) 1949 go_repository( 1950 name = "com_google_cloud_go_gkemulticloud", 1951 build_file_proto_mode = "disable_global", 1952 importpath = "cloud.google.com/go/gkemulticloud", 1953 sum = "h1:8I84Q4vl02rJRsFiinBxl7WCozfdLlUVBQuSrqr9Wtk=", 1954 version = "v0.5.0", 1955 ) 1956 go_repository( 1957 name = "com_google_cloud_go_gsuiteaddons", 1958 build_file_proto_mode = "disable_global", 1959 importpath = "cloud.google.com/go/gsuiteaddons", 1960 sum = "h1:1mvhXqJzV0Vg5Fa95QwckljODJJfDFXV4pn+iL50zzA=", 1961 version = "v1.5.0", 1962 ) 1963 go_repository( 1964 name = "com_google_cloud_go_iam", 1965 build_file_proto_mode = "disable_global", 1966 importpath = "cloud.google.com/go/iam", 1967 sum = "h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k=", 1968 version = "v0.13.0", 1969 ) 1970 go_repository( 1971 name = "com_google_cloud_go_iap", 1972 build_file_proto_mode = "disable_global", 1973 importpath = "cloud.google.com/go/iap", 1974 sum = "h1:PxVHFuMxmSZyfntKXHXhd8bo82WJ+LcATenq7HLdVnU=", 1975 version = "v1.7.1", 1976 ) 1977 go_repository( 1978 name = "com_google_cloud_go_ids", 1979 build_file_proto_mode = "disable_global", 1980 importpath = "cloud.google.com/go/ids", 1981 sum = "h1:fodnCDtOXuMmS8LTC2y3h8t24U8F3eKWfhi+3LY6Qf0=", 1982 version = "v1.3.0", 1983 ) 1984 go_repository( 1985 name = "com_google_cloud_go_iot", 1986 build_file_proto_mode = "disable_global", 1987 importpath = "cloud.google.com/go/iot", 1988 sum = "h1:39W5BFSarRNZfVG0eXI5LYux+OVQT8GkgpHCnrZL2vM=", 1989 version = "v1.6.0", 1990 ) 1991 go_repository( 1992 name = "com_google_cloud_go_kms", 1993 build_file_proto_mode = "disable_global", 1994 importpath = "cloud.google.com/go/kms", 1995 sum = "h1:7hm1bRqGCA1GBRQUrp831TwJ9TWhP+tvLuP497CQS2g=", 1996 version = "v1.10.1", 1997 ) 1998 go_repository( 1999 name = "com_google_cloud_go_language", 2000 build_file_proto_mode = "disable_global", 2001 importpath = "cloud.google.com/go/language", 2002 sum = "h1:7Ulo2mDk9huBoBi8zCE3ONOoBrL6UXfAI71CLQ9GEIM=", 2003 version = "v1.9.0", 2004 ) 2005 go_repository( 2006 name = "com_google_cloud_go_lifesciences", 2007 build_file_proto_mode = "disable_global", 2008 importpath = "cloud.google.com/go/lifesciences", 2009 sum = "h1:uWrMjWTsGjLZpCTWEAzYvyXj+7fhiZST45u9AgasasI=", 2010 version = "v0.8.0", 2011 ) 2012 go_repository( 2013 name = "com_google_cloud_go_logging", 2014 build_file_proto_mode = "disable_global", 2015 importpath = "cloud.google.com/go/logging", 2016 sum = "h1:CJYxlNNNNAMkHp9em/YEXcfJg+rPDg7YfwoRpMU+t5I=", 2017 version = "v1.7.0", 2018 ) 2019 go_repository( 2020 name = "com_google_cloud_go_longrunning", 2021 build_file_proto_mode = "disable_global", 2022 importpath = "cloud.google.com/go/longrunning", 2023 sum = "h1:v+yFJOfKC3yZdY6ZUI933pIYdhyhV8S3NpWrXWmg7jM=", 2024 version = "v0.4.1", 2025 ) 2026 go_repository( 2027 name = "com_google_cloud_go_managedidentities", 2028 build_file_proto_mode = "disable_global", 2029 importpath = "cloud.google.com/go/managedidentities", 2030 sum = "h1:ZRQ4k21/jAhrHBVKl/AY7SjgzeJwG1iZa+mJ82P+VNg=", 2031 version = "v1.5.0", 2032 ) 2033 go_repository( 2034 name = "com_google_cloud_go_maps", 2035 build_file_proto_mode = "disable_global", 2036 importpath = "cloud.google.com/go/maps", 2037 sum = "h1:mv9YaczD4oZBZkM5XJl6fXQ984IkJNHPwkc8MUsdkBo=", 2038 version = "v0.7.0", 2039 ) 2040 go_repository( 2041 name = "com_google_cloud_go_mediatranslation", 2042 build_file_proto_mode = "disable_global", 2043 importpath = "cloud.google.com/go/mediatranslation", 2044 sum = "h1:anPxH+/WWt8Yc3EdoEJhPMBRF7EhIdz426A+tuoA0OU=", 2045 version = "v0.7.0", 2046 ) 2047 go_repository( 2048 name = "com_google_cloud_go_memcache", 2049 build_file_proto_mode = "disable_global", 2050 importpath = "cloud.google.com/go/memcache", 2051 sum = "h1:8/VEmWCpnETCrBwS3z4MhT+tIdKgR1Z4Tr2tvYH32rg=", 2052 version = "v1.9.0", 2053 ) 2054 go_repository( 2055 name = "com_google_cloud_go_metastore", 2056 build_file_proto_mode = "disable_global", 2057 importpath = "cloud.google.com/go/metastore", 2058 sum = "h1:QCFhZVe2289KDBQ7WxaHV2rAmPrmRAdLC6gbjUd3HPo=", 2059 version = "v1.10.0", 2060 ) 2061 go_repository( 2062 name = "com_google_cloud_go_monitoring", 2063 build_file_proto_mode = "disable_global", 2064 importpath = "cloud.google.com/go/monitoring", 2065 sum = "h1:2qsrgXGVoRXpP7otZ14eE1I568zAa92sJSDPyOJvwjM=", 2066 version = "v1.13.0", 2067 ) 2068 go_repository( 2069 name = "com_google_cloud_go_networkconnectivity", 2070 build_file_proto_mode = "disable_global", 2071 importpath = "cloud.google.com/go/networkconnectivity", 2072 sum = "h1:ZD6b4Pk1jEtp/cx9nx0ZYcL3BKqDa+KixNDZ6Bjs1B8=", 2073 version = "v1.11.0", 2074 ) 2075 go_repository( 2076 name = "com_google_cloud_go_networkmanagement", 2077 build_file_proto_mode = "disable_global", 2078 importpath = "cloud.google.com/go/networkmanagement", 2079 sum = "h1:8KWEUNGcpSX9WwZXq7FtciuNGPdPdPN/ruDm769yAEM=", 2080 version = "v1.6.0", 2081 ) 2082 go_repository( 2083 name = "com_google_cloud_go_networksecurity", 2084 build_file_proto_mode = "disable_global", 2085 importpath = "cloud.google.com/go/networksecurity", 2086 sum = "h1:sOc42Ig1K2LiKlzG71GUVloeSJ0J3mffEBYmvu+P0eo=", 2087 version = "v0.8.0", 2088 ) 2089 go_repository( 2090 name = "com_google_cloud_go_notebooks", 2091 build_file_proto_mode = "disable_global", 2092 importpath = "cloud.google.com/go/notebooks", 2093 sum = "h1:Kg2K3K7CbSXYJHZ1aGQpf1xi5x2GUvQWf2sFVuiZh8M=", 2094 version = "v1.8.0", 2095 ) 2096 go_repository( 2097 name = "com_google_cloud_go_optimization", 2098 build_file_proto_mode = "disable_global", 2099 importpath = "cloud.google.com/go/optimization", 2100 sum = "h1:dj8O4VOJRB4CUwZXdmwNViH1OtI0WtWL867/lnYH248=", 2101 version = "v1.3.1", 2102 ) 2103 go_repository( 2104 name = "com_google_cloud_go_orchestration", 2105 build_file_proto_mode = "disable_global", 2106 importpath = "cloud.google.com/go/orchestration", 2107 sum = "h1:Vw+CEXo8M/FZ1rb4EjcLv0gJqqw89b7+g+C/EmniTb8=", 2108 version = "v1.6.0", 2109 ) 2110 go_repository( 2111 name = "com_google_cloud_go_orgpolicy", 2112 build_file_proto_mode = "disable_global", 2113 importpath = "cloud.google.com/go/orgpolicy", 2114 sum = "h1:XDriMWug7sd0kYT1QKofRpRHzjad0bK8Q8uA9q+XrU4=", 2115 version = "v1.10.0", 2116 ) 2117 go_repository( 2118 name = "com_google_cloud_go_osconfig", 2119 build_file_proto_mode = "disable_global", 2120 importpath = "cloud.google.com/go/osconfig", 2121 sum = "h1:PkSQx4OHit5xz2bNyr11KGcaFccL5oqglFPdTboyqwQ=", 2122 version = "v1.11.0", 2123 ) 2124 go_repository( 2125 name = "com_google_cloud_go_oslogin", 2126 build_file_proto_mode = "disable_global", 2127 importpath = "cloud.google.com/go/oslogin", 2128 sum = "h1:whP7vhpmc+ufZa90eVpkfbgzJRK/Xomjz+XCD4aGwWw=", 2129 version = "v1.9.0", 2130 ) 2131 go_repository( 2132 name = "com_google_cloud_go_phishingprotection", 2133 build_file_proto_mode = "disable_global", 2134 importpath = "cloud.google.com/go/phishingprotection", 2135 sum = "h1:l6tDkT7qAEV49MNEJkEJTB6vOO/onbSOcNtAT09HPuA=", 2136 version = "v0.7.0", 2137 ) 2138 go_repository( 2139 name = "com_google_cloud_go_policytroubleshooter", 2140 build_file_proto_mode = "disable_global", 2141 importpath = "cloud.google.com/go/policytroubleshooter", 2142 sum = "h1:yKAGC4p9O61ttZUswaq9GAn1SZnEzTd0vUYXD7ZBT7Y=", 2143 version = "v1.6.0", 2144 ) 2145 go_repository( 2146 name = "com_google_cloud_go_privatecatalog", 2147 build_file_proto_mode = "disable_global", 2148 importpath = "cloud.google.com/go/privatecatalog", 2149 sum = "h1:EPEJ1DpEGXLDnmc7mnCAqFmkwUJbIsaLAiLHVOkkwtc=", 2150 version = "v0.8.0", 2151 ) 2152 go_repository( 2153 name = "com_google_cloud_go_profiler", 2154 build_file_proto_mode = "disable_global", 2155 importpath = "cloud.google.com/go/profiler", 2156 sum = "h1:b5got9Be9Ia0HVvyt7PavWxXEht15B9lWnigdvHtxOc=", 2157 version = "v0.3.1", 2158 ) 2159 go_repository( 2160 name = "com_google_cloud_go_pubsub", 2161 build_file_proto_mode = "disable_global", 2162 importpath = "cloud.google.com/go/pubsub", 2163 sum = "h1:vCge8m7aUKBJYOgrZp7EsNDf6QMd2CAlXZqWTn3yq6s=", 2164 version = "v1.30.0", 2165 ) 2166 go_repository( 2167 name = "com_google_cloud_go_pubsublite", 2168 build_file_proto_mode = "disable_global", 2169 importpath = "cloud.google.com/go/pubsublite", 2170 sum = "h1:cb9fsrtpINtETHiJ3ECeaVzrfIVhcGjhhJEjybHXHao=", 2171 version = "v1.7.0", 2172 ) 2173 go_repository( 2174 name = "com_google_cloud_go_recaptchaenterprise_v2", 2175 build_file_proto_mode = "disable_global", 2176 importpath = "cloud.google.com/go/recaptchaenterprise/v2", 2177 sum = "h1:6iOCujSNJ0YS7oNymI64hXsjGq60T4FK1zdLugxbzvU=", 2178 version = "v2.7.0", 2179 ) 2180 go_repository( 2181 name = "com_google_cloud_go_recommendationengine", 2182 build_file_proto_mode = "disable_global", 2183 importpath = "cloud.google.com/go/recommendationengine", 2184 sum = "h1:VibRFCwWXrFebEWKHfZAt2kta6pS7Tlimsnms0fjv7k=", 2185 version = "v0.7.0", 2186 ) 2187 go_repository( 2188 name = "com_google_cloud_go_recommender", 2189 build_file_proto_mode = "disable_global", 2190 importpath = "cloud.google.com/go/recommender", 2191 sum = "h1:ZnFRY5R6zOVk2IDS1Jbv5Bw+DExCI5rFumsTnMXiu/A=", 2192 version = "v1.9.0", 2193 ) 2194 go_repository( 2195 name = "com_google_cloud_go_redis", 2196 build_file_proto_mode = "disable_global", 2197 importpath = "cloud.google.com/go/redis", 2198 sum = "h1:JoAd3SkeDt3rLFAAxEvw6wV4t+8y4ZzfZcZmddqphQ8=", 2199 version = "v1.11.0", 2200 ) 2201 go_repository( 2202 name = "com_google_cloud_go_resourcemanager", 2203 build_file_proto_mode = "disable_global", 2204 importpath = "cloud.google.com/go/resourcemanager", 2205 sum = "h1:NRM0p+RJkaQF9Ee9JMnUV9BQ2QBIOq/v8M+Pbv/wmCs=", 2206 version = "v1.7.0", 2207 ) 2208 go_repository( 2209 name = "com_google_cloud_go_resourcesettings", 2210 build_file_proto_mode = "disable_global", 2211 importpath = "cloud.google.com/go/resourcesettings", 2212 sum = "h1:8Dua37kQt27CCWHm4h/Q1XqCF6ByD7Ouu49xg95qJzI=", 2213 version = "v1.5.0", 2214 ) 2215 go_repository( 2216 name = "com_google_cloud_go_retail", 2217 build_file_proto_mode = "disable_global", 2218 importpath = "cloud.google.com/go/retail", 2219 sum = "h1:1Dda2OpFNzIb4qWgFZjYlpP7sxX3aLeypKG6A3H4Yys=", 2220 version = "v1.12.0", 2221 ) 2222 go_repository( 2223 name = "com_google_cloud_go_run", 2224 build_file_proto_mode = "disable_global", 2225 importpath = "cloud.google.com/go/run", 2226 sum = "h1:ydJQo+k+MShYnBfhaRHSZYeD/SQKZzZLAROyfpeD9zw=", 2227 version = "v0.9.0", 2228 ) 2229 go_repository( 2230 name = "com_google_cloud_go_scheduler", 2231 build_file_proto_mode = "disable_global", 2232 importpath = "cloud.google.com/go/scheduler", 2233 sum = "h1:NpQAHtx3sulByTLe2dMwWmah8PWgeoieFPpJpArwFV0=", 2234 version = "v1.9.0", 2235 ) 2236 go_repository( 2237 name = "com_google_cloud_go_secretmanager", 2238 build_file_proto_mode = "disable_global", 2239 importpath = "cloud.google.com/go/secretmanager", 2240 sum = "h1:pu03bha7ukxF8otyPKTFdDz+rr9sE3YauS5PliDXK60=", 2241 version = "v1.10.0", 2242 ) 2243 go_repository( 2244 name = "com_google_cloud_go_security", 2245 build_file_proto_mode = "disable_global", 2246 importpath = "cloud.google.com/go/security", 2247 sum = "h1:PYvDxopRQBfYAXKAuDpFCKBvDOWPWzp9k/H5nB3ud3o=", 2248 version = "v1.13.0", 2249 ) 2250 go_repository( 2251 name = "com_google_cloud_go_securitycenter", 2252 build_file_proto_mode = "disable_global", 2253 importpath = "cloud.google.com/go/securitycenter", 2254 sum = "h1:AF3c2s3awNTMoBtMX3oCUoOMmGlYxGOeuXSYHNBkf14=", 2255 version = "v1.19.0", 2256 ) 2257 2258 go_repository( 2259 name = "com_google_cloud_go_servicedirectory", 2260 build_file_proto_mode = "disable_global", 2261 importpath = "cloud.google.com/go/servicedirectory", 2262 sum = "h1:SJwk0XX2e26o25ObYUORXx6torSFiYgsGkWSkZgkoSU=", 2263 version = "v1.9.0", 2264 ) 2265 2266 go_repository( 2267 name = "com_google_cloud_go_shell", 2268 build_file_proto_mode = "disable_global", 2269 importpath = "cloud.google.com/go/shell", 2270 sum = "h1:wT0Uw7ib7+AgZST9eCDygwTJn4+bHMDtZo5fh7kGWDU=", 2271 version = "v1.6.0", 2272 ) 2273 go_repository( 2274 name = "com_google_cloud_go_spanner", 2275 build_file_proto_mode = "disable_global", 2276 importpath = "cloud.google.com/go/spanner", 2277 sum = "h1:7VdjZ8zj4sHbDw55atp5dfY6kn1j9sam9DRNpPQhqR4=", 2278 version = "v1.45.0", 2279 ) 2280 go_repository( 2281 name = "com_google_cloud_go_speech", 2282 build_file_proto_mode = "disable_global", 2283 importpath = "cloud.google.com/go/speech", 2284 sum = "h1:JEVoWGNnTF128kNty7T4aG4eqv2z86yiMJPT9Zjp+iw=", 2285 version = "v1.15.0", 2286 ) 2287 go_repository( 2288 name = "com_google_cloud_go_storage", 2289 build_file_proto_mode = "disable_global", 2290 importpath = "cloud.google.com/go/storage", 2291 sum = "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=", 2292 version = "v1.30.1", 2293 ) 2294 go_repository( 2295 name = "com_google_cloud_go_storagetransfer", 2296 build_file_proto_mode = "disable_global", 2297 importpath = "cloud.google.com/go/storagetransfer", 2298 sum = "h1:5T+PM+3ECU3EY2y9Brv0Sf3oka8pKmsCfpQ07+91G9o=", 2299 version = "v1.8.0", 2300 ) 2301 go_repository( 2302 name = "com_google_cloud_go_talent", 2303 build_file_proto_mode = "disable_global", 2304 importpath = "cloud.google.com/go/talent", 2305 sum = "h1:nI9sVZPjMKiO2q3Uu0KhTDVov3Xrlpt63fghP9XjyEM=", 2306 version = "v1.5.0", 2307 ) 2308 go_repository( 2309 name = "com_google_cloud_go_texttospeech", 2310 build_file_proto_mode = "disable_global", 2311 importpath = "cloud.google.com/go/texttospeech", 2312 sum = "h1:H4g1ULStsbVtalbZGktyzXzw6jP26RjVGYx9RaYjBzc=", 2313 version = "v1.6.0", 2314 ) 2315 go_repository( 2316 name = "com_google_cloud_go_tpu", 2317 build_file_proto_mode = "disable_global", 2318 importpath = "cloud.google.com/go/tpu", 2319 sum = "h1:/34T6CbSi+kTv5E19Q9zbU/ix8IviInZpzwz3rsFE+A=", 2320 version = "v1.5.0", 2321 ) 2322 go_repository( 2323 name = "com_google_cloud_go_trace", 2324 build_file_proto_mode = "disable_global", 2325 importpath = "cloud.google.com/go/trace", 2326 sum = "h1:olxC0QHC59zgJVALtgqfD9tGk0lfeCP5/AGXL3Px/no=", 2327 version = "v1.9.0", 2328 ) 2329 go_repository( 2330 name = "com_google_cloud_go_translate", 2331 build_file_proto_mode = "disable_global", 2332 importpath = "cloud.google.com/go/translate", 2333 sum = "h1:GvLP4oQ4uPdChBmBaUSa/SaZxCdyWELtlAaKzpHsXdA=", 2334 version = "v1.7.0", 2335 ) 2336 go_repository( 2337 name = "com_google_cloud_go_video", 2338 build_file_proto_mode = "disable_global", 2339 importpath = "cloud.google.com/go/video", 2340 sum = "h1:upIbnGI0ZgACm58HPjAeBMleW3sl5cT84AbYQ8PWOgM=", 2341 version = "v1.15.0", 2342 ) 2343 go_repository( 2344 name = "com_google_cloud_go_videointelligence", 2345 build_file_proto_mode = "disable_global", 2346 importpath = "cloud.google.com/go/videointelligence", 2347 sum = "h1:Uh5BdoET8XXqXX2uXIahGb+wTKbLkGH7s4GXR58RrG8=", 2348 version = "v1.10.0", 2349 ) 2350 go_repository( 2351 name = "com_google_cloud_go_vision_v2", 2352 build_file_proto_mode = "disable_global", 2353 importpath = "cloud.google.com/go/vision/v2", 2354 sum = "h1:8C8RXUJoflCI4yVdqhTy9tRyygSHmp60aP363z23HKg=", 2355 version = "v2.7.0", 2356 ) 2357 go_repository( 2358 name = "com_google_cloud_go_vmmigration", 2359 build_file_proto_mode = "disable_global", 2360 importpath = "cloud.google.com/go/vmmigration", 2361 sum = "h1:Azs5WKtfOC8pxvkyrDvt7J0/4DYBch0cVbuFfCCFt5k=", 2362 version = "v1.6.0", 2363 ) 2364 go_repository( 2365 name = "com_google_cloud_go_vmwareengine", 2366 build_file_proto_mode = "disable_global", 2367 importpath = "cloud.google.com/go/vmwareengine", 2368 sum = "h1:b0NBu7S294l0gmtrT0nOJneMYgZapr5x9tVWvgDoVEM=", 2369 version = "v0.3.0", 2370 ) 2371 go_repository( 2372 name = "com_google_cloud_go_vpcaccess", 2373 build_file_proto_mode = "disable_global", 2374 importpath = "cloud.google.com/go/vpcaccess", 2375 sum = "h1:FOe6CuiQD3BhHJWt7E8QlbBcaIzVRddupwJlp7eqmn4=", 2376 version = "v1.6.0", 2377 ) 2378 go_repository( 2379 name = "com_google_cloud_go_webrisk", 2380 build_file_proto_mode = "disable_global", 2381 importpath = "cloud.google.com/go/webrisk", 2382 sum = "h1:IY+L2+UwxcVm2zayMAtBhZleecdIFLiC+QJMzgb0kT0=", 2383 version = "v1.8.0", 2384 ) 2385 go_repository( 2386 name = "com_google_cloud_go_websecurityscanner", 2387 build_file_proto_mode = "disable_global", 2388 importpath = "cloud.google.com/go/websecurityscanner", 2389 sum = "h1:AHC1xmaNMOZtNqxI9Rmm87IJEyPaRkOxeI0gpAacXGk=", 2390 version = "v1.5.0", 2391 ) 2392 go_repository( 2393 name = "com_google_cloud_go_workflows", 2394 build_file_proto_mode = "disable_global", 2395 importpath = "cloud.google.com/go/workflows", 2396 sum = "h1:FfGp9w0cYnaKZJhUOMqCOJCYT/WlvYBfTQhFWV3sRKI=", 2397 version = "v1.10.0", 2398 ) 2399 go_repository( 2400 name = "com_shuralyov_dmitri_gpu_mtl", 2401 build_file_proto_mode = "disable_global", 2402 importpath = "dmitri.shuralyov.com/gpu/mtl", 2403 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", 2404 version = "v0.0.0-20190408044501-666a987793e9", 2405 ) 2406 go_repository( 2407 name = "dev_bobheadxi_go_streamline", 2408 build_file_proto_mode = "disable_global", 2409 importpath = "go.bobheadxi.dev/streamline", 2410 sum = "h1:Mv2NE8svJMB5K7nIT9WGwF014yuY/lPXtT8mvNr1OrU=", 2411 version = "v1.2.2", 2412 ) 2413 2414 go_repository( 2415 name = "in_gopkg_check_v1", 2416 build_file_proto_mode = "disable_global", 2417 importpath = "gopkg.in/check.v1", 2418 sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=", 2419 version = "v1.0.0-20201130134442-10cb98267c6c", 2420 ) 2421 2422 go_repository( 2423 name = "in_gopkg_ini_v1", 2424 build_file_proto_mode = "disable_global", 2425 importpath = "gopkg.in/ini.v1", 2426 sum = "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=", 2427 version = "v1.67.0", 2428 ) 2429 2430 go_repository( 2431 name = "in_gopkg_natefinch_lumberjack_v2", 2432 build_file_proto_mode = "disable_global", 2433 importpath = "gopkg.in/natefinch/lumberjack.v2", 2434 sum = "h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=", 2435 version = "v2.2.1", 2436 ) 2437 2438 go_repository( 2439 name = "in_gopkg_warnings_v0", 2440 build_file_proto_mode = "disable_global", 2441 importpath = "gopkg.in/warnings.v0", 2442 sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=", 2443 version = "v0.1.2", 2444 ) 2445 go_repository( 2446 name = "in_gopkg_yaml_v2", 2447 build_file_proto_mode = "disable_global", 2448 importpath = "gopkg.in/yaml.v2", 2449 sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", 2450 version = "v2.4.0", 2451 ) 2452 go_repository( 2453 name = "in_gopkg_yaml_v3", 2454 build_file_proto_mode = "disable_global", 2455 importpath = "gopkg.in/yaml.v3", 2456 sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", 2457 version = "v3.0.1", 2458 ) 2459 go_repository( 2460 name = "io_opencensus_go", 2461 build_file_proto_mode = "disable_global", 2462 importpath = "go.opencensus.io", 2463 sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", 2464 version = "v0.24.0", 2465 ) 2466 go_repository( 2467 name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc", 2468 build_file_proto_mode = "disable_global", 2469 importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", 2470 sum = "h1:ZOLJc06r4CB42laIXg/7udr0pbZyuAihN10A/XuiQRY=", 2471 version = "v0.42.0", 2472 ) 2473 2474 go_repository( 2475 name = "io_opentelemetry_go_contrib_propagators_jaeger", 2476 build_file_proto_mode = "disable_global", 2477 importpath = "go.opentelemetry.io/contrib/propagators/jaeger", 2478 sum = "h1:Zbpbmwav32Ea5jSotpmkWEl3a6Xvd4tw/3xxGO1i05Y=", 2479 version = "v1.17.0", 2480 ) 2481 go_repository( 2482 name = "io_opentelemetry_go_contrib_propagators_ot", 2483 build_file_proto_mode = "disable_global", 2484 importpath = "go.opentelemetry.io/contrib/propagators/ot", 2485 sum = "h1:ufo2Vsz8l76eI47jFjuVyjyB3Ae2DmfiCV/o6Vc8ii0=", 2486 version = "v1.17.0", 2487 ) 2488 go_repository( 2489 name = "io_opentelemetry_go_otel", 2490 build_file_proto_mode = "disable_global", 2491 importpath = "go.opentelemetry.io/otel", 2492 sum = "h1:Z7GVAX/UkAXPKsy94IU+i6thsQS4nb7LviLpnaNeW8s=", 2493 version = "v1.16.0", 2494 ) 2495 go_repository( 2496 name = "io_opentelemetry_go_otel_bridge_opentracing", 2497 build_file_proto_mode = "disable_global", 2498 importpath = "go.opentelemetry.io/otel/bridge/opentracing", 2499 sum = "h1:Bgwi7P5NCV3bv2T13bwG0WfsxaT4SjQ1rDdmFc5P7do=", 2500 version = "v1.16.0", 2501 ) 2502 go_repository( 2503 name = "io_opentelemetry_go_otel_exporters_otlp_internal_retry", 2504 build_file_proto_mode = "disable_global", 2505 importpath = "go.opentelemetry.io/otel/exporters/otlp/internal/retry", 2506 sum = "h1:t4ZwRPU+emrcvM2e9DHd0Fsf0JTPVcbfa/BhTDF03d0=", 2507 version = "v1.16.0", 2508 ) 2509 go_repository( 2510 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace", 2511 build_file_proto_mode = "disable_global", 2512 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace", 2513 sum = "h1:cbsD4cUcviQGXdw8+bo5x2wazq10SKz8hEbtCRPcU78=", 2514 version = "v1.16.0", 2515 ) 2516 go_repository( 2517 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracegrpc", 2518 build_file_proto_mode = "disable_global", 2519 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", 2520 sum = "h1:TVQp/bboR4mhZSav+MdgXB8FaRho1RC8UwVn3T0vjVc=", 2521 version = "v1.16.0", 2522 ) 2523 go_repository( 2524 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracehttp", 2525 build_file_proto_mode = "disable_global", 2526 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", 2527 sum = "h1:iqjq9LAB8aK++sKVcELezzn655JnBNdsDhghU4G/So8=", 2528 version = "v1.16.0", 2529 ) 2530 go_repository( 2531 name = "io_opentelemetry_go_otel_metric", 2532 build_file_proto_mode = "disable_global", 2533 importpath = "go.opentelemetry.io/otel/metric", 2534 sum = "h1:RbrpwVG1Hfv85LgnZ7+txXioPDoh6EdbZHo26Q3hqOo=", 2535 version = "v1.16.0", 2536 ) 2537 2538 go_repository( 2539 name = "io_opentelemetry_go_otel_sdk", 2540 build_file_proto_mode = "disable_global", 2541 importpath = "go.opentelemetry.io/otel/sdk", 2542 sum = "h1:Z1Ok1YsijYL0CSJpHt4cS3wDDh7p572grzNrBMiMWgE=", 2543 version = "v1.16.0", 2544 ) 2545 go_repository( 2546 name = "io_opentelemetry_go_otel_trace", 2547 build_file_proto_mode = "disable_global", 2548 importpath = "go.opentelemetry.io/otel/trace", 2549 sum = "h1:8JRpaObFoW0pxuVPapkgH8UhHQj+bJW8jJsCZEu5MQs=", 2550 version = "v1.16.0", 2551 ) 2552 go_repository( 2553 name = "io_opentelemetry_go_proto_otlp", 2554 build_file_proto_mode = "disable_global", 2555 importpath = "go.opentelemetry.io/proto/otlp", 2556 sum = "h1:BLOA1cZBAGSbRiNuGCCKiFrCdYB7deeHDeD1SueyOfA=", 2557 version = "v0.20.0", 2558 ) 2559 2560 go_repository( 2561 name = "io_rsc_pdf", 2562 build_file_proto_mode = "disable_global", 2563 importpath = "rsc.io/pdf", 2564 sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=", 2565 version = "v0.1.1", 2566 ) 2567 2568 go_repository( 2569 name = "org_golang_google_api", 2570 build_file_proto_mode = "disable_global", 2571 importpath = "google.golang.org/api", 2572 sum = "h1:2XbdjjNfFPXQyufzQVwPf1RRnHH8Den2pfNE2jw7L8w=", 2573 version = "v0.129.0", 2574 ) 2575 go_repository( 2576 name = "org_golang_google_appengine", 2577 build_file_proto_mode = "disable_global", 2578 importpath = "google.golang.org/appengine", 2579 sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", 2580 version = "v1.6.7", 2581 ) 2582 go_repository( 2583 name = "org_golang_google_genproto", 2584 build_file_proto_mode = "disable_global", 2585 importpath = "google.golang.org/genproto", 2586 sum = "h1:Wdfp5Hc1bqGCWYZNrir4A1Jb+SmVaV2j1DL/pbMMTGI=", 2587 version = "v0.0.0-20230628200519-e449d1ea0e82", 2588 ) 2589 go_repository( 2590 name = "org_golang_google_genproto_googleapis_api", 2591 build_file_proto_mode = "disable_global", 2592 importpath = "google.golang.org/genproto/googleapis/api", 2593 sum = "h1:iI5Fmsfz4zDINYxJLxn2YChI//ypkHM/KuVSvlN7ZXk=", 2594 version = "v0.0.0-20230628200519-e449d1ea0e82", 2595 ) 2596 go_repository( 2597 name = "org_golang_google_genproto_googleapis_bytestream", 2598 build_file_proto_mode = "disable_global", 2599 importpath = "google.golang.org/genproto/googleapis/bytestream", 2600 sum = "h1:g3hIDl0jRNd9PPTs2uBzYuaD5mQuwOkZY0vSc0LR32o=", 2601 version = "v0.0.0-20230530153820-e85fd2cbaebc", 2602 ) 2603 go_repository( 2604 name = "org_golang_google_genproto_googleapis_rpc", 2605 build_file_proto_mode = "disable_global", 2606 importpath = "google.golang.org/genproto/googleapis/rpc", 2607 sum = "h1:6b+zGQBiXFlAMpQr+cCarAdrZD4QgXSG7uUZadYysgg=", 2608 version = "v0.0.0-20230628200519-e449d1ea0e82", 2609 ) 2610 2611 go_repository( 2612 name = "org_golang_google_grpc", 2613 build_file_proto_mode = "disable_global", 2614 importpath = "google.golang.org/grpc", 2615 sum = "h1:z0dNfjIl0VpaZ9iSVjA6daGatAYwPGstTjt5vkRMFkQ=", 2616 version = "v1.56.1", 2617 ) 2618 go_repository( 2619 name = "org_golang_google_protobuf", 2620 build_file_proto_mode = "disable_global", 2621 importpath = "google.golang.org/protobuf", 2622 sum = "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=", 2623 version = "v1.31.0", 2624 ) 2625 go_repository( 2626 name = "org_golang_x_crypto", 2627 build_file_proto_mode = "disable_global", 2628 importpath = "golang.org/x/crypto", 2629 sum = "h1:LKqV2xt9+kDzSTfOhx4FrkEBcMrAgHSYgzywV9zcGmM=", 2630 version = "v0.10.0", 2631 ) 2632 go_repository( 2633 name = "org_golang_x_exp", 2634 build_file_proto_mode = "disable_global", 2635 importpath = "golang.org/x/exp", 2636 sum = "h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw=", 2637 version = "v0.0.0-20191030013958-a1ab85dbe136", 2638 ) 2639 go_repository( 2640 name = "org_golang_x_image", 2641 build_file_proto_mode = "disable_global", 2642 importpath = "golang.org/x/image", 2643 sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=", 2644 version = "v0.0.0-20190802002840-cff245a6509b", 2645 ) 2646 go_repository( 2647 name = "org_golang_x_lint", 2648 build_file_proto_mode = "disable_global", 2649 importpath = "golang.org/x/lint", 2650 sum = "h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0=", 2651 version = "v0.0.0-20190313153728-d0100b6bd8b3", 2652 ) 2653 go_repository( 2654 name = "org_golang_x_mobile", 2655 build_file_proto_mode = "disable_global", 2656 importpath = "golang.org/x/mobile", 2657 sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", 2658 version = "v0.0.0-20190719004257-d2bd2a29d028", 2659 ) 2660 go_repository( 2661 name = "org_golang_x_mod", 2662 build_file_proto_mode = "disable_global", 2663 importpath = "golang.org/x/mod", 2664 sum = "h1:bUO06HqtnRcc/7l71XBe4WcqTZ+3AH1J59zWDDwLKgU=", 2665 version = "v0.11.0", 2666 ) 2667 go_repository( 2668 name = "org_golang_x_net", 2669 build_file_proto_mode = "disable_global", 2670 importpath = "golang.org/x/net", 2671 sum = "h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU=", 2672 version = "v0.11.0", 2673 ) 2674 go_repository( 2675 name = "org_golang_x_oauth2", 2676 build_file_proto_mode = "disable_global", 2677 importpath = "golang.org/x/oauth2", 2678 sum = "h1:BPpt2kU7oMRq3kCHAA1tbSEshXRw1LpG2ztgDwrzuAs=", 2679 version = "v0.9.0", 2680 ) 2681 go_repository( 2682 name = "org_golang_x_sync", 2683 build_file_proto_mode = "disable_global", 2684 importpath = "golang.org/x/sync", 2685 sum = "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=", 2686 version = "v0.3.0", 2687 ) 2688 go_repository( 2689 name = "org_golang_x_sys", 2690 build_file_proto_mode = "disable_global", 2691 importpath = "golang.org/x/sys", 2692 sum = "h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=", 2693 version = "v0.9.0", 2694 ) 2695 go_repository( 2696 name = "org_golang_x_term", 2697 build_file_proto_mode = "disable_global", 2698 importpath = "golang.org/x/term", 2699 sum = "h1:GRRCnKYhdQrD8kfRAdQ6Zcw1P0OcELxGLKJvtjVMZ28=", 2700 version = "v0.9.0", 2701 ) 2702 go_repository( 2703 name = "org_golang_x_text", 2704 build_file_proto_mode = "disable_global", 2705 importpath = "golang.org/x/text", 2706 sum = "h1:UpjohKhiEgNc0CSauXmwYftY1+LlaC75SJwh0SgCX58=", 2707 version = "v0.10.0", 2708 ) 2709 go_repository( 2710 name = "org_golang_x_time", 2711 build_file_proto_mode = "disable_global", 2712 importpath = "golang.org/x/time", 2713 sum = "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=", 2714 version = "v0.3.0", 2715 ) 2716 go_repository( 2717 name = "org_golang_x_tools", 2718 build_file_proto_mode = "disable_global", 2719 importpath = "golang.org/x/tools", 2720 sum = "h1:tvDr/iQoUqNdohiYm0LmmKcBk+q86lb9EprIUFhHHGg=", 2721 version = "v0.10.0", 2722 ) 2723 go_repository( 2724 name = "org_golang_x_xerrors", 2725 build_file_proto_mode = "disable_global", 2726 importpath = "golang.org/x/xerrors", 2727 sum = "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", 2728 version = "v0.0.0-20220907171357-04be3eba64a2", 2729 ) 2730 go_repository( 2731 name = "org_gonum_v1_gonum", 2732 build_file_proto_mode = "disable_global", 2733 importpath = "gonum.org/v1/gonum", 2734 sum = "h1:CCXrcPKiGGotvnN6jfUsKk4rRqm7q09/YbKb5xCEvtM=", 2735 version = "v0.8.2", 2736 ) 2737 go_repository( 2738 name = "org_gonum_v1_netlib", 2739 build_file_proto_mode = "disable_global", 2740 importpath = "gonum.org/v1/netlib", 2741 sum = "h1:OE9mWmgKkjJyEmDAAtGMPjXu+YNeGvK9VTSHY6+Qihc=", 2742 version = "v0.0.0-20190313105609-8cb42192e0e0", 2743 ) 2744 go_repository( 2745 name = "org_gonum_v1_plot", 2746 build_file_proto_mode = "disable_global", 2747 importpath = "gonum.org/v1/plot", 2748 sum = "h1:Qh4dB5D/WpoUUp3lSod7qgoyEHbDGPUWjIbnqdqqe1k=", 2749 version = "v0.0.0-20190515093506-e2840ee46a6b", 2750 ) 2751 go_repository( 2752 name = "org_uber_go_atomic", 2753 build_file_proto_mode = "disable_global", 2754 importpath = "go.uber.org/atomic", 2755 sum = "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=", 2756 version = "v1.11.0", 2757 ) 2758 go_repository( 2759 name = "org_uber_go_automaxprocs", 2760 build_file_proto_mode = "disable_global", 2761 importpath = "go.uber.org/automaxprocs", 2762 sum = "h1:2LxUOGiR3O6tw8ui5sZa2LAaHnsviZdVOUZw4fvbnME=", 2763 version = "v1.5.2", 2764 ) 2765 go_repository( 2766 name = "org_uber_go_goleak", 2767 build_file_proto_mode = "disable_global", 2768 importpath = "go.uber.org/goleak", 2769 sum = "h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=", 2770 version = "v1.2.1", 2771 ) 2772 go_repository( 2773 name = "org_uber_go_multierr", 2774 build_file_proto_mode = "disable_global", 2775 importpath = "go.uber.org/multierr", 2776 sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=", 2777 version = "v1.11.0", 2778 ) 2779 go_repository( 2780 name = "org_uber_go_zap", 2781 build_file_proto_mode = "disable_global", 2782 importpath = "go.uber.org/zap", 2783 sum = "h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=", 2784 version = "v1.24.0", 2785 )