| """This module contains a Gazelle-generated go_repositories macro that mirrors //go.mod. | 
 |  | 
 | To update this file, please un "make update-go-bazel-deps" from the project's root directory. | 
 |  | 
 | It is recommended that the Gazelle-generated BUILD files are regenerated every time this file is | 
 | updated. To do so, please run "make update-go-bazel-files" from the project's root directory. | 
 | """ | 
 |  | 
 | load("@bazel_gazelle//:deps.bzl", "go_repository") | 
 |  | 
 | def go_repositories(): | 
 |     """This Gazelle-generated macro defines repositories for the Go modules in //go.mod.""" | 
 |  | 
 |     go_repository( | 
 |         name = "co_honnef_go_tools", | 
 |         importpath = "honnef.co/go/tools", | 
 |         sum = "h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8=", | 
 |         version = "v0.0.1-2020.1.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_a8m_envsubst", | 
 |         importpath = "github.com/a8m/envsubst", | 
 |         sum = "h1:yvzAhJD2QKdo35Ut03wIfXQmg+ta3wC/1bskfZynz+Q=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_aclements_go_moremath", | 
 |         importpath = "github.com/aclements/go-moremath", | 
 |         sum = "h1:a7+Y8VlXRC2VX5ue6tpCutr4PsrkRkWWVZv4zqfaHuc=", | 
 |         version = "v0.0.0-20190830160640-d16893ddf098", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_alcortesm_tgz", | 
 |         importpath = "github.com/alcortesm/tgz", | 
 |         sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=", | 
 |         version = "v0.0.0-20161220082320-9c5fe88206d7", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_alecthomas_participle_v2", | 
 |         importpath = "github.com/alecthomas/participle/v2", | 
 |         sum = "h1:cK4vjj0VSgb3lN1nuKA5F7dw+1s1pWBe5bx7nNCnN+c=", | 
 |         version = "v2.0.0-alpha7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_alecthomas_template", | 
 |         importpath = "github.com/alecthomas/template", | 
 |         sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", | 
 |         version = "v0.0.0-20190718012654-fb15b899a751", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_alecthomas_units", | 
 |         importpath = "github.com/alecthomas/units", | 
 |         sum = "h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E=", | 
 |         version = "v0.0.0-20190924025748-f65c72e2690d", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_alicebob_gopher_json", | 
 |         importpath = "github.com/alicebob/gopher-json", | 
 |         sum = "h1:HbKu58rmZpUGpz5+4FfNmIU+FmZg2P3Xaj2v2bfNWmk=", | 
 |         version = "v0.0.0-20200520072559-a9ecdc9d1d3a", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_alicebob_miniredis_v2", | 
 |         importpath = "github.com/alicebob/miniredis/v2", | 
 |         sum = "h1:3r6kTHdKnuP4fkS8k2IrvSfxpxUTcW1SOL0wN7b7Dt0=", | 
 |         version = "v2.30.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_andybalholm_brotli", | 
 |         importpath = "github.com/andybalholm/brotli", | 
 |         sum = "h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=", | 
 |         version = "v1.0.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_anmitsu_go_shlex", | 
 |         importpath = "github.com/anmitsu/go-shlex", | 
 |         sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=", | 
 |         version = "v0.0.0-20161002113705-648efa622239", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_antihax_optional", | 
 |         importpath = "github.com/antihax/optional", | 
 |         sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_apache_arrow_go_v12", | 
 |         importpath = "github.com/apache/arrow/go/v12", | 
 |         sum = "h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc=", | 
 |         version = "v12.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_apache_thrift", | 
 |         importpath = "github.com/apache/thrift", | 
 |         sum = "h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY=", | 
 |         version = "v0.16.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_armon_circbuf", | 
 |         importpath = "github.com/armon/circbuf", | 
 |         sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", | 
 |         version = "v0.0.0-20150827004946-bbbad097214e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_armon_consul_api", | 
 |         importpath = "github.com/armon/consul-api", | 
 |         sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", | 
 |         version = "v0.0.0-20180202201655-eb2c6b5be1b6", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_armon_go_metrics", | 
 |         importpath = "github.com/armon/go-metrics", | 
 |         sum = "h1:yCQqn7dwca4ITXb+CbubHmedzaQYHhNhrEXLYUeEe8Q=", | 
 |         version = "v0.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_armon_go_radix", | 
 |         importpath = "github.com/armon/go-radix", | 
 |         sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_armon_go_socks5", | 
 |         importpath = "github.com/armon/go-socks5", | 
 |         sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=", | 
 |         version = "v0.0.0-20160902184237-e75332964ef5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_asaskevich_govalidator", | 
 |         importpath = "github.com/asaskevich/govalidator", | 
 |         sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=", | 
 |         version = "v0.0.0-20190424111038-f61b66f89f4a", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_aws_aws_sdk_go", | 
 |         importpath = "github.com/aws/aws-sdk-go", | 
 |         sum = "h1:Gka1bopihF2e9XFhuVZPrgafmOFpCsRtAPMYLp/0AfA=", | 
 |         version = "v1.35.18", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_ansiterm", | 
 |         importpath = "github.com/Azure/go-ansiterm", | 
 |         sum = "h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=", | 
 |         version = "v0.0.0-20210617225240-d185dfc1b5a1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest", | 
 |         importpath = "github.com/Azure/go-autorest", | 
 |         sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=", | 
 |         version = "v14.2.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_autorest", | 
 |         importpath = "github.com/Azure/go-autorest/autorest", | 
 |         sum = "h1:90Y4srNYrwOtAgVo3ndrQkTYn6kf1Eg/AjTFJ8Is2aM=", | 
 |         version = "v0.11.18", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_autorest_adal", | 
 |         importpath = "github.com/Azure/go-autorest/autorest/adal", | 
 |         sum = "h1:Mp5hbtOePIzM8pJVRa3YLrWWmZtoxRXqUEzCfJt3+/Q=", | 
 |         version = "v0.9.13", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_autorest_date", | 
 |         importpath = "github.com/Azure/go-autorest/autorest/date", | 
 |         sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", | 
 |         version = "v0.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_autorest_mocks", | 
 |         importpath = "github.com/Azure/go-autorest/autorest/mocks", | 
 |         sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=", | 
 |         version = "v0.4.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_logger", | 
 |         importpath = "github.com/Azure/go-autorest/logger", | 
 |         sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=", | 
 |         version = "v0.2.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_azure_go_autorest_tracing", | 
 |         importpath = "github.com/Azure/go-autorest/tracing", | 
 |         sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", | 
 |         version = "v0.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bazelbuild_bazel_gazelle", | 
 |         importpath = "github.com/bazelbuild/bazel-gazelle", | 
 |         sum = "h1:WnJGYk1bMIjw8FCYA/UxKBK/Y6hUnOItrtR+vjFIIKo=", | 
 |         version = "v0.33.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bazelbuild_buildtools", | 
 |         # The BUILD files included in this Go module use the go_default_library naming convention. | 
 |         # See https://github.com/bazelbuild/bazel-gazelle/blob/master/repository.rst#go_repository. | 
 |         build_naming_convention = "go_default_library", | 
 |         importpath = "github.com/bazelbuild/buildtools", | 
 |         sum = "h1:VUHCI4QRifAGYsbVJYqJndLf7YqV12YthB+PLFsEKqo=", | 
 |         version = "v0.0.0-20231017121127-23aa65d4e117", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_bazelbuild_remote_apis", | 
 |         # The BUILD files included in this Go module use the go_default_library naming convention. | 
 |         # See https://github.com/bazelbuild/bazel-gazelle/blob/master/repository.rst#go_repository. | 
 |         build_naming_convention = "go_default_library", | 
 |         importpath = "github.com/bazelbuild/remote-apis", | 
 |         sum = "h1:TPwjNpCdoO7TcTPPMHEkrrlSwd8g2XVf3qflmnivvsU=", | 
 |         version = "v0.0.0-20230822133051-6c32c3b917cc", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bazelbuild_remote_apis_sdks", | 
 |         # Causes Gazelle to update references to the @go_googleapis external repository in | 
 |         # https://github.com/bazelbuild/remote-apis-sdks/blob/e00bd323ce426cd1c55dec2f152ffcc20eb4f503/go/pkg/client/BUILD.bazel#L39C20-L39C20 | 
 |         # with references to @org_golang_google_genproto as required by rules_go starting v0.41.0. | 
 |         # See https://github.com/bazelbuild/rules_go/releases/tag/v0.41.0. | 
 |         build_file_generation = "on", | 
 |         importpath = "github.com/bazelbuild/remote-apis-sdks", | 
 |         sum = "h1:/7itEMv7uUfXNXKUq9R8fGYF4Kb+ouOsVYsxSEsKmaw=", | 
 |         version = "v0.0.0-20231114220034-042d9851eb28", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bazelbuild_rules_go", | 
 |         importpath = "github.com/bazelbuild/rules_go", | 
 |         sum = "h1:JzlRxsFNhlX+g4drDRPhIaU5H5LnI978wdMJ0vK4I+k=", | 
 |         version = "v0.41.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_benbjohnson_clock", | 
 |         importpath = "github.com/benbjohnson/clock", | 
 |         sum = "h1:vkLuvpK4fmtSCuo60+yC63p7y0BmQ8gm5ZXGuBCJyXg=", | 
 |         version = "v1.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_beorn7_perks", | 
 |         importpath = "github.com/beorn7/perks", | 
 |         sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bgentry_speakeasy", | 
 |         importpath = "github.com/bgentry/speakeasy", | 
 |         sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", | 
 |         version = "v0.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bketelsen_crypt", | 
 |         importpath = "github.com/bketelsen/crypt", | 
 |         sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=", | 
 |         version = "v0.0.3-0.20200106085610-5cbc8cc4026c", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_blakesmith_ar", | 
 |         importpath = "github.com/blakesmith/ar", | 
 |         sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=", | 
 |         version = "v0.0.0-20190502131153-809d4375e1fb", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_blang_semver", | 
 |         importpath = "github.com/blang/semver", | 
 |         sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=", | 
 |         version = "v3.5.1+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_bmatcuk_doublestar_v4", | 
 |         importpath = "github.com/bmatcuk/doublestar/v4", | 
 |         sum = "h1:HTuxyug8GyFbRkrffIpzNCSK4luc0TY3wzXvzIZhEXc=", | 
 |         version = "v4.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_bradfitz_gomemcache", | 
 |         importpath = "github.com/bradfitz/gomemcache", | 
 |         sum = "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=", | 
 |         version = "v0.0.0-20190913173617-a41fca850d0b", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_bsm_ginkgo_v2", | 
 |         importpath = "github.com/bsm/ginkgo/v2", | 
 |         sum = "h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=", | 
 |         version = "v2.12.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_bsm_gomega", | 
 |         importpath = "github.com/bsm/gomega", | 
 |         sum = "h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=", | 
 |         version = "v1.27.10", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_burntsushi_toml", | 
 |         importpath = "github.com/BurntSushi/toml", | 
 |         sum = "h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_burntsushi_xgb", | 
 |         importpath = "github.com/BurntSushi/xgb", | 
 |         sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", | 
 |         version = "v0.0.0-20160522181843-27f122750802", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cenkalti_backoff", | 
 |         importpath = "github.com/cenkalti/backoff", | 
 |         sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=", | 
 |         version = "v2.2.1+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_cenkalti_backoff_v4", | 
 |         importpath = "github.com/cenkalti/backoff/v4", | 
 |         sum = "h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8UtC4=", | 
 |         version = "v4.1.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_census_instrumentation_opencensus_proto", | 
 |         # This repository includes .proto files under /src[1], and generated code for said protos | 
 |         # under /gen-go[2]. If we don't ignore the /src directory, Gazelle will generate | 
 |         # go_proto_library targets for the .proto files under /src, and go_library targets for the | 
 |         # corresponding .pb.go files under /gen-go. These libraries will have the same importpath[3] | 
 |         # attribute, which causes the build to fail. | 
 |         # | 
 |         # The work around is to tell Bazel to ignore /src, which forces Bazel to use the go_library | 
 |         # targets generated for the .pb.go files under /gen-go. | 
 |         # | 
 |         # See https://github.com/census-instrumentation/opencensus-proto/issues/200 for details. | 
 |         # | 
 |         # [1] https://github.com/census-instrumentation/opencensus-proto/tree/master/src | 
 |         # [2] https://github.com/census-instrumentation/opencensus-proto/tree/master/gen-go | 
 |         # [3] https://github.com/bazelbuild/rules_go/blob/master/go/core.rst#attributes | 
 |         build_extra_args = ["-exclude=src"], | 
 |         importpath = "github.com/census-instrumentation/opencensus-proto", | 
 |         sum = "h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=", | 
 |         version = "v0.4.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cespare_xxhash", | 
 |         importpath = "github.com/cespare/xxhash", | 
 |         sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cespare_xxhash_v2", | 
 |         importpath = "github.com/cespare/xxhash/v2", | 
 |         sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=", | 
 |         version = "v2.2.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_chai2010_gettext_go", | 
 |         importpath = "github.com/chai2010/gettext-go", | 
 |         sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=", | 
 |         version = "v0.0.0-20160711120539-c6fed771bfd5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_chigopher_pathlib", | 
 |         importpath = "github.com/chigopher/pathlib", | 
 |         sum = "h1:1pg96WL3iC1/YyWV4UJSl3E0GBf4B+h5amBtsbAAieY=", | 
 |         version = "v0.15.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_chzyer_logex", | 
 |         importpath = "github.com/chzyer/logex", | 
 |         sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=", | 
 |         version = "v1.1.10", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_chzyer_readline", | 
 |         importpath = "github.com/chzyer/readline", | 
 |         sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=", | 
 |         version = "v0.0.0-20180603132655-2972be24d48e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_chzyer_test", | 
 |         importpath = "github.com/chzyer/test", | 
 |         sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", | 
 |         version = "v0.0.0-20180213035817-a1ea475d72b1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_client9_misspell", | 
 |         importpath = "github.com/client9/misspell", | 
 |         sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", | 
 |         version = "v0.3.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cncf_udpa_go", | 
 |         importpath = "github.com/cncf/udpa/go", | 
 |         sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=", | 
 |         version = "v0.0.0-20220112060539-c52dc94e7fbe", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_cncf_xds_go", | 
 |         importpath = "github.com/cncf/xds/go", | 
 |         sum = "h1:7To3pQ+pZo0i3dsWEbinPNFs5gPSBOsJtx3wTT94VBY=", | 
 |         version = "v0.0.0-20231109132714-523115ebc101", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cockroachdb_apd", | 
 |         importpath = "github.com/cockroachdb/apd", | 
 |         sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cockroachdb_cockroach_go_v2", | 
 |         importpath = "github.com/cockroachdb/cockroach-go/v2", | 
 |         sum = "h1:zicZlBhWZu6wfK7Ezg4Owdc3HamLpRdBllPTT9tb+2k=", | 
 |         version = "v2.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_bbolt", | 
 |         importpath = "github.com/coreos/bbolt", | 
 |         sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", | 
 |         version = "v1.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_etcd", | 
 |         importpath = "github.com/coreos/etcd", | 
 |         sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=", | 
 |         version = "v3.3.13+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_go_etcd", | 
 |         importpath = "github.com/coreos/go-etcd", | 
 |         sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=", | 
 |         version = "v2.0.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_go_semver", | 
 |         importpath = "github.com/coreos/go-semver", | 
 |         sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=", | 
 |         version = "v0.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_go_systemd", | 
 |         importpath = "github.com/coreos/go-systemd", | 
 |         sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=", | 
 |         version = "v0.0.0-20190719114852-fd7a80b32e1f", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_coreos_go_systemd_v22", | 
 |         importpath = "github.com/coreos/go-systemd/v22", | 
 |         sum = "h1:rtAn27wIbmOGUs7RIbVgPEjb31ehTVniDwPGXyMxm5U=", | 
 |         version = "v22.3.3-0.20220203105225-a9a7ef127534", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_coreos_pkg", | 
 |         importpath = "github.com/coreos/pkg", | 
 |         sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", | 
 |         version = "v0.0.0-20180928190104-399ea9e2e55f", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cpuguy83_go_md2man", | 
 |         importpath = "github.com/cpuguy83/go-md2man", | 
 |         sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", | 
 |         version = "v1.0.10", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_cpuguy83_go_md2man_v2", | 
 |         importpath = "github.com/cpuguy83/go-md2man/v2", | 
 |         sum = "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=", | 
 |         version = "v2.0.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_creack_pty", | 
 |         importpath = "github.com/creack/pty", | 
 |         sum = "h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=", | 
 |         version = "v1.1.11", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_danjacques_gofslock", | 
 |         importpath = "github.com/danjacques/gofslock", | 
 |         sum = "h1:BBkZ6LZYtzMQ2Oo5LkovMmUp0gxAD+AnXzfknZlFTBo=", | 
 |         version = "v0.0.0-20230728142113-ae8f59f9e88b", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_davecgh_go_spew", | 
 |         importpath = "github.com/davecgh/go-spew", | 
 |         sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_daviddengcn_go_colortext", | 
 |         importpath = "github.com/daviddengcn/go-colortext", | 
 |         sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=", | 
 |         version = "v0.0.0-20160507010035-511bcaf42ccd", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_dgraph_io_badger_v3", | 
 |         importpath = "github.com/dgraph-io/badger/v3", | 
 |         sum = "h1:dpyM5eCJAtQCBcMCZcT4UBZchuTJgCywerHHgmxfxM8=", | 
 |         version = "v3.2103.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_dgraph_io_ristretto", | 
 |         importpath = "github.com/dgraph-io/ristretto", | 
 |         sum = "h1:Jv3CGQHp9OjuMBSne1485aDpUkTKEcUqF+jm/LuerPI=", | 
 |         version = "v0.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_dgrijalva_jwt_go", | 
 |         importpath = "github.com/dgrijalva/jwt-go", | 
 |         sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", | 
 |         version = "v3.2.0+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_dgryski_go_rendezvous", | 
 |         importpath = "github.com/dgryski/go-rendezvous", | 
 |         sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=", | 
 |         version = "v0.0.0-20200823014737-9f7001d12a5f", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_dgryski_go_sip13", | 
 |         importpath = "github.com/dgryski/go-sip13", | 
 |         sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", | 
 |         version = "v0.0.0-20181026042036-e10d5fee7954", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_docker_distribution", | 
 |         importpath = "github.com/docker/distribution", | 
 |         sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=", | 
 |         version = "v2.7.1+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_docopt_docopt_go", | 
 |         importpath = "github.com/docopt/docopt-go", | 
 |         sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=", | 
 |         version = "v0.0.0-20180111231733-ee0de3bc6815", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_dustin_go_humanize", | 
 |         importpath = "github.com/dustin/go-humanize", | 
 |         sum = "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_elazarl_goproxy", | 
 |         importpath = "github.com/elazarl/goproxy", | 
 |         sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=", | 
 |         version = "v0.0.0-20180725130230-947c36da3153", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_emicklei_go_restful", | 
 |         importpath = "github.com/emicklei/go-restful", | 
 |         sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=", | 
 |         version = "v2.9.5+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_emirpasic_gods", | 
 |         importpath = "github.com/emirpasic/gods", | 
 |         sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=", | 
 |         version = "v1.12.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_envoyproxy_go_control_plane", | 
 |         importpath = "github.com/envoyproxy/go-control-plane", | 
 |         sum = "h1:wSUXTlLfiAQRWs2F+p+EKOY9rUyis1MyGqJ2DIk5HpM=", | 
 |         version = "v0.11.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_envoyproxy_protoc_gen_validate", | 
 |         importpath = "github.com/envoyproxy/protoc-gen-validate", | 
 |         sum = "h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA=", | 
 |         version = "v1.0.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_evanphx_json_patch", | 
 |         importpath = "github.com/evanphx/json-patch", | 
 |         sum = "h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs=", | 
 |         version = "v4.11.0+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_exponent_io_jsonpath", | 
 |         importpath = "github.com/exponent-io/jsonpath", | 
 |         sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=", | 
 |         version = "v0.0.0-20151013193312-d6023ce2651d", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_facebookgo_clock", | 
 |         importpath = "github.com/facebookgo/clock", | 
 |         sum = "h1:yDWHCSQ40h88yih2JAcL6Ls/kVkSE8GFACTGVnMPruw=", | 
 |         version = "v0.0.0-20150410010913-600d898af40a", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fatih_camelcase", | 
 |         importpath = "github.com/fatih/camelcase", | 
 |         sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fatih_color", | 
 |         importpath = "github.com/fatih/color", | 
 |         sum = "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=", | 
 |         version = "v1.13.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_felixge_httpsnoop", | 
 |         importpath = "github.com/felixge/httpsnoop", | 
 |         sum = "h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=", | 
 |         version = "v1.0.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fiorix_go_web", | 
 |         importpath = "github.com/fiorix/go-web", | 
 |         sum = "h1:P/Czr+qFBdKELw4nys0x2e5nkT9niVq/2FS63ArJzm4=", | 
 |         version = "v1.0.1-0.20150221144011-5b593f1e8966", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_flynn_go_shlex", | 
 |         importpath = "github.com/flynn/go-shlex", | 
 |         sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=", | 
 |         version = "v0.0.0-20150515145356-3f9db97f8568", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_flynn_json5", | 
 |         importpath = "github.com/flynn/json5", | 
 |         sum = "h1:xJMmr4GMYIbALX5edyoDIOQpc2bOQTeJiWMeCl9lX/8=", | 
 |         version = "v0.0.0-20160717195620-7620272ed633", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_form3tech_oss_jwt_go", | 
 |         importpath = "github.com/form3tech-oss/jwt-go", | 
 |         sum = "h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c=", | 
 |         version = "v3.2.3+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fortytw2_leaktest", | 
 |         importpath = "github.com/fortytw2/leaktest", | 
 |         sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_frankban_quicktest", | 
 |         importpath = "github.com/frankban/quicktest", | 
 |         sum = "h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY=", | 
 |         version = "v1.14.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fsnotify_fsnotify", | 
 |         importpath = "github.com/fsnotify/fsnotify", | 
 |         sum = "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", | 
 |         version = "v1.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_fvbommel_sortorder", | 
 |         importpath = "github.com/fvbommel/sortorder", | 
 |         sum = "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_ghodss_yaml", | 
 |         importpath = "github.com/ghodss/yaml", | 
 |         sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gliderlabs_ssh", | 
 |         importpath = "github.com/gliderlabs/ssh", | 
 |         sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=", | 
 |         version = "v0.2.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_go_chi_chi_v5", | 
 |         importpath = "github.com/go-chi/chi/v5", | 
 |         sum = "h1:lD+NLqFcAi1ovnVZpsnObHGW4xb4J8lNmoYVfECH1Y0=", | 
 |         version = "v5.0.8", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_errors_errors", | 
 |         importpath = "github.com/go-errors/errors", | 
 |         sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_gl_glfw", | 
 |         importpath = "github.com/go-gl/glfw", | 
 |         sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=", | 
 |         version = "v0.0.0-20190409004039-e6da0acd62b1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_gl_glfw_v3_3_glfw", | 
 |         importpath = "github.com/go-gl/glfw/v3.3/glfw", | 
 |         sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", | 
 |         version = "v0.0.0-20200222043503-6f7a984d4dc4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_kit_kit", | 
 |         importpath = "github.com/go-kit/kit", | 
 |         sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=", | 
 |         version = "v0.9.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_go_kit_log", | 
 |         importpath = "github.com/go-kit/log", | 
 |         sum = "h1:DGJh0Sm43HbOeYDNnVZFl8BvcYVvjD5bqYJvp0REbwQ=", | 
 |         version = "v0.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_logfmt_logfmt", | 
 |         importpath = "github.com/go-logfmt/logfmt", | 
 |         sum = "h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=", | 
 |         version = "v0.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_logr_logr", | 
 |         importpath = "github.com/go-logr/logr", | 
 |         sum = "h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=", | 
 |         version = "v1.4.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_go_logr_stdr", | 
 |         importpath = "github.com/go-logr/stdr", | 
 |         sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=", | 
 |         version = "v1.2.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_ole_go_ole", | 
 |         importpath = "github.com/go-ole/go-ole", | 
 |         sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=", | 
 |         version = "v1.2.6", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_openapi_jsonpointer", | 
 |         importpath = "github.com/go-openapi/jsonpointer", | 
 |         sum = "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=", | 
 |         version = "v0.19.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_openapi_jsonreference", | 
 |         importpath = "github.com/go-openapi/jsonreference", | 
 |         sum = "h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=", | 
 |         version = "v0.19.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_openapi_swag", | 
 |         importpath = "github.com/go-openapi/swag", | 
 |         sum = "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=", | 
 |         version = "v0.19.14", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_python_gpython", | 
 |         importpath = "github.com/go-python/gpython", | 
 |         sum = "h1:QNFZ0h540Lajx7Pi/os06XzzdYUQG+2sV7IvPo/Mvmg=", | 
 |         version = "v0.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_sql_driver_mysql", | 
 |         importpath = "github.com/go-sql-driver/mysql", | 
 |         sum = "h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_go_stack_stack", | 
 |         importpath = "github.com/go-stack/stack", | 
 |         sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=", | 
 |         version = "v1.8.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_goccy_go_json", | 
 |         importpath = "github.com/goccy/go-json", | 
 |         sum = "h1:/pAaQDLHEoCq/5FFmSKBswWmK6H0e8g4159Kc/X/nqk=", | 
 |         version = "v0.9.11", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_godbus_dbus_v5", | 
 |         importpath = "github.com/godbus/dbus/v5", | 
 |         sum = "h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=", | 
 |         version = "v5.0.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gofrs_uuid", | 
 |         importpath = "github.com/gofrs/uuid", | 
 |         sum = "h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=", | 
 |         version = "v4.0.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gogo_protobuf", | 
 |         importpath = "github.com/gogo/protobuf", | 
 |         sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", | 
 |         version = "v1.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golang_glog", | 
 |         importpath = "github.com/golang/glog", | 
 |         sum = "h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=", | 
 |         version = "v1.1.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golang_groupcache", | 
 |         importpath = "github.com/golang/groupcache", | 
 |         sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", | 
 |         version = "v0.0.0-20210331224755-41bb18bfe9da", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golang_mock", | 
 |         importpath = "github.com/golang/mock", | 
 |         sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", | 
 |         version = "v1.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golang_protobuf", | 
 |         importpath = "github.com/golang/protobuf", | 
 |         sum = "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", | 
 |         version = "v1.5.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golang_snappy", | 
 |         importpath = "github.com/golang/snappy", | 
 |         sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", | 
 |         version = "v0.0.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_golangplus_testing", | 
 |         importpath = "github.com/golangplus/testing", | 
 |         sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=", | 
 |         version = "v0.0.0-20180327235837-af21d9c3145e", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_gomodule_redigo", | 
 |         importpath = "github.com/gomodule/redigo", | 
 |         sum = "h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws=", | 
 |         version = "v1.8.9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_btree", | 
 |         importpath = "github.com/google/btree", | 
 |         sum = "h1:xf4v41cLI2Z6FxbKm+8Bu+m8ifhj15JuZ9sa0jZCMUU=", | 
 |         version = "v1.1.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_google_flatbuffers", | 
 |         importpath = "github.com/google/flatbuffers", | 
 |         sum = "h1:ivUb1cGomAB101ZM1T0nOiWz9pSrTMoa9+EiY7igmkM=", | 
 |         version = "v2.0.8+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_go_cmp", | 
 |         importpath = "github.com/google/go-cmp", | 
 |         sum = "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=", | 
 |         version = "v0.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_go_github_v29", | 
 |         importpath = "github.com/google/go-github/v29", | 
 |         sum = "h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=", | 
 |         version = "v29.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_go_licenses", | 
 |         importpath = "github.com/google/go-licenses", | 
 |         sum = "h1:ZK63Yns/0Y8hE5y50WuSsfFWNPmpYDQ9tzh/J2vWV8c=", | 
 |         version = "v0.0.0-20210816172045-3099c18c36e1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_google_go_pkcs11", | 
 |         importpath = "github.com/google/go-pkcs11", | 
 |         sum = "h1:OF1IPgv+F4NmqmJ98KTjdN97Vs1JxDPB3vbmYzV2dpk=", | 
 |         version = "v0.2.1-0.20230907215043-c6f79328ddf9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_go_querystring", | 
 |         importpath = "github.com/google/go-querystring", | 
 |         sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_gofuzz", | 
 |         importpath = "github.com/google/gofuzz", | 
 |         sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_licenseclassifier", | 
 |         importpath = "github.com/google/licenseclassifier", | 
 |         sum = "h1:TJsAqW6zLRMDTyGmc9TPosfn9OyVlHs8Hrn3pY6ONSY=", | 
 |         version = "v0.0.0-20210722185704-3043a050f148", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_martian", | 
 |         importpath = "github.com/google/martian", | 
 |         sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", | 
 |         version = "v2.1.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_martian_v3", | 
 |         importpath = "github.com/google/martian/v3", | 
 |         sum = "h1:DIhPTQrbPkgs2yJYdXU/eNACCG5DVQjySNRNlflZ9Fc=", | 
 |         version = "v3.3.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_google_pprof", | 
 |         importpath = "github.com/google/pprof", | 
 |         sum = "h1:lvddKcYTQ545ADhBujtIJmqQrZBDsGo7XIMbAQe/sNY=", | 
 |         version = "v0.0.0-20221103000818-d260c55eee4c", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_renameio", | 
 |         importpath = "github.com/google/renameio", | 
 |         sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", | 
 |         version = "v0.1.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_google_s2a_go", | 
 |         importpath = "github.com/google/s2a-go", | 
 |         sum = "h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=", | 
 |         version = "v0.1.7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_shlex", | 
 |         importpath = "github.com/google/shlex", | 
 |         sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=", | 
 |         version = "v0.0.0-20191202100458-e7afc7fbc510", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_google_tink_go", | 
 |         importpath = "github.com/google/tink/go", | 
 |         sum = "h1:6Eox8zONGebBFcCBqkVmt60LaWZa6xg1cl/DwAh/J1w=", | 
 |         version = "v1.7.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_google_uuid", | 
 |         importpath = "github.com/google/uuid", | 
 |         sum = "h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googleapis_cloud_bigtable_clients_test", | 
 |         importpath = "github.com/googleapis/cloud-bigtable-clients-test", | 
 |         sum = "h1:XGA5O7ykPem5Wl300uv+IK+YkGoNCFIt5VLPLYaAMQ8=", | 
 |         version = "v0.0.0-20230505150253-16eeee810d3a", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_googleapis_enterprise_certificate_proxy", | 
 |         importpath = "github.com/googleapis/enterprise-certificate-proxy", | 
 |         sum = "h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=", | 
 |         version = "v0.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_googleapis_gax_go_v2", | 
 |         # This module is distributed with pre-generated .pb.go files, so we disable generation of | 
 |         # go_proto_library targets. | 
 |         build_file_proto_mode = "disable", | 
 |         importpath = "github.com/googleapis/gax-go/v2", | 
 |         sum = "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=", | 
 |         version = "v2.12.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_googleapis_gnostic", | 
 |         build_file_proto_mode = "disable",  # https://github.com/google/gnostic/issues/139 | 
 |         importpath = "github.com/googleapis/gnostic", | 
 |         sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=", | 
 |         version = "v0.5.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googleapis_google_cloud_go_testing", | 
 |         importpath = "github.com/googleapis/google-cloud-go-testing", | 
 |         sum = "h1:tlyzajkF3030q6M8SvmJSemC9DTHL/xaMa18b65+JM4=", | 
 |         version = "v0.0.0-20200911160855-bcd43fbb19e8", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googlecloudplatform_opentelemetry_operations_go_detectors_gcp", | 
 |         importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp", | 
 |         sum = "h1:tk85AYGwOf6VNtoOQi8w/kVDi2vmPxp3/OU2FsUpdcA=", | 
 |         version = "v1.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googlecloudplatform_opentelemetry_operations_go_exporter_trace", | 
 |         importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace", | 
 |         sum = "h1:lP8YpTi26Bei2OrXpQEUnNFPqKT6bTn3P8DvJC4i8WQ=", | 
 |         version = "v1.19.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googlecloudplatform_opentelemetry_operations_go_internal_resourcemapping", | 
 |         importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping", | 
 |         sum = "h1:ti4stlXHjDhGl+1h+EpqXv9+Wxv0XqCB3XTT4W6ZoQU=", | 
 |         version = "v0.43.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_googlecloudplatform_opentelemetry_operations_go_propagator", | 
 |         importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator", | 
 |         sum = "h1:Ej/1TqY9R59OOhRyukLgW97yy/xo3d2M7Lb2ao2O+Gs=", | 
 |         version = "v0.43.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gopherjs_gopherjs", | 
 |         importpath = "github.com/gopherjs/gopherjs", | 
 |         sum = "h1:fQnZVsXk8uxXIStYb0N4bGk7jeyTalG/wsZjQ25dO0g=", | 
 |         version = "v1.17.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gopherjs_gopherwasm", | 
 |         importpath = "github.com/gopherjs/gopherwasm", | 
 |         sum = "h1:32nge/RlujS1Im4HNCJPp0NbBOAeBXFuT1KonUuLl+Y=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_gorhill_cronexpr", | 
 |         importpath = "github.com/gorhill/cronexpr", | 
 |         sum = "h1:f0n1xnMSmBLzVfsMMvriDyA75NB/oBgILX2GcHXIQzY=", | 
 |         version = "v0.0.0-20180427100037-88b0669f7d75", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gorilla_securecookie", | 
 |         importpath = "github.com/gorilla/securecookie", | 
 |         sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gorilla_websocket", | 
 |         importpath = "github.com/gorilla/websocket", | 
 |         sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=", | 
 |         version = "v1.4.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_gregjones_httpcache", | 
 |         importpath = "github.com/gregjones/httpcache", | 
 |         sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=", | 
 |         version = "v0.0.0-20180305231024-9cad4c3443a7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_grpc_ecosystem_go_grpc_middleware", | 
 |         importpath = "github.com/grpc-ecosystem/go-grpc-middleware", | 
 |         sum = "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_grpc_ecosystem_go_grpc_prometheus", | 
 |         importpath = "github.com/grpc-ecosystem/go-grpc-prometheus", | 
 |         sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_grpc_ecosystem_grpc_gateway", | 
 |         importpath = "github.com/grpc-ecosystem/grpc-gateway", | 
 |         sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", | 
 |         version = "v1.16.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_grpc_ecosystem_grpc_gateway_v2", | 
 |         importpath = "github.com/grpc-ecosystem/grpc-gateway/v2", | 
 |         sum = "h1:6UKoz5ujsI55KNpsJH3UwCq3T8kKbZwNZBNPuTTje8U=", | 
 |         version = "v2.18.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hako_durafmt", | 
 |         importpath = "github.com/hako/durafmt", | 
 |         sum = "h1:BpJ2o0OR5FV7vrkDYfXYVJQeMNWa8RhklZOpW2ITAIQ=", | 
 |         version = "v0.0.0-20200710122514-c0fb7b4da026", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_consul_api", | 
 |         importpath = "github.com/hashicorp/consul/api", | 
 |         sum = "h1:R7PPNzTCeN6VuQNDwwhZWJvzCtGSrNpJqfb22h3yH9g=", | 
 |         version = "v1.18.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_consul_sdk", | 
 |         importpath = "github.com/hashicorp/consul/sdk", | 
 |         sum = "h1:LnuDWGNsoajlhGyHJvuWW6FVqRl8JOTPqS6CPTsYjhY=", | 
 |         version = "v0.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_errwrap", | 
 |         importpath = "github.com/hashicorp/errwrap", | 
 |         sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_cleanhttp", | 
 |         importpath = "github.com/hashicorp/go-cleanhttp", | 
 |         sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", | 
 |         version = "v0.5.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_hclog", | 
 |         importpath = "github.com/hashicorp/go-hclog", | 
 |         sum = "h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_immutable_radix", | 
 |         importpath = "github.com/hashicorp/go-immutable-radix", | 
 |         sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=", | 
 |         version = "v1.3.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_msgpack", | 
 |         importpath = "github.com/hashicorp/go-msgpack", | 
 |         sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", | 
 |         version = "v0.5.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_multierror", | 
 |         importpath = "github.com/hashicorp/go-multierror", | 
 |         sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_net", | 
 |         importpath = "github.com/hashicorp/go.net", | 
 |         sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=", | 
 |         version = "v0.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_rootcerts", | 
 |         importpath = "github.com/hashicorp/go-rootcerts", | 
 |         sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", | 
 |         version = "v1.0.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_sockaddr", | 
 |         importpath = "github.com/hashicorp/go-sockaddr", | 
 |         sum = "h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_syslog", | 
 |         importpath = "github.com/hashicorp/go-syslog", | 
 |         sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_go_uuid", | 
 |         importpath = "github.com/hashicorp/go-uuid", | 
 |         sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_golang_lru", | 
 |         importpath = "github.com/hashicorp/golang-lru", | 
 |         sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", | 
 |         version = "v0.5.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_hcl", | 
 |         importpath = "github.com/hashicorp/hcl", | 
 |         sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_logutils", | 
 |         importpath = "github.com/hashicorp/logutils", | 
 |         sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_mdns", | 
 |         importpath = "github.com/hashicorp/mdns", | 
 |         sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_memberlist", | 
 |         importpath = "github.com/hashicorp/memberlist", | 
 |         sum = "h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=", | 
 |         version = "v0.1.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hashicorp_serf", | 
 |         importpath = "github.com/hashicorp/serf", | 
 |         sum = "h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=", | 
 |         version = "v0.10.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_hpcloud_tail", | 
 |         importpath = "github.com/hpcloud/tail", | 
 |         sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_huandu_xstrings", | 
 |         importpath = "github.com/huandu/xstrings", | 
 |         sum = "h1:D17IlohoQq4UcpqD7fDk80P7l+lwAmlFaBHgOipl2FU=", | 
 |         version = "v1.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_iancoleman_orderedmap", | 
 |         importpath = "github.com/iancoleman/orderedmap", | 
 |         sum = "h1:i462o439ZjprVSFSZLZxcsoAe592sZB1rci2Z8j4wdk=", | 
 |         version = "v0.0.0-20190318233801-ac98e3ecb4b0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_iancoleman_strcase", | 
 |         importpath = "github.com/iancoleman/strcase", | 
 |         sum = "h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=", | 
 |         version = "v0.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_ianlancetaylor_demangle", | 
 |         importpath = "github.com/ianlancetaylor/demangle", | 
 |         sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=", | 
 |         version = "v0.0.0-20200824232613-28f6c0f3b639", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_imdario_mergo", | 
 |         importpath = "github.com/imdario/mergo", | 
 |         sum = "h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=", | 
 |         version = "v0.3.11", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_inconshreveable_mousetrap", | 
 |         importpath = "github.com/inconshreveable/mousetrap", | 
 |         sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_invopop_jsonschema", | 
 |         importpath = "github.com/invopop/jsonschema", | 
 |         sum = "h1:2vgQcBz1n256N+FpX3Jq7Y17AjYt46Ig3zIWyy770So=", | 
 |         version = "v0.7.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_chunkreader", | 
 |         importpath = "github.com/jackc/chunkreader", | 
 |         sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_chunkreader_v2", | 
 |         importpath = "github.com/jackc/chunkreader/v2", | 
 |         sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=", | 
 |         version = "v2.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgconn", | 
 |         importpath = "github.com/jackc/pgconn", | 
 |         sum = "h1:vrbA9Ud87g6JdFWkHTJXppVce58qPIdP7N8y0Ml/A7Q=", | 
 |         version = "v1.14.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgio", | 
 |         importpath = "github.com/jackc/pgio", | 
 |         sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgmock", | 
 |         importpath = "github.com/jackc/pgmock", | 
 |         sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=", | 
 |         version = "v0.0.0-20210724152146-4ad1a8207f65", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgpassfile", | 
 |         importpath = "github.com/jackc/pgpassfile", | 
 |         sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgproto3", | 
 |         importpath = "github.com/jackc/pgproto3", | 
 |         sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgproto3_v2", | 
 |         importpath = "github.com/jackc/pgproto3/v2", | 
 |         sum = "h1:7eY55bdBeCz1F2fTzSz69QC+pG46jYq9/jtSPiJ5nn0=", | 
 |         version = "v2.3.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgservicefile", | 
 |         importpath = "github.com/jackc/pgservicefile", | 
 |         sum = "h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=", | 
 |         version = "v0.0.0-20221227161230-091c0ba34f0a", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgtype", | 
 |         importpath = "github.com/jackc/pgtype", | 
 |         sum = "h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=", | 
 |         version = "v1.14.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_pgx_v4", | 
 |         importpath = "github.com/jackc/pgx/v4", | 
 |         sum = "h1:YP7G1KABtKpB5IHrO9vYwSrCOhs7p3uqhvhhQBptya0=", | 
 |         version = "v4.18.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jackc_puddle", | 
 |         importpath = "github.com/jackc/puddle", | 
 |         sum = "h1:eHK/5clGOatcjX3oWGBO/MpxpbHzSwud5EWTSCI+MX0=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jbenet_go_context", | 
 |         importpath = "github.com/jbenet/go-context", | 
 |         sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=", | 
 |         version = "v0.0.0-20150711004518-d14ea06fba99", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jcgregorio_logger", | 
 |         importpath = "github.com/jcgregorio/logger", | 
 |         sum = "h1:KKKWn4Q0bPpGtLFWEF3Pkv0VtX8Oru3cK0OH0ZozYik=", | 
 |         version = "v0.1.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jcgregorio_slog", | 
 |         importpath = "github.com/jcgregorio/slog", | 
 |         sum = "h1:H8hiPQr5PtkrB5z3Do/9iR5tEwuAFNim68cqcoAlHeY=", | 
 |         version = "v0.0.0-20190423190439-e6f2d537f900", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jeffail_gabs_v2", | 
 |         importpath = "github.com/Jeffail/gabs/v2", | 
 |         sum = "h1:WdCnGaDhNa4LSRTMwhLZzJ7SRDXjABNP13SOKvCpL5w=", | 
 |         version = "v2.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jessevdk_go_flags", | 
 |         importpath = "github.com/jessevdk/go-flags", | 
 |         sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=", | 
 |         version = "v1.4.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_jinzhu_copier", | 
 |         importpath = "github.com/jinzhu/copier", | 
 |         sum = "h1:GlvfUwHk62RokgqVNvYsku0TATCF7bAHVwEXoBh3iJg=", | 
 |         version = "v0.3.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jinzhu_inflection", | 
 |         importpath = "github.com/jinzhu/inflection", | 
 |         sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_jinzhu_now", | 
 |         importpath = "github.com/jinzhu/now", | 
 |         sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jmespath_go_jmespath", | 
 |         importpath = "github.com/jmespath/go-jmespath", | 
 |         sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", | 
 |         version = "v0.4.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_jmespath_go_jmespath_internal_testify", | 
 |         importpath = "github.com/jmespath/go-jmespath/internal/testify", | 
 |         sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=", | 
 |         version = "v1.5.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jmoiron_sqlx", | 
 |         importpath = "github.com/jmoiron/sqlx", | 
 |         sum = "h1:41Ip0zITnmWNR/vHV+S4m+VoUivnWY5E4OJfLZjCJMA=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_johncgriffin_overflow", | 
 |         importpath = "github.com/JohnCGriffin/overflow", | 
 |         sum = "h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=", | 
 |         version = "v0.0.0-20211019200055-46fa312c352c", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jonboulle_clockwork", | 
 |         importpath = "github.com/jonboulle/clockwork", | 
 |         sum = "h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=", | 
 |         version = "v0.2.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_jordan_wright_email", | 
 |         importpath = "github.com/jordan-wright/email", | 
 |         sum = "h1:jdpOPRN1zP63Td1hDQbZW73xKmzDvZHzVdNYxhnTMDA=", | 
 |         version = "v4.0.1-0.20210109023952-943e75fe5223+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_josharian_intern", | 
 |         importpath = "github.com/josharian/intern", | 
 |         sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jpillora_backoff", | 
 |         importpath = "github.com/jpillora/backoff", | 
 |         sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_json_iterator_go", | 
 |         importpath = "github.com/json-iterator/go", | 
 |         sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", | 
 |         version = "v1.1.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jstemmer_go_junit_report", | 
 |         importpath = "github.com/jstemmer/go-junit-report", | 
 |         sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", | 
 |         version = "v0.9.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_jtolds_gls", | 
 |         importpath = "github.com/jtolds/gls", | 
 |         sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=", | 
 |         version = "v4.20.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_julienschmidt_httprouter", | 
 |         importpath = "github.com/julienschmidt/httprouter", | 
 |         sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kballard_go_shellquote", | 
 |         importpath = "github.com/kballard/go-shellquote", | 
 |         sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=", | 
 |         version = "v0.0.0-20180428030007-95032a82bc51", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kevinburke_ssh_config", | 
 |         importpath = "github.com/kevinburke/ssh_config", | 
 |         sum = "h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=", | 
 |         version = "v0.0.0-20190725054713-01f96b0aa0cd", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kisielk_errcheck", | 
 |         importpath = "github.com/kisielk/errcheck", | 
 |         sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kisielk_gotool", | 
 |         importpath = "github.com/kisielk/gotool", | 
 |         sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_klauspost_asmfmt", | 
 |         importpath = "github.com/klauspost/asmfmt", | 
 |         sum = "h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=", | 
 |         version = "v1.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_klauspost_compress", | 
 |         importpath = "github.com/klauspost/compress", | 
 |         sum = "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=", | 
 |         version = "v1.16.7", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_klauspost_cpuid_v2", | 
 |         importpath = "github.com/klauspost/cpuid/v2", | 
 |         sum = "h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4=", | 
 |         version = "v2.0.9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_konsorten_go_windows_terminal_sequences", | 
 |         importpath = "github.com/konsorten/go-windows-terminal-sequences", | 
 |         sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=", | 
 |         version = "v1.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kr_fs", | 
 |         importpath = "github.com/kr/fs", | 
 |         sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=", | 
 |         version = "v0.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kr_logfmt", | 
 |         importpath = "github.com/kr/logfmt", | 
 |         sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=", | 
 |         version = "v0.0.0-20140226030751-b84e30acd515", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kr_pretty", | 
 |         importpath = "github.com/kr/pretty", | 
 |         sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=", | 
 |         version = "v0.3.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kr_pty", | 
 |         importpath = "github.com/kr/pty", | 
 |         sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=", | 
 |         version = "v1.1.8", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kr_text", | 
 |         importpath = "github.com/kr/text", | 
 |         sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", | 
 |         version = "v0.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_kylelemons_godebug", | 
 |         importpath = "github.com/kylelemons/godebug", | 
 |         sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_lib_pq", | 
 |         importpath = "github.com/lib/pq", | 
 |         sum = "h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8=", | 
 |         version = "v1.10.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_liggitt_tabwriter", | 
 |         importpath = "github.com/liggitt/tabwriter", | 
 |         sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=", | 
 |         version = "v0.0.0-20181228230101-89fcab3d43de", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_lithammer_dedent", | 
 |         importpath = "github.com/lithammer/dedent", | 
 |         sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_luci_gtreap", | 
 |         importpath = "github.com/luci/gtreap", | 
 |         sum = "h1:Kkxfmkf53vnIADWIhzvJ0GvwVR/gz9U7F7Wqofqd7dU=", | 
 |         version = "v0.0.0-20161228054646-35df89791e8f", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_lyft_protoc_gen_star_v2", | 
 |         importpath = "github.com/lyft/protoc-gen-star/v2", | 
 |         sum = "h1:/3+/2sWyXeMLzKd1bX+ixWKgEMsULrIivpDsuaF441o=", | 
 |         version = "v2.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_magiconair_properties", | 
 |         importpath = "github.com/magiconair/properties", | 
 |         sum = "h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=", | 
 |         version = "v1.8.7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mailru_easyjson", | 
 |         importpath = "github.com/mailru/easyjson", | 
 |         sum = "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=", | 
 |         version = "v0.7.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_makenowjust_heredoc", | 
 |         importpath = "github.com/MakeNowJust/heredoc", | 
 |         sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=", | 
 |         version = "v0.0.0-20170808103936-bb23615498cd", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_maruel_subcommands", | 
 |         importpath = "github.com/maruel/subcommands", | 
 |         sum = "h1:+063/UDFVMvzZcyo8qlfpPhmjeLsT9yLUq+IKgqBWHI=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_masterminds_goutils", | 
 |         importpath = "github.com/Masterminds/goutils", | 
 |         sum = "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_masterminds_semver", | 
 |         importpath = "github.com/Masterminds/semver", | 
 |         sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_masterminds_semver_v3", | 
 |         importpath = "github.com/Masterminds/semver/v3", | 
 |         sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=", | 
 |         version = "v3.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_masterminds_sprig", | 
 |         importpath = "github.com/Masterminds/sprig", | 
 |         sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=", | 
 |         version = "v2.22.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mattn_go_colorable", | 
 |         importpath = "github.com/mattn/go-colorable", | 
 |         sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=", | 
 |         version = "v0.1.13", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mattn_go_isatty", | 
 |         importpath = "github.com/mattn/go-isatty", | 
 |         sum = "h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=", | 
 |         version = "v0.0.17", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mattn_go_runewidth", | 
 |         importpath = "github.com/mattn/go-runewidth", | 
 |         sum = "h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=", | 
 |         version = "v0.0.7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mattn_go_sqlite3", | 
 |         importpath = "github.com/mattn/go-sqlite3", | 
 |         sum = "h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=", | 
 |         version = "v2.0.3+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_mattn_go_tty", | 
 |         importpath = "github.com/mattn/go-tty", | 
 |         sum = "h1:s09uXI7yDbXzzTTfw3zonKFzwGkyYlgU3OMjqA0ddz4=", | 
 |         version = "v0.0.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_matttproud_golang_protobuf_extensions", | 
 |         importpath = "github.com/matttproud/golang_protobuf_extensions", | 
 |         sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=", | 
 |         version = "v1.0.2-0.20181231171920-c182affec369", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_mgutz_ansi", | 
 |         importpath = "github.com/mgutz/ansi", | 
 |         sum = "h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=", | 
 |         version = "v0.0.0-20200706080929-d51e80ef957d", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_microsoft_go_winio", | 
 |         importpath = "github.com/Microsoft/go-winio", | 
 |         sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=", | 
 |         version = "v0.6.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_miekg_dns", | 
 |         importpath = "github.com/miekg/dns", | 
 |         sum = "h1:WMszZWJG0XmzbK9FEmzH2TVcqYzFesusSIB41b8KHxY=", | 
 |         version = "v1.1.41", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_minio_asm2plan9s", | 
 |         importpath = "github.com/minio/asm2plan9s", | 
 |         sum = "h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=", | 
 |         version = "v0.0.0-20200509001527-cdd76441f9d8", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_minio_c2goasm", | 
 |         importpath = "github.com/minio/c2goasm", | 
 |         sum = "h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=", | 
 |         version = "v0.0.0-20190812172519-36a3d3bbc4f3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_cli", | 
 |         importpath = "github.com/mitchellh/cli", | 
 |         sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_copystructure", | 
 |         importpath = "github.com/mitchellh/copystructure", | 
 |         sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_go_homedir", | 
 |         importpath = "github.com/mitchellh/go-homedir", | 
 |         sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_go_testing_interface", | 
 |         importpath = "github.com/mitchellh/go-testing-interface", | 
 |         sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_go_wordwrap", | 
 |         importpath = "github.com/mitchellh/go-wordwrap", | 
 |         sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_gox", | 
 |         importpath = "github.com/mitchellh/gox", | 
 |         sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=", | 
 |         version = "v0.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_iochan", | 
 |         importpath = "github.com/mitchellh/iochan", | 
 |         sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_mapstructure", | 
 |         importpath = "github.com/mitchellh/mapstructure", | 
 |         sum = "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mitchellh_reflectwalk", | 
 |         importpath = "github.com/mitchellh/reflectwalk", | 
 |         sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_moby_spdystream", | 
 |         importpath = "github.com/moby/spdystream", | 
 |         sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=", | 
 |         version = "v0.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_moby_term", | 
 |         importpath = "github.com/moby/term", | 
 |         sum = "h1:yH0SvLzcbZxcJXho2yh7CqdENGMQe73Cw3woZBpPli0=", | 
 |         version = "v0.0.0-20210610120745-9d4ed1856297", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_modern_go_concurrent", | 
 |         importpath = "github.com/modern-go/concurrent", | 
 |         sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", | 
 |         version = "v0.0.0-20180306012644-bacd9c7ef1dd", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_modern_go_reflect2", | 
 |         importpath = "github.com/modern-go/reflect2", | 
 |         sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", | 
 |         version = "v1.0.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_monochromegane_go_gitignore", | 
 |         importpath = "github.com/monochromegane/go-gitignore", | 
 |         sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=", | 
 |         version = "v0.0.0-20200626010858-205db1a8cc00", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_mostynb_zstdpool_syncpool", | 
 |         importpath = "github.com/mostynb/zstdpool-syncpool", | 
 |         sum = "h1:vE8zD0+YdQD9Rca0TAGNexUCOCt1IQbdqRUHJoxxERA=", | 
 |         version = "v0.0.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_munnerz_goautoneg", | 
 |         importpath = "github.com/munnerz/goautoneg", | 
 |         sum = "h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs=", | 
 |         version = "v0.0.0-20120707110453-a547fc61f48d", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mwitkow_go_conntrack", | 
 |         importpath = "github.com/mwitkow/go-conntrack", | 
 |         sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", | 
 |         version = "v0.0.0-20190716064945-2f068394615f", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_mxk_go_flowrate", | 
 |         importpath = "github.com/mxk/go-flowrate", | 
 |         sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=", | 
 |         version = "v0.0.0-20140419014527-cca7078d478f", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_nfnt_resize", | 
 |         importpath = "github.com/nfnt/resize", | 
 |         sum = "h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=", | 
 |         version = "v0.0.0-20180221191011-83c6a9932646", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_niemeyer_pretty", | 
 |         importpath = "github.com/niemeyer/pretty", | 
 |         sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=", | 
 |         version = "v0.0.0-20200227124842-a10e7caefd8e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_nxadm_tail", | 
 |         importpath = "github.com/nxadm/tail", | 
 |         sum = "h1:obHEce3upls1IBn1gTw/o7bCv7OJb6Ib/o7wNO+4eKw=", | 
 |         version = "v1.4.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_nytimes_gziphandler", | 
 |         importpath = "github.com/NYTimes/gziphandler", | 
 |         sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=", | 
 |         version = "v0.0.0-20170623195520-56545f4a5d46", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_oklog_ulid", | 
 |         importpath = "github.com/oklog/ulid", | 
 |         sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", | 
 |         version = "v1.3.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_olekukonko_tablewriter", | 
 |         importpath = "github.com/olekukonko/tablewriter", | 
 |         sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=", | 
 |         version = "v0.0.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_olivere_elastic_v7", | 
 |         importpath = "github.com/olivere/elastic/v7", | 
 |         sum = "h1:91kj/UMKWQt8VAHBm5BDHpVmzdfPCmICaUFy2oH4LkQ=", | 
 |         version = "v7.0.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_oneofone_xxhash", | 
 |         importpath = "github.com/OneOfOne/xxhash", | 
 |         sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", | 
 |         version = "v1.2.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_onsi_ginkgo", | 
 |         importpath = "github.com/onsi/ginkgo", | 
 |         sum = "h1:8mVmC9kjFFmA8H4pKMUhcblgifdkOIXPvbhN1T36q1M=", | 
 |         version = "v1.14.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_onsi_gomega", | 
 |         importpath = "github.com/onsi/gomega", | 
 |         sum = "h1:gph6h/qe9GSUw1NhH1gp+qb+h8rXD8Cy60Z32Qw3ELA=", | 
 |         version = "v1.10.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_op_go_logging", | 
 |         importpath = "github.com/op/go-logging", | 
 |         sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=", | 
 |         version = "v0.0.0-20160315200505-970db520ece7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_opencontainers_go_digest", | 
 |         importpath = "github.com/opencontainers/go-digest", | 
 |         sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_opentracing_opentracing_go", | 
 |         importpath = "github.com/opentracing/opentracing-go", | 
 |         sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_otiai10_copy", | 
 |         importpath = "github.com/otiai10/copy", | 
 |         sum = "h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ=", | 
 |         version = "v1.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_otiai10_curr", | 
 |         importpath = "github.com/otiai10/curr", | 
 |         sum = "h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_otiai10_mint", | 
 |         importpath = "github.com/otiai10/mint", | 
 |         sum = "h1:VYWnrP5fXmz1MXvjuUvcBrXSjGE6xjON+axB/UrpO3E=", | 
 |         version = "v1.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pascaldekloe_goe", | 
 |         importpath = "github.com/pascaldekloe/goe", | 
 |         sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=", | 
 |         version = "v0.0.0-20180627143212-57f6aae5913c", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_patrickmn_go_cache", | 
 |         importpath = "github.com/patrickmn/go-cache", | 
 |         sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=", | 
 |         version = "v2.1.0+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_pborman_uuid", | 
 |         importpath = "github.com/pborman/uuid", | 
 |         sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=", | 
 |         version = "v1.2.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pelletier_go_buffruneio", | 
 |         importpath = "github.com/pelletier/go-buffruneio", | 
 |         sum = "h1:U4t4R6YkofJ5xHm3dJzuRpPZ0mr5MMCoAWooScCR7aA=", | 
 |         version = "v0.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pelletier_go_toml", | 
 |         importpath = "github.com/pelletier/go-toml", | 
 |         sum = "h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_pelletier_go_toml_v2", | 
 |         importpath = "github.com/pelletier/go-toml/v2", | 
 |         sum = "h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=", | 
 |         version = "v2.0.6", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_peterbourgon_diskv", | 
 |         importpath = "github.com/peterbourgon/diskv", | 
 |         sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=", | 
 |         version = "v2.0.1+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_peterh_liner", | 
 |         importpath = "github.com/peterh/liner", | 
 |         sum = "h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_pierrec_lz4_v4", | 
 |         importpath = "github.com/pierrec/lz4/v4", | 
 |         sum = "h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0=", | 
 |         version = "v4.1.15", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pkg_errors", | 
 |         importpath = "github.com/pkg/errors", | 
 |         sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", | 
 |         version = "v0.9.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pkg_sftp", | 
 |         importpath = "github.com/pkg/sftp", | 
 |         sum = "h1:I2qBYMChEhIjOgazfJmV3/mZM256btk6wkCDRmW7JYs=", | 
 |         version = "v1.13.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_pkg_xattr", | 
 |         importpath = "github.com/pkg/xattr", | 
 |         sum = "h1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=", | 
 |         version = "v0.4.9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_pmezard_go_difflib", | 
 |         importpath = "github.com/pmezard/go-difflib", | 
 |         sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_posener_complete", | 
 |         importpath = "github.com/posener/complete", | 
 |         sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_prometheus_client_golang", | 
 |         importpath = "github.com/prometheus/client_golang", | 
 |         sum = "h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=", | 
 |         version = "v1.11.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_prometheus_client_model", | 
 |         importpath = "github.com/prometheus/client_model", | 
 |         sum = "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=", | 
 |         version = "v0.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_prometheus_common", | 
 |         importpath = "github.com/prometheus/common", | 
 |         sum = "h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ=", | 
 |         version = "v0.26.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_prometheus_procfs", | 
 |         importpath = "github.com/prometheus/procfs", | 
 |         sum = "h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=", | 
 |         version = "v0.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_prometheus_tsdb", | 
 |         importpath = "github.com/prometheus/tsdb", | 
 |         sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", | 
 |         version = "v0.7.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_protocolbuffers_txtpbfmt", | 
 |         importpath = "github.com/protocolbuffers/txtpbfmt", | 
 |         sum = "h1:8SXWXWZNgCQbk7h0RWYK6BAWEQPQhFzLRvEoal4skDo=", | 
 |         version = "v0.0.0-20230730201308-0c31dbd32b9f", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_puerkitobio_purell", | 
 |         importpath = "github.com/PuerkitoBio/purell", | 
 |         sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=", | 
 |         version = "v1.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_puerkitobio_urlesc", | 
 |         importpath = "github.com/PuerkitoBio/urlesc", | 
 |         sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=", | 
 |         version = "v0.0.0-20170810143723-de5bf2ad4578", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_r3labs_sse_v2", | 
 |         importpath = "github.com/r3labs/sse/v2", | 
 |         sum = "h1:lZH+W4XOLIq88U5MIHOsLec7+R62uhz3bIi2yn0Sg8o=", | 
 |         version = "v2.8.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_redis_go_redis_v9", | 
 |         importpath = "github.com/redis/go-redis/v9", | 
 |         sum = "h1:fOAp1/uJG+ZtcITgZOfYFmTKPE7n4Vclj1wZFgRciUU=", | 
 |         version = "v9.5.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_remyoudompheng_bigfft", | 
 |         importpath = "github.com/remyoudompheng/bigfft", | 
 |         sum = "h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=", | 
 |         version = "v0.0.0-20230129092748-24d4a6f8daec", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_robertkrimen_otto", | 
 |         importpath = "github.com/robertkrimen/otto", | 
 |         sum = "h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=", | 
 |         version = "v0.0.0-20200922221731-ef014fd054ac", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_robfig_cron", | 
 |         importpath = "github.com/robfig/cron", | 
 |         sum = "h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_rogpeppe_fastuuid", | 
 |         importpath = "github.com/rogpeppe/fastuuid", | 
 |         sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_rogpeppe_go_internal", | 
 |         importpath = "github.com/rogpeppe/go-internal", | 
 |         sum = "h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=", | 
 |         version = "v1.11.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_rs_cors", | 
 |         importpath = "github.com/rs/cors", | 
 |         sum = "h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=", | 
 |         version = "v1.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_rs_xid", | 
 |         importpath = "github.com/rs/xid", | 
 |         sum = "h1:qd7wPTDkN6KQx2VmMBLrpHkiyQwgFXRnkOLacUiaSNY=", | 
 |         version = "v1.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_rs_zerolog", | 
 |         importpath = "github.com/rs/zerolog", | 
 |         sum = "h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=", | 
 |         version = "v1.29.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_russross_blackfriday", | 
 |         importpath = "github.com/russross/blackfriday", | 
 |         sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=", | 
 |         version = "v1.5.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_russross_blackfriday_v2", | 
 |         importpath = "github.com/russross/blackfriday/v2", | 
 |         sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=", | 
 |         version = "v2.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_ryanuber_columnize", | 
 |         importpath = "github.com/ryanuber/columnize", | 
 |         sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=", | 
 |         version = "v0.0.0-20160712163229-9b3edd62028f", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_sagikazarmark_crypt", | 
 |         importpath = "github.com/sagikazarmark/crypt", | 
 |         sum = "h1:fipzMFW34hFUEc4D7fsLQFtE7yElkpgyS2zruedRdZk=", | 
 |         version = "v0.9.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_santhosh_tekuri_jsonschema_v5", | 
 |         importpath = "github.com/santhosh-tekuri/jsonschema/v5", | 
 |         sum = "h1:lEOLY2vyGIqKWUI9nzsOJRV3mb3WC9dXYORsLEUcoeY=", | 
 |         version = "v5.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_satori_go_uuid", | 
 |         importpath = "github.com/satori/go.uuid", | 
 |         sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_sean_seed", | 
 |         importpath = "github.com/sean-/seed", | 
 |         sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", | 
 |         version = "v0.0.0-20170313163322-e2103e2c3529", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_sendgrid_rest", | 
 |         importpath = "github.com/sendgrid/rest", | 
 |         sum = "h1:1EyIcsNdn9KIisLW50MKwmSRSK+ekueiEMJ7NEoxJo0=", | 
 |         version = "v2.6.9+incompatible", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_sendgrid_sendgrid_go", | 
 |         importpath = "github.com/sendgrid/sendgrid-go", | 
 |         sum = "h1:ai0+woZ3r/+tKLQExznak5XerOFoD6S7ePO0lMV8WXo=", | 
 |         version = "v3.11.1+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_sergi_go_diff", | 
 |         importpath = "github.com/sergi/go-diff", | 
 |         sum = "h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=", | 
 |         version = "v1.3.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_shirou_gopsutil", | 
 |         importpath = "github.com/shirou/gopsutil", | 
 |         sum = "h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=", | 
 |         version = "v3.21.11+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_shopspring_decimal", | 
 |         importpath = "github.com/shopspring/decimal", | 
 |         sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_shurcool_sanitized_anchor_name", | 
 |         importpath = "github.com/shurcooL/sanitized_anchor_name", | 
 |         sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_sirupsen_logrus", | 
 |         importpath = "github.com/sirupsen/logrus", | 
 |         sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=", | 
 |         version = "v1.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_skia_dev_google_api_go_client", | 
 |         importpath = "github.com/skia-dev/google-api-go-client", | 
 |         sum = "h1:Id5JdSD66PKQQiiVFG1VXDVCT5U3DcDzJSReXRxKRLk=", | 
 |         version = "v0.10.1-0.20200109184256-16c3d6f408b2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_skia_dev_protoc_gen_twirp_typescript", | 
 |         importpath = "github.com/skia-dev/protoc-gen-twirp_typescript", | 
 |         sum = "h1:NDEFg8RXMMmc3j5fE+M7fJ2vqoCRRBu1excmvrhmA6Y=", | 
 |         version = "v0.0.0-20220429132620-ad26708b7787", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_smarty_assertions", | 
 |         importpath = "github.com/smarty/assertions", | 
 |         sum = "h1:812oFiXI+G55vxsFf+8bIZ1ux30qtkdqzKbEFwyX3Tk=", | 
 |         version = "v1.15.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_smartystreets_assertions", | 
 |         importpath = "github.com/smartystreets/assertions", | 
 |         sum = "h1:voD4ITNjPL5jjBfgR/r8fPIIBrliWrWHeiJApdr3r4w=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_smartystreets_go_aws_auth", | 
 |         importpath = "github.com/smartystreets/go-aws-auth", | 
 |         sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=", | 
 |         version = "v0.0.0-20180515143844-0c1422d1fdb9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_smartystreets_goconvey", | 
 |         importpath = "github.com/smartystreets/goconvey", | 
 |         sum = "h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sSznIX1xY=", | 
 |         version = "v1.8.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_smartystreets_gunit", | 
 |         importpath = "github.com/smartystreets/gunit", | 
 |         sum = "h1:32x+htJCu3aMswhPw3teoJ+PnWPONqdNgaGs6Qt8ZaU=", | 
 |         version = "v1.1.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_soheilhy_cmux", | 
 |         importpath = "github.com/soheilhy/cmux", | 
 |         sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", | 
 |         version = "v0.1.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spaolacci_murmur3", | 
 |         importpath = "github.com/spaolacci/murmur3", | 
 |         sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", | 
 |         version = "v0.0.0-20180118202830-f09979ecbc72", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_afero", | 
 |         importpath = "github.com/spf13/afero", | 
 |         sum = "h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=", | 
 |         version = "v1.9.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_cast", | 
 |         importpath = "github.com/spf13/cast", | 
 |         sum = "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_cobra", | 
 |         importpath = "github.com/spf13/cobra", | 
 |         sum = "h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=", | 
 |         version = "v1.6.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_jwalterweatherman", | 
 |         importpath = "github.com/spf13/jwalterweatherman", | 
 |         sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_pflag", | 
 |         importpath = "github.com/spf13/pflag", | 
 |         sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", | 
 |         version = "v1.0.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_spf13_viper", | 
 |         importpath = "github.com/spf13/viper", | 
 |         sum = "h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=", | 
 |         version = "v1.15.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_src_d_gcfg", | 
 |         importpath = "github.com/src-d/gcfg", | 
 |         sum = "h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=", | 
 |         version = "v1.4.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_stoewer_go_strcase", | 
 |         importpath = "github.com/stoewer/go-strcase", | 
 |         sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_stretchr_objx", | 
 |         importpath = "github.com/stretchr/objx", | 
 |         sum = "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=", | 
 |         version = "v0.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_stretchr_testify", | 
 |         importpath = "github.com/stretchr/testify", | 
 |         sum = "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", | 
 |         version = "v1.8.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_subosito_gotenv", | 
 |         importpath = "github.com/subosito/gotenv", | 
 |         sum = "h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=", | 
 |         version = "v1.4.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_syndtr_goleveldb", | 
 |         importpath = "github.com/syndtr/goleveldb", | 
 |         sum = "h1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_tarm_serial", | 
 |         importpath = "github.com/tarm/serial", | 
 |         sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=", | 
 |         version = "v0.0.0-20180830185346-98f6abe2eb07", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_texttheater_golang_levenshtein", | 
 |         importpath = "github.com/texttheater/golang-levenshtein", | 
 |         sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=", | 
 |         version = "v1.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_tklauser_go_sysconf", | 
 |         importpath = "github.com/tklauser/go-sysconf", | 
 |         sum = "h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=", | 
 |         version = "v0.3.10", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_tklauser_numcpus", | 
 |         importpath = "github.com/tklauser/numcpus", | 
 |         sum = "h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o=", | 
 |         version = "v0.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_tmc_grpc_websocket_proxy", | 
 |         importpath = "github.com/tmc/grpc-websocket-proxy", | 
 |         sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", | 
 |         version = "v0.0.0-20190109142713-0ad062ec5ee5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_twitchtv_twirp", | 
 |         importpath = "github.com/twitchtv/twirp", | 
 |         sum = "h1:3fNSDoSPyq+fTrifIvGue9XM/tptzuhiGY83rxPVNUg=", | 
 |         version = "v7.1.0+incompatible", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_ugorji_go", | 
 |         importpath = "github.com/ugorji/go", | 
 |         sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=", | 
 |         version = "v1.1.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_ugorji_go_codec", | 
 |         importpath = "github.com/ugorji/go/codec", | 
 |         sum = "h1:3SVOIvH7Ae1KRYyQWRjXWJEA9sS/c/pjvH++55Gr648=", | 
 |         version = "v0.0.0-20181204163529-d75b2dcb6bc8", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_unrolled_secure", | 
 |         importpath = "github.com/unrolled/secure", | 
 |         sum = "h1:JaMvKbe4CRt8oyxVXn+xY+6jlqd7pyJNSVkmsBxxQsM=", | 
 |         version = "v1.0.8", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_urfave_cli_v2", | 
 |         importpath = "github.com/urfave/cli/v2", | 
 |         sum = "h1:rx3Pw+TY8QZ2ww93xgRSiSGySm2vDmhgC6brkS9E5ss=", | 
 |         version = "v2.17.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_urfave_negroni", | 
 |         importpath = "github.com/urfave/negroni", | 
 |         sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_vektra_mockery_v2", | 
 |         importpath = "github.com/vektra/mockery/v2", | 
 |         sum = "h1:I0LBuUzZHqAU4d1DknW0DTFBPO6n8TaD38WL2KJf3yI=", | 
 |         version = "v2.38.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_vmihailenco_msgpack_v5", | 
 |         importpath = "github.com/vmihailenco/msgpack/v5", | 
 |         sum = "h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=", | 
 |         version = "v5.3.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_vmihailenco_tagparser_v2", | 
 |         importpath = "github.com/vmihailenco/tagparser/v2", | 
 |         sum = "h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=", | 
 |         version = "v2.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_willf_bitset", | 
 |         importpath = "github.com/willf/bitset", | 
 |         sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=", | 
 |         version = "v1.1.11", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_xanzy_ssh_agent", | 
 |         importpath = "github.com/xanzy/ssh-agent", | 
 |         sum = "h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=", | 
 |         version = "v0.2.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_xeipuuv_gojsonpointer", | 
 |         importpath = "github.com/xeipuuv/gojsonpointer", | 
 |         sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=", | 
 |         version = "v0.0.0-20180127040702-4e3ac2762d5f", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_xeipuuv_gojsonreference", | 
 |         importpath = "github.com/xeipuuv/gojsonreference", | 
 |         sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=", | 
 |         version = "v0.0.0-20180127040603-bd5ef7bd5415", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_xeipuuv_gojsonschema", | 
 |         importpath = "github.com/xeipuuv/gojsonschema", | 
 |         sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_xiang90_probing", | 
 |         importpath = "github.com/xiang90/probing", | 
 |         sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=", | 
 |         version = "v0.0.0-20190116061207-43a291ad63a2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_xlab_treeprint", | 
 |         importpath = "github.com/xlab/treeprint", | 
 |         sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=", | 
 |         version = "v0.0.0-20181112141820-a009c3971eca", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_xo_terminfo", | 
 |         importpath = "github.com/xo/terminfo", | 
 |         sum = "h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=", | 
 |         version = "v0.0.0-20220910002029-abceb7e1c41e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_xordataexchange_crypt", | 
 |         importpath = "github.com/xordataexchange/crypt", | 
 |         sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=", | 
 |         version = "v0.0.3-0.20170626215501-b2862e3d0a77", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_xrash_smetrics", | 
 |         importpath = "github.com/xrash/smetrics", | 
 |         sum = "h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=", | 
 |         version = "v0.0.0-20201216005158-039620a65673", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_yannh_kubeconform", | 
 |         importpath = "github.com/yannh/kubeconform", | 
 |         sum = "h1:lNmb/kphyzitA+GBsOxjBsagCEpjLvt3+qo3XMiEOUA=", | 
 |         version = "v0.6.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_yosuke_furukawa_json5", | 
 |         importpath = "github.com/yosuke-furukawa/json5", | 
 |         sum = "h1:0F9mNwTvOuDNH243hoPqvf+dxa5QsKnZzU20uNsh3ZI=", | 
 |         version = "v0.1.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_yuin_goldmark", | 
 |         importpath = "github.com/yuin/goldmark", | 
 |         sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=", | 
 |         version = "v1.4.13", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_yuin_gopher_lua", | 
 |         importpath = "github.com/yuin/gopher-lua", | 
 |         sum = "h1:BojcDhfyDWgU2f2TOzYK/g5p2gxMrku8oupLDqlnSqE=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_yusufpapurcu_wmi", | 
 |         importpath = "github.com/yusufpapurcu/wmi", | 
 |         sum = "h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg=", | 
 |         version = "v1.2.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_zeebo_assert", | 
 |         importpath = "github.com/zeebo/assert", | 
 |         sum = "h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_zeebo_bencode", | 
 |         importpath = "github.com/zeebo/bencode", | 
 |         sum = "h1:zgop0Wu1nu4IexAZeCZ5qbsjU4O1vMrfCrVgUjbHVuA=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_github_zeebo_xxh3", | 
 |         importpath = "github.com/zeebo/xxh3", | 
 |         sum = "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=", | 
 |         version = "v1.0.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_github_zenazn_goji", | 
 |         importpath = "github.com/zenazn/goji", | 
 |         sum = "h1:RSQQAbXGArQ0dIDEq+PI6WqN6if+5KHu6x2Cx/GXLTQ=", | 
 |         version = "v0.9.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go", | 
 |         importpath = "cloud.google.com/go", | 
 |         sum = "h1:YHLKNupSD1KqjDbQ3+LVdQ81h/UJbJyZG203cEfnQgM=", | 
 |         version = "v0.111.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_accessapproval", | 
 |         importpath = "cloud.google.com/go/accessapproval", | 
 |         sum = "h1:ZvLvJ952zK8pFHINjpMBY5k7LTAp/6pBf50RDMRgBUI=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_accesscontextmanager", | 
 |         importpath = "cloud.google.com/go/accesscontextmanager", | 
 |         sum = "h1:Yo4g2XrBETBCqyWIibN3NHNPQKUfQqti0lI+70rubeE=", | 
 |         version = "v1.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_aiplatform", | 
 |         importpath = "cloud.google.com/go/aiplatform", | 
 |         sum = "h1:xyCAfpI4yUMOQ4VtHN/bdmxPQ8xoEkTwFM1nbVmuQhs=", | 
 |         version = "v1.58.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_analytics", | 
 |         importpath = "cloud.google.com/go/analytics", | 
 |         sum = "h1:w8KIgW8NRUHFVKjpkwCpLaHsr685tJ+ckPStOaSCZz0=", | 
 |         version = "v0.22.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_apigateway", | 
 |         importpath = "cloud.google.com/go/apigateway", | 
 |         sum = "h1:VVIxCtVerchHienSlaGzV6XJGtEM9828Erzyr3miUGs=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_apigeeconnect", | 
 |         importpath = "cloud.google.com/go/apigeeconnect", | 
 |         sum = "h1:jSoGITWKgAj/ssVogNE9SdsTqcXnryPzsulENSRlusI=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_apigeeregistry", | 
 |         importpath = "cloud.google.com/go/apigeeregistry", | 
 |         sum = "h1:DSaD1iiqvELag+lV4VnnqUUFd8GXELu01tKVdWZrviE=", | 
 |         version = "v0.8.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_appengine", | 
 |         importpath = "cloud.google.com/go/appengine", | 
 |         sum = "h1:Qub3fqR7iA1daJWdzjp/Q0Jz0fUG0JbMc7Ui4E9IX/E=", | 
 |         version = "v1.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_area120", | 
 |         importpath = "cloud.google.com/go/area120", | 
 |         sum = "h1:YnSO8m02pOIo6AEOgiOoUDVbw4pf+bg2KLHi4rky320=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_artifactregistry", | 
 |         importpath = "cloud.google.com/go/artifactregistry", | 
 |         sum = "h1:/hQaadYytMdA5zBh+RciIrXZQBWK4vN7EUsrQHG+/t8=", | 
 |         version = "v1.14.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_asset", | 
 |         importpath = "cloud.google.com/go/asset", | 
 |         sum = "h1:dLWfTnbwyrq/Kt8Tr2JiAbre1MEvS2Bl5cAMiYAy5Pg=", | 
 |         version = "v1.17.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_assuredworkloads", | 
 |         importpath = "cloud.google.com/go/assuredworkloads", | 
 |         sum = "h1:FsLSkmYYeNuzDm8L4YPfLWV+lQaUrJmH5OuD37t1k20=", | 
 |         version = "v1.11.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_automl", | 
 |         importpath = "cloud.google.com/go/automl", | 
 |         sum = "h1:i9tOKXX+1gE7+rHpWKjiuPfGBVIYoWvLNIGpWgPtF58=", | 
 |         version = "v1.13.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_baremetalsolution", | 
 |         importpath = "cloud.google.com/go/baremetalsolution", | 
 |         sum = "h1:oQiFYYCe0vwp7J8ZmF6siVKEumWtiPFJMJcGuyDVRUk=", | 
 |         version = "v1.2.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_batch", | 
 |         importpath = "cloud.google.com/go/batch", | 
 |         sum = "h1:AxuSPoL2fWn/rUyvWeNCNd0V2WCr+iHRCU9QO1PUmpY=", | 
 |         version = "v1.7.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_beyondcorp", | 
 |         importpath = "cloud.google.com/go/beyondcorp", | 
 |         sum = "h1:VXf9SnrnSmj2BF2cHkoTHvOUp8gjsz1KJFOMW7czdsY=", | 
 |         version = "v1.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_bigquery", | 
 |         importpath = "cloud.google.com/go/bigquery", | 
 |         sum = "h1:FiULdbbzUxWD0Y4ZGPSVCDLvqRSyCIO6zKV7E2nf5uA=", | 
 |         version = "v1.57.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_bigtable", | 
 |         importpath = "cloud.google.com/go/bigtable", | 
 |         sum = "h1:wiq9LT0kukfInzvy1joMDijCw/OD1UChpSbORXYn0LI=", | 
 |         version = "v1.19.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_billing", | 
 |         importpath = "cloud.google.com/go/billing", | 
 |         sum = "h1:GvKy4xLy1zF1XPbwP5NJb2HjRxhnhxjjXxvyZ1S/IAo=", | 
 |         version = "v1.18.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_binaryauthorization", | 
 |         importpath = "cloud.google.com/go/binaryauthorization", | 
 |         sum = "h1:PHS89lcFayWIEe0/s2jTBiEOtqghCxzc7y7bRNlifBs=", | 
 |         version = "v1.8.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_certificatemanager", | 
 |         importpath = "cloud.google.com/go/certificatemanager", | 
 |         sum = "h1:5YMQ3Q+dqGpwUZ9X5sipsOQ1fLPsxod9HNq0+nrqc6I=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_channel", | 
 |         importpath = "cloud.google.com/go/channel", | 
 |         sum = "h1:yYHOORIM+wkBy3EdwArg/WL7Lg+SoGzlKH9o3Bw2/jE=", | 
 |         version = "v1.17.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_cloudbuild", | 
 |         importpath = "cloud.google.com/go/cloudbuild", | 
 |         sum = "h1:9IHfEMWdCklJ1cwouoiQrnxmP0q3pH7JUt8Hqx4Qbck=", | 
 |         version = "v1.15.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_clouddms", | 
 |         importpath = "cloud.google.com/go/clouddms", | 
 |         sum = "h1:xe/wJKz55VO1+L891a1EG9lVUgfHr9Ju/I3xh1nwF84=", | 
 |         version = "v1.7.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_cloudtasks", | 
 |         importpath = "cloud.google.com/go/cloudtasks", | 
 |         sum = "h1:5xXuFfAjg0Z5Wb81j2GAbB3e0bwroCeSF+5jBn/L650=", | 
 |         version = "v1.12.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_compute", | 
 |         importpath = "cloud.google.com/go/compute", | 
 |         sum = "h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiVlk=", | 
 |         version = "v1.23.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_compute_metadata", | 
 |         importpath = "cloud.google.com/go/compute/metadata", | 
 |         sum = "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", | 
 |         version = "v0.2.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_contactcenterinsights", | 
 |         importpath = "cloud.google.com/go/contactcenterinsights", | 
 |         sum = "h1:EiGBeejtDDtr3JXt9W7xlhXyZ+REB5k2tBgVPVtmNb0=", | 
 |         version = "v1.12.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_container", | 
 |         importpath = "cloud.google.com/go/container", | 
 |         sum = "h1:jIltU529R2zBFvP8rhiG1mgeTcnT27KhU0H/1d6SQRg=", | 
 |         version = "v1.29.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_containeranalysis", | 
 |         importpath = "cloud.google.com/go/containeranalysis", | 
 |         sum = "h1:5rhYLX+3a01drpREqBZVXR9YmWH45RnML++8NsCtuD8=", | 
 |         version = "v0.11.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_datacatalog", | 
 |         importpath = "cloud.google.com/go/datacatalog", | 
 |         sum = "h1:rbYNmHwvAOOwnW2FPXYkaK3Mf1MmGqRzK0mMiIEyLdo=", | 
 |         version = "v1.19.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dataflow", | 
 |         importpath = "cloud.google.com/go/dataflow", | 
 |         sum = "h1:7VmCNWcPJBS/srN2QnStTB6nu4Eb5TMcpkmtaPVhRt4=", | 
 |         version = "v0.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dataform", | 
 |         importpath = "cloud.google.com/go/dataform", | 
 |         sum = "h1:jV+EsDamGX6cE127+QAcCR/lergVeeZdEQ6DdrxW3sQ=", | 
 |         version = "v0.9.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_datafusion", | 
 |         importpath = "cloud.google.com/go/datafusion", | 
 |         sum = "h1:Q90alBEYlMi66zL5gMSGQHfbZLB55mOAg03DhwTTfsk=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_datalabeling", | 
 |         importpath = "cloud.google.com/go/datalabeling", | 
 |         sum = "h1:zrq4uMmunf2KFDl/7dS6iCDBBAxBnKVDyw6+ajz3yu0=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dataplex", | 
 |         importpath = "cloud.google.com/go/dataplex", | 
 |         sum = "h1:/WhVTR4v/L6ACKjlz/9CqkxkrVh2z7C44CLMUf0f60A=", | 
 |         version = "v1.14.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dataproc_v2", | 
 |         importpath = "cloud.google.com/go/dataproc/v2", | 
 |         sum = "h1:tTVP9tTxmc8fixxOd/8s6Q6Pz/+yzn7r7XdZHretQH0=", | 
 |         version = "v2.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dataqna", | 
 |         importpath = "cloud.google.com/go/dataqna", | 
 |         sum = "h1:NJnu1kAPamZDs/if3bJ3+Wb6tjADHKL83NUWsaIp2zg=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_datastore", | 
 |         importpath = "cloud.google.com/go/datastore", | 
 |         sum = "h1:0P9WcsQeTWjuD1H14JIY7XQscIPQ4Laje8ti96IC5vg=", | 
 |         version = "v1.15.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_datastream", | 
 |         importpath = "cloud.google.com/go/datastream", | 
 |         sum = "h1:Z2sKPIB7bT2kMW5Uhxy44ZgdJzxzE5uKjavoW+EuHEE=", | 
 |         version = "v1.10.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_deploy", | 
 |         importpath = "cloud.google.com/go/deploy", | 
 |         sum = "h1:5OVjzm8MPC5kP+Ywbs0mdE0O7AXvAUXksSyHAyMFyMg=", | 
 |         version = "v1.16.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dialogflow", | 
 |         importpath = "cloud.google.com/go/dialogflow", | 
 |         sum = "h1:I7UsYowDdNhFI7RCix1uoThDp+8ULHByOo4n1T96y1A=", | 
 |         version = "v1.48.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_dlp", | 
 |         importpath = "cloud.google.com/go/dlp", | 
 |         sum = "h1:OFlXedmPP/5//X1hBEeq3D9kUVm9fb6ywYANlpv/EsQ=", | 
 |         version = "v1.11.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_documentai", | 
 |         importpath = "cloud.google.com/go/documentai", | 
 |         sum = "h1:hlYieOXUwiJ7HpBR/vEPfr8nfSxveLVzbqbUkSK0c/4=", | 
 |         version = "v1.23.7", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_domains", | 
 |         importpath = "cloud.google.com/go/domains", | 
 |         sum = "h1:ua4GvsDztZ5F3xqjeLKVRDeOvJshf5QFgWGg1CKti3A=", | 
 |         version = "v0.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_edgecontainer", | 
 |         importpath = "cloud.google.com/go/edgecontainer", | 
 |         sum = "h1:Szy3Q/N6bqgQGyxqjI+6xJZbmvPvnFHp3UZr95DKcQ0=", | 
 |         version = "v1.1.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_errorreporting", | 
 |         importpath = "cloud.google.com/go/errorreporting", | 
 |         sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=", | 
 |         version = "v0.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_essentialcontacts", | 
 |         importpath = "cloud.google.com/go/essentialcontacts", | 
 |         sum = "h1:S2if6wkjR4JCEAfDtIiYtD+sTz/oXjh2NUG4cgT1y/Q=", | 
 |         version = "v1.6.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_eventarc", | 
 |         importpath = "cloud.google.com/go/eventarc", | 
 |         sum = "h1:+pFmO4eu4dOVipSaFBLkmqrRYG94Xl/TQZFOeohkuqU=", | 
 |         version = "v1.13.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_filestore", | 
 |         importpath = "cloud.google.com/go/filestore", | 
 |         sum = "h1:/+wUEGwk3x3Kxomi2cP5dsR8+SIXxo7M0THDjreFSYo=", | 
 |         version = "v1.8.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_firestore", | 
 |         importpath = "cloud.google.com/go/firestore", | 
 |         sum = "h1:8aLcKnMPoldYU3YHgu4t2exrKhLQkqaXAGqT0ljrFVw=", | 
 |         version = "v1.14.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_functions", | 
 |         importpath = "cloud.google.com/go/functions", | 
 |         sum = "h1:ZjdiV3MyumRM6++1Ixu6N0VV9LAGlCX4AhW6Yjr1t+U=", | 
 |         version = "v1.15.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_gkebackup", | 
 |         importpath = "cloud.google.com/go/gkebackup", | 
 |         sum = "h1:KhnOrr9A1tXYIYeXKqCKbCI8TL2ZNGiD3dm+d7BDUBg=", | 
 |         version = "v1.3.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_gkeconnect", | 
 |         importpath = "cloud.google.com/go/gkeconnect", | 
 |         sum = "h1:1JLpZl31YhQDQeJ98tK6QiwTpgHFYRJwpntggpQQWis=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_gkehub", | 
 |         importpath = "cloud.google.com/go/gkehub", | 
 |         sum = "h1:J5tYUtb3r0cl2mM7+YHvV32eL+uZQ7lONyUZnPikCEo=", | 
 |         version = "v0.14.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_gkemulticloud", | 
 |         importpath = "cloud.google.com/go/gkemulticloud", | 
 |         sum = "h1:C2Suwn3uPz+Yy0bxVjTlsMrUCaDovkgvfdyIa+EnUOU=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_gsuiteaddons", | 
 |         importpath = "cloud.google.com/go/gsuiteaddons", | 
 |         sum = "h1:uuw2Xd37yHftViSI8J2hUcCS8S7SH3ZWH09sUDLW30Q=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_iam", | 
 |         importpath = "cloud.google.com/go/iam", | 
 |         sum = "h1:1jTsCu4bcsNsE4iiqNT5SHwrDRCfRmIaaaVFhRveTJI=", | 
 |         version = "v1.1.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_iap", | 
 |         importpath = "cloud.google.com/go/iap", | 
 |         sum = "h1:M4vDbQ4TLXdaljXVZSwW7XtxpwXUUarY2lIs66m0aCM=", | 
 |         version = "v1.9.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_ids", | 
 |         importpath = "cloud.google.com/go/ids", | 
 |         sum = "h1:VuFqv2ctf/A7AyKlNxVvlHTzjrEvumWaZflUzBPz/M4=", | 
 |         version = "v1.4.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_iot", | 
 |         importpath = "cloud.google.com/go/iot", | 
 |         sum = "h1:m1WljtkZnvLTIRYW1YTOv5A6H1yKgLHR6nU7O8yf27w=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_kms", | 
 |         importpath = "cloud.google.com/go/kms", | 
 |         sum = "h1:pj1sRfut2eRbD9pFRjNnPNg/CzJPuQAzUujMIM1vVeM=", | 
 |         version = "v1.15.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_language", | 
 |         importpath = "cloud.google.com/go/language", | 
 |         sum = "h1:zg9uq2yS9PGIOdc0Kz/l+zMtOlxKWonZjjo5w5YPG2A=", | 
 |         version = "v1.12.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_lifesciences", | 
 |         importpath = "cloud.google.com/go/lifesciences", | 
 |         sum = "h1:rZEI/UxcxVKEzyoRS/kdJ1VoolNItRWjNN0Uk9tfexg=", | 
 |         version = "v0.9.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_logging", | 
 |         importpath = "cloud.google.com/go/logging", | 
 |         sum = "h1:iEIOXFO9EmSiTjDmfpbRjOxECO7R8C7b8IXUGOj7xZw=", | 
 |         version = "v1.9.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_longrunning", | 
 |         importpath = "cloud.google.com/go/longrunning", | 
 |         sum = "h1:w8xEcbZodnA2BbW6sVirkkoC+1gP8wS57EUUgGS0GVg=", | 
 |         version = "v0.5.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_managedidentities", | 
 |         importpath = "cloud.google.com/go/managedidentities", | 
 |         sum = "h1:SF/u1IJduMqQQdJA4MDyivlIQ4SrV5qAawkr/ZEREkY=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_maps", | 
 |         importpath = "cloud.google.com/go/maps", | 
 |         sum = "h1:WxxLo//b60nNFESefLgaBQevu8QGUmRV3+noOjCfIHs=", | 
 |         version = "v1.6.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_mediatranslation", | 
 |         importpath = "cloud.google.com/go/mediatranslation", | 
 |         sum = "h1:VRCQfZB4s6jN0CSy7+cO3m4ewNwgVnaePanVCQh/9Z4=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_memcache", | 
 |         importpath = "cloud.google.com/go/memcache", | 
 |         sum = "h1:cdex/ayDd294XBj2cGeMe6Y+H1JvhN8y78B9UW7pxuQ=", | 
 |         version = "v1.10.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_metastore", | 
 |         importpath = "cloud.google.com/go/metastore", | 
 |         sum = "h1:94l/Yxg9oBZjin2bzI79oK05feYefieDq0o5fjLSkC8=", | 
 |         version = "v1.13.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_monitoring", | 
 |         importpath = "cloud.google.com/go/monitoring", | 
 |         sum = "h1:blrdvF0MkPPivSO041ihul7rFMhXdVp8Uq7F59DKXTU=", | 
 |         version = "v1.17.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_networkconnectivity", | 
 |         importpath = "cloud.google.com/go/networkconnectivity", | 
 |         sum = "h1:e9lUkCe2BexsqsUc2bjV8+gFBpQa54J+/F3qKVtW+wA=", | 
 |         version = "v1.14.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_networkmanagement", | 
 |         importpath = "cloud.google.com/go/networkmanagement", | 
 |         sum = "h1:HsQk4FNKJUX04k3OI6gUsoveiHMGvDRqlaFM2xGyvqU=", | 
 |         version = "v1.9.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_networksecurity", | 
 |         importpath = "cloud.google.com/go/networksecurity", | 
 |         sum = "h1:947tNIPnj1bMGTIEBo3fc4QrrFKS5hh0bFVsHmFm4Vo=", | 
 |         version = "v0.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_notebooks", | 
 |         importpath = "cloud.google.com/go/notebooks", | 
 |         sum = "h1:eTOTfNL1yM6L/PCtquJwjWg7ZZGR0URFaFgbs8kllbM=", | 
 |         version = "v1.11.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_optimization", | 
 |         importpath = "cloud.google.com/go/optimization", | 
 |         sum = "h1:iFsoexcp13cGT3k/Hv8PA5aK+FP7FnbhwDO9llnruas=", | 
 |         version = "v1.6.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_orchestration", | 
 |         importpath = "cloud.google.com/go/orchestration", | 
 |         sum = "h1:kgwZ2f6qMMYIVBtUGGoU8yjYWwMTHDanLwM/CQCFaoQ=", | 
 |         version = "v1.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_orgpolicy", | 
 |         importpath = "cloud.google.com/go/orgpolicy", | 
 |         sum = "h1:sab7cDiyfdthpAL0JkSpyw1C3mNqkXToVOhalm79PJQ=", | 
 |         version = "v1.12.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_osconfig", | 
 |         importpath = "cloud.google.com/go/osconfig", | 
 |         sum = "h1:OrRCIYEAbrbXdhm13/JINn9pQchvTTIzgmOCA7uJw8I=", | 
 |         version = "v1.12.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_oslogin", | 
 |         importpath = "cloud.google.com/go/oslogin", | 
 |         sum = "h1:NP/KgsD9+0r9hmHC5wKye0vJXVwdciv219DtYKYjgqE=", | 
 |         version = "v1.12.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_phishingprotection", | 
 |         importpath = "cloud.google.com/go/phishingprotection", | 
 |         sum = "h1:sPLUQkHq6b4AL0czSJZ0jd6vL55GSTHz2B3Md+TCZI0=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_policytroubleshooter", | 
 |         importpath = "cloud.google.com/go/policytroubleshooter", | 
 |         sum = "h1:sq+ScLP83d7GJy9+wpwYJVnY+q6xNTXwOdRIuYjvHT4=", | 
 |         version = "v1.10.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_privatecatalog", | 
 |         importpath = "cloud.google.com/go/privatecatalog", | 
 |         sum = "h1:Vo10IpWKbNvc/z/QZPVXgCiwfjpWoZ/wbgful4Uh/4E=", | 
 |         version = "v0.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_profiler", | 
 |         importpath = "cloud.google.com/go/profiler", | 
 |         sum = "h1:b5got9Be9Ia0HVvyt7PavWxXEht15B9lWnigdvHtxOc=", | 
 |         version = "v0.3.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_pubsub", | 
 |         importpath = "cloud.google.com/go/pubsub", | 
 |         sum = "h1:6SPCPvWav64tj0sVX/+npCBKhUi/UjJehy9op/V3p2g=", | 
 |         version = "v1.33.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_pubsublite", | 
 |         importpath = "cloud.google.com/go/pubsublite", | 
 |         sum = "h1:pX+idpWMIH30/K7c0epN6V703xpIcMXWRjKJsz0tYGY=", | 
 |         version = "v1.8.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_recaptchaenterprise_v2", | 
 |         importpath = "cloud.google.com/go/recaptchaenterprise/v2", | 
 |         sum = "h1:Zrd4LvT9PaW91X/Z13H0i5RKEv9suCLuk8zp+bfOpN4=", | 
 |         version = "v2.9.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_recommendationengine", | 
 |         importpath = "cloud.google.com/go/recommendationengine", | 
 |         sum = "h1:JRiwe4hvu3auuh2hujiTc2qNgPPfVp+Q8KOpsXlEzKQ=", | 
 |         version = "v0.8.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_recommender", | 
 |         importpath = "cloud.google.com/go/recommender", | 
 |         sum = "h1:tC+ljmCCbuZ/ybt43odTFlay91n/HLIhflvaOeb0Dh4=", | 
 |         version = "v1.12.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_redis", | 
 |         importpath = "cloud.google.com/go/redis", | 
 |         sum = "h1:QF0maEdVv0Fj/2roU8sX3NpiDBzP9ICYTO+5F32gQNo=", | 
 |         version = "v1.14.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_resourcemanager", | 
 |         importpath = "cloud.google.com/go/resourcemanager", | 
 |         sum = "h1:JwZ7Ggle54XQ/FVYSBrMLOQIKoIT/uer8mmNvNLK51k=", | 
 |         version = "v1.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_resourcesettings", | 
 |         importpath = "cloud.google.com/go/resourcesettings", | 
 |         sum = "h1:yTIL2CsZswmMfFyx2Ic77oLVzfBFoWBYgpkgiSPnC4Y=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_retail", | 
 |         importpath = "cloud.google.com/go/retail", | 
 |         sum = "h1:geqdX1FNqqL2p0ADXjPpw8lq986iv5GrVcieTYafuJQ=", | 
 |         version = "v1.14.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_run", | 
 |         importpath = "cloud.google.com/go/run", | 
 |         sum = "h1:qdfZteAm+vgzN1iXzILo3nJFQbzziudkJrvd9wCf3FQ=", | 
 |         version = "v1.3.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_scheduler", | 
 |         importpath = "cloud.google.com/go/scheduler", | 
 |         sum = "h1:eMEettHlFhG5pXsoHouIM5nRT+k+zU4+GUvRtnxhuVI=", | 
 |         version = "v1.10.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_secretmanager", | 
 |         importpath = "cloud.google.com/go/secretmanager", | 
 |         sum = "h1:krnX9qpG2kR2fJ+u+uNyNo+ACVhplIAS4Pu7u+4gd+k=", | 
 |         version = "v1.11.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_security", | 
 |         importpath = "cloud.google.com/go/security", | 
 |         sum = "h1:sdnh4Islb1ljaNhpIXlIPgb3eYj70QWgPVDKOUYvzJc=", | 
 |         version = "v1.15.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_securitycenter", | 
 |         importpath = "cloud.google.com/go/securitycenter", | 
 |         sum = "h1:crdn2Z2rFIy8WffmmhdlX3CwZJusqCiShtnrGFRwpeE=", | 
 |         version = "v1.24.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_servicedirectory", | 
 |         importpath = "cloud.google.com/go/servicedirectory", | 
 |         sum = "h1:5niCMfkw+jifmFtbBrtRedbXkJm3fubSR/KHbxSJZVM=", | 
 |         version = "v1.11.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_shell", | 
 |         importpath = "cloud.google.com/go/shell", | 
 |         sum = "h1:nurhlJcSVFZneoRZgkBEHumTYf/kFJptCK2eBUq/88M=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_spanner", | 
 |         importpath = "cloud.google.com/go/spanner", | 
 |         sum = "h1:ttU+lhARPF/iZE3OkCpmfsemCz9mLaqBhGPd3Qub2sQ=", | 
 |         version = "v1.54.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_speech", | 
 |         importpath = "cloud.google.com/go/speech", | 
 |         sum = "h1:qkxNao58oF8ghAHE1Eghen7XepawYEN5zuZXYWaUTA4=", | 
 |         version = "v1.21.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_storage", | 
 |         importpath = "cloud.google.com/go/storage", | 
 |         sum = "h1:+S3LjjEN2zZ+L5hOwj4+1OkGCsLVe0NzpXKQ1pSdTCI=", | 
 |         version = "v1.31.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_storagetransfer", | 
 |         importpath = "cloud.google.com/go/storagetransfer", | 
 |         sum = "h1:YM1dnj5gLjfL6aDldO2s4GeU8JoAvH1xyIwXre63KmI=", | 
 |         version = "v1.10.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_talent", | 
 |         importpath = "cloud.google.com/go/talent", | 
 |         sum = "h1:LnRJhhYkODDBoTwf6BeYkiJHFw9k+1mAFNyArwZUZAs=", | 
 |         version = "v1.6.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_texttospeech", | 
 |         importpath = "cloud.google.com/go/texttospeech", | 
 |         sum = "h1:ahrzTgr7uAbvebuhkBAAVU6kRwVD0HWsmDsvMhtad5Q=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_tpu", | 
 |         importpath = "cloud.google.com/go/tpu", | 
 |         sum = "h1:XIEH5c0WeYGaVy9H+UueiTaf3NI6XNdB4/v6TFQJxtE=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_trace", | 
 |         importpath = "cloud.google.com/go/trace", | 
 |         sum = "h1:2qOAuAzNezwW3QN+t41BtkDJOG42HywL73q8x/f6fnM=", | 
 |         version = "v1.10.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_translate", | 
 |         importpath = "cloud.google.com/go/translate", | 
 |         sum = "h1:tncNaKmlZnayMMRX/mMM2d5AJftecznnxVBD4w070NI=", | 
 |         version = "v1.10.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_video", | 
 |         importpath = "cloud.google.com/go/video", | 
 |         sum = "h1:Xrpbm2S9UFQ1pZEeJt9Vqm5t2T/z9y/M3rNXhFoo8Is=", | 
 |         version = "v1.20.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_videointelligence", | 
 |         importpath = "cloud.google.com/go/videointelligence", | 
 |         sum = "h1:YS4j7lY0zxYyneTFXjBJUj2r4CFe/UoIi/PJG0Zt/Rg=", | 
 |         version = "v1.11.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_vision_v2", | 
 |         importpath = "cloud.google.com/go/vision/v2", | 
 |         sum = "h1:T/ujUghvEaTb+YnFY/jiYwVAkMbIC8EieK0CJo6B4vg=", | 
 |         version = "v2.7.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_vmmigration", | 
 |         importpath = "cloud.google.com/go/vmmigration", | 
 |         sum = "h1:qPNdab4aGgtaRX+51jCOtJxlJp6P26qua4o1xxUDjpc=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_vmwareengine", | 
 |         importpath = "cloud.google.com/go/vmwareengine", | 
 |         sum = "h1:WY526PqM6QNmFHSqe2sRfK6gRpzWjmL98UFkql2+JDM=", | 
 |         version = "v1.0.3", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_vpcaccess", | 
 |         importpath = "cloud.google.com/go/vpcaccess", | 
 |         sum = "h1:zbs3V+9ux45KYq8lxxn/wgXole6SlBHHKKyZhNJoS+8=", | 
 |         version = "v1.7.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_webrisk", | 
 |         importpath = "cloud.google.com/go/webrisk", | 
 |         sum = "h1:iceR3k0BCRZgf2D/NiKviVMFfuNC9LmeNLtxUFRB/wI=", | 
 |         version = "v1.9.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_websecurityscanner", | 
 |         importpath = "cloud.google.com/go/websecurityscanner", | 
 |         sum = "h1:5Gp7h5j7jywxLUp6NTpjNPkgZb3ngl0tUSw6ICWvtJQ=", | 
 |         version = "v1.6.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_google_cloud_go_workflows", | 
 |         importpath = "cloud.google.com/go/workflows", | 
 |         sum = "h1:qocsqETmLAl34mSa01hKZjcqAvt699gaoFbooGGMvaM=", | 
 |         version = "v1.12.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "com_lukechampine_uint128", | 
 |         importpath = "lukechampine.com/uint128", | 
 |         sum = "h1:mBi/5l91vocEN8otkC5bDLhi2KdCticRiwbdB0O+rjI=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "com_shuralyov_dmitri_gpu_mtl", | 
 |         importpath = "dmitri.shuralyov.com/gpu/mtl", | 
 |         sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", | 
 |         version = "v0.0.0-20190408044501-666a987793e9", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_alecthomas_kingpin_v2", | 
 |         importpath = "gopkg.in/alecthomas/kingpin.v2", | 
 |         sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", | 
 |         version = "v2.2.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "in_gopkg_cenkalti_backoff_v1", | 
 |         importpath = "gopkg.in/cenkalti/backoff.v1", | 
 |         sum = "h1:Arh75ttbsvlpVA7WtVpH4u9h6Zl46xuptxqLxPiSo4Y=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_check_v1", | 
 |         importpath = "gopkg.in/check.v1", | 
 |         sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=", | 
 |         version = "v1.0.0-20201130134442-10cb98267c6c", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_errgo_v2", | 
 |         importpath = "gopkg.in/errgo.v2", | 
 |         sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", | 
 |         version = "v2.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_fsnotify_v1", | 
 |         importpath = "gopkg.in/fsnotify.v1", | 
 |         sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", | 
 |         version = "v1.4.7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_inconshreveable_log15_v2", | 
 |         importpath = "gopkg.in/inconshreveable/log15.v2", | 
 |         sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=", | 
 |         version = "v2.0.0-20180818164646-67afb5ed74ec", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_inf_v0", | 
 |         importpath = "gopkg.in/inf.v0", | 
 |         sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", | 
 |         version = "v0.9.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_ini_v1", | 
 |         importpath = "gopkg.in/ini.v1", | 
 |         sum = "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=", | 
 |         version = "v1.67.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_olivere_elastic_v5", | 
 |         importpath = "gopkg.in/olivere/elastic.v5", | 
 |         sum = "h1:xFy6qRCGAmo5Wjx96srho9BitLhZl2fcnpuidPwduXM=", | 
 |         version = "v5.0.86", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_resty_v1", | 
 |         importpath = "gopkg.in/resty.v1", | 
 |         sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", | 
 |         version = "v1.12.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_sourcemap_v1", | 
 |         importpath = "gopkg.in/sourcemap.v1", | 
 |         sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=", | 
 |         version = "v1.0.5", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_src_d_go_billy_v4", | 
 |         importpath = "gopkg.in/src-d/go-billy.v4", | 
 |         sum = "h1:0SQA1pRztfTFx2miS8sA97XvooFeNOmvUenF4o0EcVg=", | 
 |         version = "v4.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_src_d_go_git_fixtures_v3", | 
 |         importpath = "gopkg.in/src-d/go-git-fixtures.v3", | 
 |         sum = "h1:ivZFOIltbce2Mo8IjzUHAFoq/IylO9WHhNOAJK+LsJg=", | 
 |         version = "v3.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_src_d_go_git_v4", | 
 |         importpath = "gopkg.in/src-d/go-git.v4", | 
 |         sum = "h1:SRtFyV8Kxc0UP7aCHcijOMQGPxHSmMOPrzulQWolkYE=", | 
 |         version = "v4.13.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_tomb_v1", | 
 |         importpath = "gopkg.in/tomb.v1", | 
 |         sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", | 
 |         version = "v1.0.0-20141024135613-dd632973f1e7", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_warnings_v0", | 
 |         importpath = "gopkg.in/warnings.v0", | 
 |         sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=", | 
 |         version = "v0.1.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "in_gopkg_yaml_v1", | 
 |         importpath = "gopkg.in/yaml.v1", | 
 |         sum = "h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=", | 
 |         version = "v1.0.0-20140924161607-9f9df34309c0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_yaml_v2", | 
 |         importpath = "gopkg.in/yaml.v2", | 
 |         sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", | 
 |         version = "v2.4.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "in_gopkg_yaml_v3", | 
 |         importpath = "gopkg.in/yaml.v3", | 
 |         sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", | 
 |         version = "v3.0.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_etcd_go_bbolt", | 
 |         importpath = "go.etcd.io/bbolt", | 
 |         sum = "h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk=", | 
 |         version = "v1.3.2", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_etcd_go_etcd_api_v3", | 
 |         importpath = "go.etcd.io/etcd/api/v3", | 
 |         sum = "h1:Cy2qx3npLcYqTKqGJzMypnMv2tiRyifZJ17BlWIWA7A=", | 
 |         version = "v3.5.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_etcd_go_etcd_client_pkg_v3", | 
 |         importpath = "go.etcd.io/etcd/client/pkg/v3", | 
 |         sum = "h1:TXQWYceBKqLp4sa87rcPs11SXxUA/mHwH975v+BDvLU=", | 
 |         version = "v3.5.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_etcd_go_etcd_client_v2", | 
 |         importpath = "go.etcd.io/etcd/client/v2", | 
 |         sum = "h1:fIDR0p4KMjw01MJMfUIDWdQbjo06PD6CeYM5z4EHLi0=", | 
 |         version = "v2.305.6", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_etcd_go_etcd_client_v3", | 
 |         importpath = "go.etcd.io/etcd/client/v3", | 
 |         sum = "h1:coLs69PWCXE9G4FKquzNaSHrRyMCAXwF+IX1tAPVO8E=", | 
 |         version = "v3.5.6", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_gorm_driver_postgres", | 
 |         importpath = "gorm.io/driver/postgres", | 
 |         sum = "h1:raX6ezL/ciUmaYTvOq48jq1GE95aMC0CmxQYbxQ4Ufw=", | 
 |         version = "v1.0.5", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_gorm_gorm", | 
 |         importpath = "gorm.io/gorm", | 
 |         sum = "h1:qa7tC1WcU+DBI/ZKMxvXy1FcrlGsvxlaKufHrT2qQ08=", | 
 |         version = "v1.20.6", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_api", | 
 |         # This module is distributed with pre-generated .pb.go files, so we disable generation of | 
 |         # go_proto_library targets. | 
 |         build_file_proto_mode = "disable", | 
 |         importpath = "k8s.io/api", | 
 |         sum = "h1:HV4VjUSd7dTbKpop+1klDpRrLnXwN67oB0B+8abaH1k=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_apimachinery", | 
 |         # This module is distributed with pre-generated .pb.go files, so we disable generation of | 
 |         # go_proto_library targets. | 
 |         build_file_proto_mode = "disable", | 
 |         importpath = "k8s.io/apimachinery", | 
 |         sum = "h1:yTZH8GEKWVm1/zpcBzbPBSxJ/kVlP1GDL75IFEnjOqw=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_cli_runtime", | 
 |         importpath = "k8s.io/cli-runtime", | 
 |         sum = "h1:eKr9OU3g8tmkspLLgS3r/ZpedIBIy7DMYAHc8m3XSO0=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_client_go", | 
 |         importpath = "k8s.io/client-go", | 
 |         sum = "h1:bzrRaanClLWgWSTH4rXFneXoiaXN4HepjIBlCZdfdqs=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_code_generator", | 
 |         importpath = "k8s.io/code-generator", | 
 |         sum = "h1:dq4tJwumapwd8jJ3glKoTTf8aXH7qhscA7ioujprzes=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_component_base", | 
 |         importpath = "k8s.io/component-base", | 
 |         sum = "h1:oT41IxxNidDJHfSzTwNwguYSgpAzU72D4ULpUOthVyM=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_component_helpers", | 
 |         importpath = "k8s.io/component-helpers", | 
 |         sum = "h1:iwMdVM1OaST0D4OV+Qz82e10pO1+HcplmD/MYQt+jVw=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_gengo", | 
 |         importpath = "k8s.io/gengo", | 
 |         sum = "h1:Uusb3oh8XcdzDF/ndlI4ToKTYVlkCSJP39SRY2mfRAw=", | 
 |         version = "v0.0.0-20201214224949-b6c5ce23f027", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_klog_v2", | 
 |         importpath = "k8s.io/klog/v2", | 
 |         sum = "h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=", | 
 |         version = "v2.110.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_kube_openapi", | 
 |         importpath = "k8s.io/kube-openapi", | 
 |         sum = "h1:jvamsI1tn9V0S8jicyX82qaFC0H/NKxv2e5mbqsgR80=", | 
 |         version = "v0.0.0-20211109043538-20434351676c", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_kubectl", | 
 |         importpath = "k8s.io/kubectl", | 
 |         sum = "h1:DGC1afNdCcL8hEuFguBjL+R1sqbByFc8nCXoPdSQo1I=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_metrics", | 
 |         importpath = "k8s.io/metrics", | 
 |         sum = "h1:JQMOsup2nBuTGR9cpUTYvMMoHWaLjuqc1ObIq/BrsVA=", | 
 |         version = "v0.22.12", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_kustomize_api", | 
 |         importpath = "sigs.k8s.io/kustomize/api", | 
 |         sum = "h1:LzQzlq6Z023b+mBtc6v72N2mSHYmN8x7ssgbf/hv0H8=", | 
 |         version = "v0.8.11", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_kustomize_cmd_config", | 
 |         importpath = "sigs.k8s.io/kustomize/cmd/config", | 
 |         sum = "h1:lqOf0QcFhNvgZkgrPINNRs7TxEO7IGVtLMyUJId3oRE=", | 
 |         version = "v0.9.13", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_kustomize_kustomize_v4", | 
 |         importpath = "sigs.k8s.io/kustomize/kustomize/v4", | 
 |         sum = "h1:RKgbyHgzuHQZ35sBDzWcbnR3HBlJSYdSN0H+sx3tUkk=", | 
 |         version = "v4.2.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_kustomize_kyaml", | 
 |         importpath = "sigs.k8s.io/kustomize/kyaml", | 
 |         sum = "h1:9KhiCPKaVyuPcgOLJXkvytOvjMJLoxpjodiycb4gHsA=", | 
 |         version = "v0.11.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_structured_merge_diff_v4", | 
 |         importpath = "sigs.k8s.io/structured-merge-diff/v4", | 
 |         sum = "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=", | 
 |         version = "v4.2.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_sigs_yaml", | 
 |         importpath = "sigs.k8s.io/yaml", | 
 |         sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", | 
 |         version = "v1.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_k8s_utils", | 
 |         importpath = "k8s.io/utils", | 
 |         sum = "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=", | 
 |         version = "v0.0.0-20211116205334-6203023598ed", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_opencensus_go", | 
 |         importpath = "go.opencensus.io", | 
 |         sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", | 
 |         version = "v0.24.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_opencensus_go_contrib_exporter_stackdriver", | 
 |         importpath = "contrib.go.opencensus.io/exporter/stackdriver", | 
 |         sum = "h1:ksUxwH3OD5sxkjzEqGxNTl+Xjsmu3BnC/300MhSVTSc=", | 
 |         version = "v0.13.4", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_contrib", | 
 |         importpath = "go.opentelemetry.io/contrib", | 
 |         sum = "h1:ubFQUn0VCZ0gPwIoJfBJVpeBlyRMxu8Mm/huKWYd9p0=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_contrib_detectors_gcp", | 
 |         importpath = "go.opentelemetry.io/contrib/detectors/gcp", | 
 |         sum = "h1:VLAa8mb2eMu2Iq9pnVhece0Yla2mIq1yKYLUoZ/ifJs=", | 
 |         version = "v1.21.1", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc", | 
 |         importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", | 
 |         sum = "h1:UNQQKPfTDe1J81ViolILjTKPr9WetKW6uei2hFgJmFs=", | 
 |         version = "v0.47.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_contrib_instrumentation_net_http_httptrace_otelhttptrace", | 
 |         importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace", | 
 |         sum = "h1:gbhw/u49SS3gkPWiYweQNJGm/uJN5GkI/FrosxSHT7A=", | 
 |         version = "v0.46.1", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp", | 
 |         importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", | 
 |         sum = "h1:sv9kVfal0MK0wBMCOGr+HeJm9v803BkJxGrk2au7j08=", | 
 |         version = "v0.47.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel", | 
 |         importpath = "go.opentelemetry.io/otel", | 
 |         sum = "h1:xS7Ku+7yTFvDfDraDIJVpw7XPyuHlB9MCiqqX5mcJ6Y=", | 
 |         version = "v1.22.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_exporters_otlp", | 
 |         importpath = "go.opentelemetry.io/otel/exporters/otlp", | 
 |         sum = "h1:PTNgq9MRmQqqJY0REVbZFvwkYOA85vbdQU/nVfxDyqg=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_metric", | 
 |         importpath = "go.opentelemetry.io/otel/metric", | 
 |         sum = "h1:lypMQnGyJYeuYPhOM/bgjbFM6WE44W1/T45er4d8Hhg=", | 
 |         version = "v1.22.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_oteltest", | 
 |         importpath = "go.opentelemetry.io/otel/oteltest", | 
 |         sum = "h1:HiITxCawalo5vQzdHfKeZurV8x7ljcqAgiWzF6Vaeaw=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_sdk", | 
 |         importpath = "go.opentelemetry.io/otel/sdk", | 
 |         sum = "h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZXQ8=", | 
 |         version = "v1.21.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_sdk_export_metric", | 
 |         importpath = "go.opentelemetry.io/otel/sdk/export/metric", | 
 |         sum = "h1:c5VRjxCXdQlx1HjzwGdQHzZaVI82b5EbBgOu2ljD92g=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_sdk_metric", | 
 |         importpath = "go.opentelemetry.io/otel/sdk/metric", | 
 |         sum = "h1:7ao1wpzHRVKf0OQ7GIxiQJA6X7DLX9o14gmVon7mMK8=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_otel_trace", | 
 |         importpath = "go.opentelemetry.io/otel/trace", | 
 |         sum = "h1:Hg6pPujv0XG9QaVbGOBVHunyuLcCC3jN7WEhPx83XD0=", | 
 |         version = "v1.22.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_opentelemetry_go_proto_otlp", | 
 |         importpath = "go.opentelemetry.io/proto/otlp", | 
 |         sum = "h1:IVN6GR+mhC4s5yfcTbmzHYODqvWAp3ZedA2SJPI1Nnw=", | 
 |         version = "v0.19.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_rsc_binaryregexp", | 
 |         importpath = "rsc.io/binaryregexp", | 
 |         sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", | 
 |         version = "v0.2.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_rsc_quote_v3", | 
 |         importpath = "rsc.io/quote/v3", | 
 |         sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", | 
 |         version = "v3.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "io_rsc_sampler", | 
 |         importpath = "rsc.io/sampler", | 
 |         sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_temporal_go_api", | 
 |         importpath = "go.temporal.io/api", | 
 |         sum = "h1:X3KVICazpVq1CI+La+6MgeQpnQtyUUUtUBo9V4TPjcE=", | 
 |         version = "v1.26.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "io_temporal_go_sdk", | 
 |         importpath = "go.temporal.io/sdk", | 
 |         patches = ["//temporal:sdk-go.diff"], | 
 |         sum = "h1:Cqyujbnt831agvkiFrJwZHVWT52kAUy4m2XyUsQpjZE=", | 
 |         version = "v1.25.2-0.20240108215803-6244097c5aca", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "net_howett_plist", | 
 |         importpath = "howett.net/plist", | 
 |         sum = "h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=", | 
 |         version = "v1.0.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "net_starlark_go", | 
 |         importpath = "go.starlark.net", | 
 |         sum = "h1:FlKSIJl+UmVFgpyCr4Bdmj443NNBDW5ZSDP/HciJ96g=", | 
 |         version = "v0.0.0-20230807144010-2aa75752d1da", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_chromium_go_luci", | 
 |         # This module is distributed with pre-generated .pb.go files, so we disable generation of | 
 |         # go_proto_library targets. | 
 |         build_file_proto_mode = "disable", | 
 |         importpath = "go.chromium.org/luci", | 
 |         sum = "h1:JJNTpSU1X9ClKbBtSk4dw6TH9w4hbDkQIpPhPEGp6lw=", | 
 |         version = "v0.0.0-20240206071351-fb32c458db6e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_google_api", | 
 |         importpath = "google.golang.org/api", | 
 |         sum = "h1:SEspjXHVqE1m5a1fRy8JFB+5jSu+V0GEDKDghF3ttO4=", | 
 |         version = "v0.160.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_google_appengine", | 
 |         importpath = "google.golang.org/appengine", | 
 |         sum = "h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=", | 
 |         version = "v1.6.8", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_google_genproto", | 
 |         importpath = "google.golang.org/genproto", | 
 |         sum = "h1:ZL/Teoy/ZGnzyrqK/Optxxp2pmVh+fmJ97slxSRyzUg=", | 
 |         version = "v0.0.0-20240116215550-a9fa1716bcac", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_google_genproto_googleapis_api", | 
 |         importpath = "google.golang.org/genproto/googleapis/api", | 
 |         sum = "h1:0poefMBYvYbs7g5UkjS6HcxBPaTRAmznle9jnxYoAI8=", | 
 |         version = "v0.0.0-20240125205218-1f4bbc51befe", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_google_genproto_googleapis_bytestream", | 
 |         importpath = "google.golang.org/genproto/googleapis/bytestream", | 
 |         sum = "h1:QXtV4qU5zS94SeHJhPqxJQF0XyxssnVrEZOUgp1+NuY=", | 
 |         version = "v0.0.0-20240116215550-a9fa1716bcac", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_google_genproto_googleapis_rpc", | 
 |         importpath = "google.golang.org/genproto/googleapis/rpc", | 
 |         sum = "h1:nUQEQmH/csSvFECKYRv6HWEyypysidKl2I6Qpsglq/0=", | 
 |         version = "v0.0.0-20240116215550-a9fa1716bcac", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_google_grpc", | 
 |         build_file_proto_mode = "disable", | 
 |         importpath = "google.golang.org/grpc", | 
 |         sum = "h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=", | 
 |         version = "v1.61.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc", | 
 |         importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc", | 
 |         sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=", | 
 |         version = "v1.3.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_google_protobuf", | 
 |         importpath = "google.golang.org/protobuf", | 
 |         sum = "h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=", | 
 |         version = "v1.32.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_crypto", | 
 |         importpath = "golang.org/x/crypto", | 
 |         sum = "h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=", | 
 |         version = "v0.18.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_exp", | 
 |         importpath = "golang.org/x/exp", | 
 |         sum = "h1:Gvh4YaCaXNs6dKTlfgismwWZKyjVZXwOPfIyUaqU3No=", | 
 |         version = "v0.0.0-20231127185646-65229373498e", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_image", | 
 |         importpath = "golang.org/x/image", | 
 |         sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=", | 
 |         version = "v0.0.0-20190802002840-cff245a6509b", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_lint", | 
 |         importpath = "golang.org/x/lint", | 
 |         sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=", | 
 |         version = "v0.0.0-20210508222113-6edffad5e616", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_mobile", | 
 |         importpath = "golang.org/x/mobile", | 
 |         sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", | 
 |         version = "v0.0.0-20190719004257-d2bd2a29d028", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_mod", | 
 |         importpath = "golang.org/x/mod", | 
 |         sum = "h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=", | 
 |         version = "v0.14.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_net", | 
 |         importpath = "golang.org/x/net", | 
 |         sum = "h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=", | 
 |         version = "v0.20.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_oauth2", | 
 |         importpath = "golang.org/x/oauth2", | 
 |         sum = "h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ=", | 
 |         version = "v0.16.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_sync", | 
 |         importpath = "golang.org/x/sync", | 
 |         sum = "h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=", | 
 |         version = "v0.6.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_sys", | 
 |         importpath = "golang.org/x/sys", | 
 |         sum = "h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=", | 
 |         version = "v0.16.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_x_term", | 
 |         importpath = "golang.org/x/term", | 
 |         sum = "h1:m+B6fahuftsE9qjo0VWp2FW0mB3MTJvR0BaMQrq0pmE=", | 
 |         version = "v0.16.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_text", | 
 |         importpath = "golang.org/x/text", | 
 |         sum = "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", | 
 |         version = "v0.14.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_time", | 
 |         importpath = "golang.org/x/time", | 
 |         sum = "h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=", | 
 |         version = "v0.5.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_tools", | 
 |         importpath = "golang.org/x/tools", | 
 |         sum = "h1:GO788SKMRunPIBCXiQyo2AaexLstOrVhuAL5YwsckQM=", | 
 |         version = "v0.16.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_golang_x_tools_go_vcs", | 
 |         importpath = "golang.org/x/tools/go/vcs", | 
 |         sum = "h1:cOIJqWBl99H1dH5LWizPa+0ImeeJq3t3cJjaeOWUAL4=", | 
 |         version = "v0.1.0-deprecated", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_golang_x_xerrors", | 
 |         importpath = "golang.org/x/xerrors", | 
 |         sum = "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", | 
 |         version = "v0.0.0-20220907171357-04be3eba64a2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_gonum_v1_gonum", | 
 |         importpath = "gonum.org/v1/gonum", | 
 |         sum = "h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=", | 
 |         version = "v0.12.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_cc_v3", | 
 |         importpath = "modernc.org/cc/v3", | 
 |         sum = "h1:P3g79IUS/93SYhtoeaHW+kRCIrYaxJ27MFPv+7kaTOw=", | 
 |         version = "v3.40.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_ccgo_v3", | 
 |         importpath = "modernc.org/ccgo/v3", | 
 |         sum = "h1:Mkgdzl46i5F/CNR/Kj80Ri59hC8TKAhZrYSaqvkwzUw=", | 
 |         version = "v3.16.13", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_libc", | 
 |         importpath = "modernc.org/libc", | 
 |         sum = "h1:4U7v51GyhlWqQmwCHj28Rdq2Yzwk55ovjFrdPjs8Hb0=", | 
 |         version = "v1.22.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_mathutil", | 
 |         importpath = "modernc.org/mathutil", | 
 |         sum = "h1:rV0Ko/6SfM+8G+yKiyI830l3Wuz1zRutdslNoQ0kfiQ=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_memory", | 
 |         importpath = "modernc.org/memory", | 
 |         sum = "h1:N+/8c5rE6EqugZwHii4IFsaJ7MUhoWX07J5tC/iI5Ds=", | 
 |         version = "v1.5.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_opt", | 
 |         importpath = "modernc.org/opt", | 
 |         sum = "h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=", | 
 |         version = "v0.1.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_sqlite", | 
 |         importpath = "modernc.org/sqlite", | 
 |         sum = "h1:S2uFiaNPd/vTAP/4EmyY8Qe2Quzu26A2L1e25xRNTio=", | 
 |         version = "v1.18.2", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_strutil", | 
 |         importpath = "modernc.org/strutil", | 
 |         sum = "h1:fNMm+oJklMGYfU9Ylcywl0CO5O6nTfaowNsh2wpPjzY=", | 
 |         version = "v1.1.3", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_modernc_token", | 
 |         importpath = "modernc.org/token", | 
 |         sum = "h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=", | 
 |         version = "v1.1.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_uber_go_atomic", | 
 |         importpath = "go.uber.org/atomic", | 
 |         sum = "h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=", | 
 |         version = "v1.9.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_uber_go_multierr", | 
 |         importpath = "go.uber.org/multierr", | 
 |         sum = "h1:dg6GjLku4EH+249NNmoIciG9N/jURbDG+pFlTkhzIC8=", | 
 |         version = "v1.8.0", | 
 |     ) | 
 |     go_repository( | 
 |         name = "org_uber_go_tools", | 
 |         importpath = "go.uber.org/tools", | 
 |         sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=", | 
 |         version = "v0.0.0-20190618225709-2cfd321de3ee", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "org_uber_go_zap", | 
 |         importpath = "go.uber.org/zap", | 
 |         sum = "h1:WefMeulhovoZ2sYXz7st6K0sLj7bBhpiFaud4r4zST8=", | 
 |         version = "v1.21.0", | 
 |     ) | 
 |  | 
 |     go_repository( | 
 |         name = "tools_gotest_v3", | 
 |         importpath = "gotest.tools/v3", | 
 |         sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=", | 
 |         version = "v3.0.3", | 
 |     ) |