| """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:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=", |
| version = "v0.0.1-2019.2.3", |
| ) |
| 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_alecthomas_participle_v2", |
| importpath = "github.com/alecthomas/participle/v2", |
| sum = "h1:z7dElHRrOEEq45F2TG5cbQihMtNTv8vwldytDj7Wrz4=", |
| version = "v2.1.0", |
| ) |
| 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:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=", |
| version = "v1.0.5", |
| ) |
| 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_arrow_go_v15", |
| importpath = "github.com/apache/arrow/go/v15", |
| sum = "h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE=", |
| version = "v15.0.2", |
| ) |
| go_repository( |
| name = "com_github_apache_thrift", |
| importpath = "github.com/apache/thrift", |
| sum = "h1:cMd2aj52n+8VoAtvSvLn4kDC3aZ6IAkBuqWQ2IDu7wo=", |
| version = "v0.17.0", |
| ) |
| go_repository( |
| name = "com_github_armon_go_metrics", |
| importpath = "github.com/armon/go-metrics", |
| sum = "h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=", |
| version = "v0.4.1", |
| ) |
| go_repository( |
| name = "com_github_armon_go_radix", |
| 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_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:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=", |
| version = "v0.0.0-20230124172434-306776ec8161", |
| ) |
| 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:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=", |
| version = "v1.1.0", |
| ) |
| 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_blakesmith_ar", |
| importpath = "github.com/blakesmith/ar", |
| sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=", |
| version = "v0.0.0-20190502131153-809d4375e1fb", |
| ) |
| go_repository( |
| name = "com_github_blang_semver_v4", |
| importpath = "github.com/blang/semver/v4", |
| sum = "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=", |
| version = "v4.0.0", |
| ) |
| 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:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=", |
| version = "v2.3.0", |
| ) |
| go_repository( |
| name = "com_github_chai2010_gettext_go", |
| importpath = "github.com/chai2010/gettext-go", |
| sum = "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=", |
| version = "v1.0.2", |
| ) |
| go_repository( |
| name = "com_github_chigopher_pathlib", |
| importpath = "github.com/chigopher/pathlib", |
| sum = "h1:RoLlUJc0CqBGwq239cilyhxPNLXTK+HXoASGyGznx5A=", |
| version = "v0.19.1", |
| ) |
| 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_xds_go_xds_annotations_v3", |
| # importpath = "github.com/cncf/xds/go/xds/annotations/v3", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| # go_repository( |
| # name = "com_github_cncf_xds_go_xds_core_v3", |
| # importpath = "github.com/cncf/xds/go/xds/core/v3", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| # go_repository( |
| # name = "com_github_cncf_xds_go_xds_data_orca_v3", |
| # importpath = "github.com/cncf/xds/go/xds/data/orca/v3", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| # go_repository( |
| # name = "com_github_cncf_xds_go_xds_type_v1", |
| # importpath = "github.com/cncf/xds/go/xds/type", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| # go_repository( |
| # name = "com_github_cncf_xds_go_udpa_type_v1", |
| # importpath = "github.com/cncf/xds/go/udpa/type", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| # go_repository( |
| # name = "com_github_cncf_xds_go_udpa_annotations_v1", |
| # importpath = "github.com/cncf/xds/go/udpa/annotations", |
| # sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| # version = "v0.0.0-20240905190251-b4127c9b8d78", |
| # ) |
| |
| 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", |
| build_file_generation = "clean", |
| importpath = "github.com/cncf/xds/go", |
| sum = "h1:QVw89YDxXxEe+l8gU8ETbOasdwEV+avkR75ZzsVV9WI=", |
| version = "v0.0.0-20240905190251-b4127c9b8d78", |
| ) |
| 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_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:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=", |
| version = "v22.5.0", |
| ) |
| go_repository( |
| name = "com_github_cpuguy83_go_md2man_v2", |
| importpath = "github.com/cpuguy83/go-md2man/v2", |
| sum = "h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=", |
| version = "v2.0.4", |
| ) |
| go_repository( |
| name = "com_github_creack_pty", |
| importpath = "github.com/creack/pty", |
| sum = "h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w=", |
| version = "v1.1.9", |
| ) |
| 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:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=", |
| version = "v1.1.2-0.20180830191138-d8f796af33cc", |
| ) |
| 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_dgryski_go_rendezvous", |
| importpath = "github.com/dgryski/go-rendezvous", |
| sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=", |
| version = "v0.0.0-20200823014737-9f7001d12a5f", |
| ) |
| go_repository( |
| name = "com_github_distribution_reference", |
| importpath = "github.com/distribution/reference", |
| sum = "h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=", |
| version = "v0.6.0", |
| ) |
| 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_emicklei_go_restful_v3", |
| importpath = "github.com/emicklei/go-restful/v3", |
| sum = "h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=", |
| version = "v3.11.0", |
| ) |
| go_repository( |
| name = "com_github_envoyproxy_go_control_plane", |
| importpath = "github.com/envoyproxy/go-control-plane", |
| sum = "h1:vPfJZCkob6yTMEgS+0TwfTUfbHjfy/6vOJ8hUWX/uXE=", |
| version = "v0.13.1", |
| ) |
| go_repository( |
| name = "com_github_envoyproxy_protoc_gen_validate", |
| importpath = "github.com/envoyproxy/protoc-gen-validate", |
| sum = "h1:tntQDh69XqOCOZsDz0lVJQez/2L6Uu2PdjCQwWCJ3bM=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_exponent_io_jsonpath", |
| importpath = "github.com/exponent-io/jsonpath", |
| sum = "h1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4=", |
| version = "v0.0.0-20210407135951-1de76d718b3f", |
| ) |
| 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:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=", |
| version = "v1.15.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_json5", |
| importpath = "github.com/flynn/json5", |
| sum = "h1:xJMmr4GMYIbALX5edyoDIOQpc2bOQTeJiWMeCl9lX/8=", |
| version = "v0.0.0-20160717195620-7620272ed633", |
| ) |
| 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:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=", |
| version = "v1.14.6", |
| ) |
| go_repository( |
| name = "com_github_fsnotify_fsnotify", |
| importpath = "github.com/fsnotify/fsnotify", |
| sum = "h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=", |
| version = "v1.8.0", |
| ) |
| go_repository( |
| name = "com_github_fxamacker_cbor_v2", |
| importpath = "github.com/fxamacker/cbor/v2", |
| sum = "h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=", |
| version = "v2.7.0", |
| ) |
| 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:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=", |
| version = "v1.4.2", |
| ) |
| 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:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=", |
| version = "v1.4.2", |
| ) |
| 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:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=", |
| version = "v0.21.0", |
| ) |
| go_repository( |
| name = "com_github_go_openapi_jsonreference", |
| importpath = "github.com/go-openapi/jsonreference", |
| sum = "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=", |
| version = "v0.20.2", |
| ) |
| go_repository( |
| name = "com_github_go_openapi_swag", |
| importpath = "github.com/go-openapi/swag", |
| sum = "h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE=", |
| version = "v0.23.0", |
| ) |
| 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_go_task_slim_sprig_v3", |
| importpath = "github.com/go-task/slim-sprig/v3", |
| sum = "h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=", |
| version = "v3.0.0", |
| ) |
| go_repository( |
| name = "com_github_goccy_go_json", |
| importpath = "github.com/goccy/go-json", |
| sum = "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_github_goccy_go_yaml", |
| importpath = "github.com/goccy/go-yaml", |
| sum = "h1:n7Z+zx8S9f9KgzG6KtQKf+kwqXZlLNR2F6018Dgau54=", |
| version = "v1.11.0", |
| ) |
| 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:1+mZ9upx1Dh6FmUTFR1naJ77miKiXgALjWOZ3NVFPmY=", |
| version = "v1.2.2", |
| ) |
| go_repository( |
| name = "com_github_golang_groupcache", |
| importpath = "github.com/golang/groupcache", |
| sum = "h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=", |
| version = "v0.0.0-20241129210726-2c02b8208cf8", |
| ) |
| 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:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=", |
| version = "v1.5.4", |
| ) |
| go_repository( |
| name = "com_github_golang_snappy", |
| importpath = "github.com/golang/snappy", |
| sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", |
| version = "v0.0.4", |
| ) |
| 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:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg=", |
| version = "v1.1.3", |
| ) |
| go_repository( |
| name = "com_github_google_flatbuffers", |
| importpath = "github.com/google/flatbuffers", |
| sum = "h1:M9dgRyhJemaM4Sw8+66GHBu8ioaQmyPLg1b8VwK5WJg=", |
| version = "v23.5.26+incompatible", |
| ) |
| go_repository( |
| name = "com_github_google_gnostic_models", |
| # 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/google/gnostic-models", |
| sum = "h1:MU/8wDLif2qCXZmzncUQ/BOfxWfthHi63KqpoNbWqVw=", |
| version = "v0.6.9", |
| ) |
| go_repository( |
| name = "com_github_google_go_cmp", |
| importpath = "github.com/google/go-cmp", |
| sum = "h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=", |
| version = "v0.7.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_v2", |
| importpath = "github.com/google/go-licenses/v2", |
| sum = "h1:2EMzW/1PWYvgOxBXsWl7b350vI0c/kf5Fh7z4AR1skM=", |
| version = "v2.0.0-alpha.1", |
| ) |
| go_repository( |
| name = "com_github_google_go_pkcs11", |
| importpath = "github.com/google/go-pkcs11", |
| sum = "h1:PVRnTgtArZ3QQqTGtbtjtnIkzl2iY2kt24yqbrf7td8=", |
| version = "v0.3.0", |
| ) |
| 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_go_replayers_httpreplay", |
| importpath = "github.com/google/go-replayers/httpreplay", |
| sum = "h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk=", |
| version = "v1.2.0", |
| ) |
| go_repository( |
| name = "com_github_google_gofuzz", |
| importpath = "github.com/google/gofuzz", |
| sum = "h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_google_licenseclassifier_v2", |
| importpath = "github.com/google/licenseclassifier/v2", |
| sum = "h1:1Y57HHILNf4m0ABuMVb6xk4vAJYEUO0gDxNpog0pyeA=", |
| version = "v2.0.0", |
| ) |
| 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:097atOisP2aRj7vFgYQBbFN4U4JNXUNYpxael3UzMyo=", |
| version = "v0.0.0-20241029153458-d1b30febd7db", |
| ) |
| 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:zZDs9gcbt9ZPLV0ndSyQk6Kacx2g/X+SKYovpnz3SMM=", |
| version = "v0.1.8", |
| ) |
| 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:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=", |
| version = "v1.6.0", |
| ) |
| go_repository( |
| name = "com_github_googleapis_cloud_bigtable_clients_test", |
| importpath = "github.com/googleapis/cloud-bigtable-clients-test", |
| sum = "h1:S+sCHWAiAc+urcEnvg5JYJUOdlQEm/SEzQ/c/IdAH5M=", |
| version = "v0.0.2", |
| ) |
| go_repository( |
| name = "com_github_googleapis_enterprise_certificate_proxy", |
| importpath = "github.com/googleapis/enterprise-certificate-proxy", |
| sum = "h1:XYIDZApgAnrN1c855gTgghdIA6Stxb52D5RnLI1SLyw=", |
| version = "v0.3.4", |
| ) |
| 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:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=", |
| version = "v2.14.1", |
| ) |
| go_repository( |
| name = "com_github_googlecloudplatform_opentelemetry_operations_go_detectors_gcp", |
| importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp", |
| sum = "h1:3c8yed4lgqTt+oTQ+JNMDo+F4xprBf+O/il4ZC0nRLw=", |
| version = "v1.25.0", |
| ) |
| go_repository( |
| name = "com_github_googlecloudplatform_opentelemetry_operations_go_exporter_metric", |
| importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric", |
| sum = "h1:UQ0AhxogsIRZDkElkblfnwjc3IaltCm2HUMvezQaL7s=", |
| version = "v0.48.1", |
| ) |
| 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_cloudmock", |
| importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock", |
| sum = "h1:oTX4vsorBZo/Zdum6OKPA4o7544hm6smoRv1QjpTwGo=", |
| version = "v0.48.1", |
| ) |
| go_repository( |
| name = "com_github_googlecloudplatform_opentelemetry_operations_go_internal_resourcemapping", |
| importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping", |
| sum = "h1:8nn+rsCvTq9axyEh382S0PFLBeaFwNsT43IrPWzctRU=", |
| version = "v0.48.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:JeSE6pjso5THxAzdVpqr6/geYxZytqFMBCOtn/ujyeo=", |
| version = "v1.5.4-0.20250319132907-e064f32e3674", |
| ) |
| go_repository( |
| name = "com_github_gregjones_httpcache", |
| importpath = "github.com/gregjones/httpcache", |
| sum = "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=", |
| version = "v0.0.0-20190611155906-901d90724c79", |
| ) |
| go_repository( |
| name = "com_github_grpc_ecosystem_go_grpc_middleware", |
| importpath = "github.com/grpc-ecosystem/go-grpc-middleware", |
| sum = "h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "com_github_grpc_ecosystem_grpc_gateway_v2", |
| importpath = "github.com/grpc-ecosystem/grpc-gateway/v2", |
| sum = "h1:bkypFPDjIYGfCYD5mRBvpqxfYX1YCS1PXdKYWi8FsN0=", |
| version = "v2.20.0", |
| ) |
| 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_hamba_avro_v2", |
| importpath = "github.com/hamba/avro/v2", |
| sum = "h1:6PKpEWzJfNnvBgn7m2/8WYaDOUASxfDU+Jyb4ojDgFY=", |
| version = "v2.17.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_consul_api", |
| importpath = "github.com/hashicorp/consul/api", |
| sum = "h1:mXfkRHrpHN4YY3RqL09nXU1eHKLNiuAN4kHvDQ16k/8=", |
| version = "v1.28.2", |
| ) |
| 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:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=", |
| version = "v1.5.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_multierror", |
| importpath = "github.com/hashicorp/go-multierror", |
| sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", |
| version = "v1.1.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_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_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:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=", |
| version = "v0.3.0", |
| ) |
| 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:bVoTr12EGANZz66nZPkMInAV/KHD2TxH9npjXXgiB3w=", |
| version = "v1.14.3", |
| ) |
| 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:1HLSx5H+tXR9pW3in3zaztoEwQYRC9SQaYUHjTSUOag=", |
| version = "v2.3.3", |
| ) |
| 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:xVpYkNR5pk5bMCZGfClbO962UIqVABcAGt7ha1s/FeU=", |
| version = "v4.18.2", |
| ) |
| 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_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:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=", |
| version = "v0.4.0", |
| ) |
| 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:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=", |
| version = "v0.4.0", |
| ) |
| 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:rBMNdlhTLzJjJSDIjNEXX1Pz3Hmwmz91v+zycvx9PJc=", |
| version = "v0.0.0-20190106144839-af01ea7f8024", |
| ) |
| 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_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:RlWWUY/Dr4fL8qk9YG7DTZ7PDgME2V4csBXA8L/ixi4=", |
| version = "v1.17.2", |
| ) |
| go_repository( |
| name = "com_github_klauspost_cpuid_v2", |
| importpath = "github.com/klauspost/cpuid/v2", |
| sum = "h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=", |
| version = "v2.2.5", |
| ) |
| 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:sIXJOMrYnQZJu7OB7ANSF4MYri2fTEGIsRLz6LwI4xE=", |
| version = "v2.0.4-0.20230330145011-496ad1ac90a4", |
| ) |
| go_repository( |
| name = "com_github_magiconair_properties", |
| importpath = "github.com/magiconair/properties", |
| sum = "h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=", |
| version = "v1.8.9", |
| ) |
| go_repository( |
| name = "com_github_mailru_easyjson", |
| importpath = "github.com/mailru/easyjson", |
| sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=", |
| version = "v0.7.7", |
| ) |
| go_repository( |
| name = "com_github_makenowjust_heredoc", |
| importpath = "github.com/MakeNowJust/heredoc", |
| sum = "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mark3labs_mcp_go", |
| importpath = "github.com/mark3labs/mcp-go", |
| sum = "h1:4UxSV8aM770OPmTvaVe/b1rA2oZAjBMhGBfUgOGut+4=", |
| version = "v0.31.0", |
| ) |
| 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:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=", |
| version = "v0.1.14", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_isatty", |
| importpath = "github.com/mattn/go-isatty", |
| sum = "h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=", |
| version = "v0.0.20", |
| ) |
| 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_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_wordwrap", |
| importpath = "github.com/mitchellh/go-wordwrap", |
| sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=", |
| version = "v1.0.1", |
| ) |
| 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:7r0J1Si3QO/kjRitvSLVVFUjxMEb/YLj6S9FF62JBCU=", |
| version = "v0.5.0", |
| ) |
| go_repository( |
| name = "com_github_moby_term", |
| importpath = "github.com/moby/term", |
| sum = "h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=", |
| version = "v0.5.0", |
| ) |
| 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:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=", |
| version = "v0.0.0-20191010083416-a7dc8b61c822", |
| ) |
| 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_nats_io_nats_go", |
| importpath = "github.com/nats-io/nats.go", |
| sum = "h1:fnxnPCNiwIG5w08rlMcEKTUw4AV/nKyGCOJE8TdhSPk=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "com_github_nats_io_nkeys", |
| importpath = "github.com/nats-io/nkeys", |
| sum = "h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI=", |
| version = "v0.4.7", |
| ) |
| go_repository( |
| name = "com_github_nats_io_nuid", |
| importpath = "github.com/nats-io/nuid", |
| sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=", |
| version = "v1.0.1", |
| ) |
| 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:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=", |
| version = "v1.1.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_onsi_ginkgo", |
| importpath = "github.com/onsi/ginkgo", |
| sum = "h1:8mVmC9kjFFmA8H4pKMUhcblgifdkOIXPvbhN1T36q1M=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_github_onsi_ginkgo_v2", |
| importpath = "github.com/onsi/ginkgo/v2", |
| sum = "h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=", |
| version = "v2.21.0", |
| ) |
| go_repository( |
| name = "com_github_onsi_gomega", |
| importpath = "github.com/onsi/gomega", |
| sum = "h1:Cwbd75ZBPxFSuZ6T+rN/WCb/gOc6YgFBXLlZLhC7Ds4=", |
| version = "v1.35.1", |
| ) |
| 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:znyI7l134wNg/wDktoVQPxPkgvhDfGCYUasey+h0rDQ=", |
| version = "v1.10.0", |
| ) |
| go_repository( |
| name = "com_github_otiai10_mint", |
| importpath = "github.com/otiai10/mint", |
| sum = "h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=", |
| version = "v1.5.1", |
| ) |
| 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_toml_v2", |
| importpath = "github.com/pelletier/go-toml/v2", |
| sum = "h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=", |
| version = "v2.2.3", |
| ) |
| 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:xaKrnTkyoqfh1YItXl56+6KJNVYWlEEPuAQW9xsplYQ=", |
| version = "v4.1.18", |
| ) |
| 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:uv+I3nNJvlKZIQGSr8JVQLNHFU9YhhNpvC14Y6KgmSM=", |
| version = "v1.13.7", |
| ) |
| 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_planetscale_vtprotobuf", |
| importpath = "github.com/planetscale/vtprotobuf", |
| sum = "h1:GFCKgmp0tecUJ0sJuv4pzYCqS9+RGSn52M3FUwPs+uo=", |
| version = "v0.6.1-0.20240319094008-0393e58bdf10", |
| ) |
| go_repository( |
| name = "com_github_pmezard_go_difflib", |
| importpath = "github.com/pmezard/go-difflib", |
| sum = "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=", |
| version = "v1.0.1-0.20181226105442-5d4384ee4fb2", |
| ) |
| 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:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos=", |
| version = "v0.6.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_protocolbuffers_txtpbfmt", |
| importpath = "github.com/protocolbuffers/txtpbfmt", |
| sum = "h1:8SXWXWZNgCQbk7h0RWYK6BAWEQPQhFzLRvEoal4skDo=", |
| version = "v0.0.0-20230730201308-0c31dbd32b9f", |
| ) |
| 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:NLck+Rab3AOTHw21CGRpvQpgTrAU4sgdCswqGtlhGRA=", |
| version = "v9.6.0", |
| ) |
| 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:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=", |
| version = "v1.13.1", |
| ) |
| 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:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=", |
| version = "v1.5.0", |
| ) |
| go_repository( |
| name = "com_github_rs_zerolog", |
| importpath = "github.com/rs/zerolog", |
| sum = "h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=", |
| version = "v1.33.0", |
| ) |
| 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_sagikazarmark_crypt", |
| importpath = "github.com/sagikazarmark/crypt", |
| sum = "h1:WMyLTjHBo64UvNcWqpzY3pbZTYgnemZU8FBZigKc42E=", |
| version = "v0.19.0", |
| ) |
| go_repository( |
| name = "com_github_sagikazarmark_locafero", |
| importpath = "github.com/sagikazarmark/locafero", |
| sum = "h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=", |
| version = "v0.7.0", |
| ) |
| go_repository( |
| name = "com_github_sagikazarmark_slog_shim", |
| importpath = "github.com/sagikazarmark/slog-shim", |
| sum = "h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=", |
| version = "v0.1.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_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_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_sourcegraph_conc", |
| importpath = "github.com/sourcegraph/conc", |
| sum = "h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=", |
| version = "v0.3.0", |
| ) |
| go_repository( |
| name = "com_github_spf13_afero", |
| importpath = "github.com/spf13/afero", |
| sum = "h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=", |
| version = "v1.12.0", |
| ) |
| go_repository( |
| name = "com_github_spf13_cast", |
| importpath = "github.com/spf13/cast", |
| sum = "h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=", |
| version = "v1.7.1", |
| ) |
| go_repository( |
| name = "com_github_spf13_cobra", |
| importpath = "github.com/spf13/cobra", |
| sum = "h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=", |
| version = "v1.8.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:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=", |
| version = "v1.0.6", |
| ) |
| go_repository( |
| name = "com_github_spf13_viper", |
| importpath = "github.com/spf13/viper", |
| sum = "h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=", |
| version = "v1.19.0", |
| ) |
| go_repository( |
| name = "com_github_stretchr_objx", |
| importpath = "github.com/stretchr/objx", |
| sum = "h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=", |
| version = "v0.5.2", |
| ) |
| go_repository( |
| name = "com_github_stretchr_testify", |
| importpath = "github.com/stretchr/testify", |
| sum = "h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=", |
| version = "v1.10.0", |
| ) |
| go_repository( |
| name = "com_github_subosito_gotenv", |
| importpath = "github.com/subosito/gotenv", |
| sum = "h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=", |
| version = "v1.6.0", |
| ) |
| go_repository( |
| name = "com_github_substrait_io_substrait_go", |
| importpath = "github.com/substrait-io/substrait-go", |
| sum = "h1:buDnjsb3qAqTaNbOR7VKmNgXf4lYQxWEcnSGUWBtmN8=", |
| version = "v0.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_tidwall_gjson", |
| importpath = "github.com/tidwall/gjson", |
| sum = "h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_github_tidwall_match", |
| importpath = "github.com/tidwall/match", |
| sum = "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=", |
| version = "v1.1.1", |
| ) |
| go_repository( |
| name = "com_github_tidwall_pretty", |
| importpath = "github.com/tidwall/pretty", |
| sum = "h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=", |
| version = "v1.2.0", |
| ) |
| go_repository( |
| name = "com_github_tidwall_sjson", |
| importpath = "github.com/tidwall/sjson", |
| sum = "h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=", |
| version = "v1.2.5", |
| ) |
| 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_twitchtv_twirp", |
| importpath = "github.com/twitchtv/twirp", |
| sum = "h1:3fNSDoSPyq+fTrifIvGue9XM/tptzuhiGY83rxPVNUg=", |
| version = "v7.1.0+incompatible", |
| ) |
| 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:8QfPKUIrq8P3Cs7G79Iu4Byd5wdhGCE0quIS27x7rQo=", |
| version = "v2.52.2", |
| ) |
| 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_x448_float16", |
| importpath = "github.com/x448/float16", |
| sum = "h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=", |
| version = "v0.8.4", |
| ) |
| 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_xlab_treeprint", |
| importpath = "github.com/xlab/treeprint", |
| sum = "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=", |
| version = "v1.2.0", |
| ) |
| 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_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_yosida95_uritemplate_v3", |
| importpath = "github.com/yosida95/uritemplate/v3", |
| sum = "h1:Ed3Oyj9yrmi9087+NczuL5BwkIc4wvTb5zIM+UJPGz4=", |
| version = "v3.0.2", |
| ) |
| 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:B3fRrSDkLRt5qSHWe40ERJvhvnQwdZiHu0bJOpldweE=", |
| version = "v0.116.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_accessapproval", |
| importpath = "cloud.google.com/go/accessapproval", |
| sum = "h1:h4u1MypgeYXTGvnNc1luCBLDN4Kb9Re/gw0Atvoi8HE=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_accesscontextmanager", |
| importpath = "cloud.google.com/go/accesscontextmanager", |
| sum = "h1:P0uVixQft8aacbZ7VDZStNZdrftF24Hk8JkA3kfvfqI=", |
| version = "v1.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_aiplatform", |
| importpath = "cloud.google.com/go/aiplatform", |
| sum = "h1:XvBzK8e6/6ufbi/i129Vmn/gVqFwbNPmRQ89K+MGlgc=", |
| version = "v1.69.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_analytics", |
| importpath = "cloud.google.com/go/analytics", |
| sum = "h1:KgJ5Taxtsnro/co7WIhmAHi5pzYAtvxu8LMqenPAlSo=", |
| version = "v0.25.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_apigateway", |
| importpath = "cloud.google.com/go/apigateway", |
| sum = "h1:TRB5q0vvbT5Yx4bNSCWlqLJFJnhc7tDlCR9ccpo1vzg=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_apigeeconnect", |
| importpath = "cloud.google.com/go/apigeeconnect", |
| sum = "h1:GHg0ddEQUZ08C1qC780P5wwY/jaIW8UtxuRQXLLuRXs=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_apigeeregistry", |
| importpath = "cloud.google.com/go/apigeeregistry", |
| sum = "h1:fC3ZXEk2QsBxUlZZDZpbBGXC/ZQglCBmHDGgY5aNipg=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_appengine", |
| importpath = "cloud.google.com/go/appengine", |
| sum = "h1:pxAQ//FsyEQsaF9HJduPCOEvj9GV4fvnLARGz1+KDzM=", |
| version = "v1.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_area120", |
| importpath = "cloud.google.com/go/area120", |
| sum = "h1:LODm6TjW27/LJ4z4fBNJHRb+tlvy0gSu6Vb8j2lfluY=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_artifactregistry", |
| importpath = "cloud.google.com/go/artifactregistry", |
| sum = "h1:BZpz0x8HCG7hwTkD+GlUwPQVFGOo9w84t8kxQwwc0DA=", |
| version = "v1.16.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_asset", |
| importpath = "cloud.google.com/go/asset", |
| sum = "h1:/jQBAkZVUbsIczRepDkwaf/K5NcRYvQ6MBiWg5i20fU=", |
| version = "v1.20.3", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_assuredworkloads", |
| importpath = "cloud.google.com/go/assuredworkloads", |
| sum = "h1:6Y6a4V7CD50qtjvayhu7f5o35UFJP8ade7IbHNfdQEc=", |
| version = "v1.12.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_auth", |
| importpath = "cloud.google.com/go/auth", |
| sum = "h1:8Fu8TZy167JkW8Tj3q7dIkr2v4cndv41ouecJx0PAHs=", |
| version = "v0.13.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_auth_oauth2adapt", |
| importpath = "cloud.google.com/go/auth/oauth2adapt", |
| sum = "h1:V6a6XDu2lTwPZWOawrAa9HUK+DB2zfJyTuciBG5hFkU=", |
| version = "v0.2.6", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_automl", |
| importpath = "cloud.google.com/go/automl", |
| sum = "h1:RzR5Nx78iaF2FNAfaaQ/7o2b4VuQ17YbOaeK/DLYSW4=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_baremetalsolution", |
| importpath = "cloud.google.com/go/baremetalsolution", |
| sum = "h1:rhawlI+9gy/i1ZQbN/qL6FXHGXusWbfr6UoQdcCpybw=", |
| version = "v1.3.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_batch", |
| importpath = "cloud.google.com/go/batch", |
| sum = "h1:OVhgpMMJc+mrFw51R3C06JKC0D6u125RlEBULpg78No=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_beyondcorp", |
| importpath = "cloud.google.com/go/beyondcorp", |
| sum = "h1:hzKZf9ScvqTWqR8xGKVvD35ScQuxbMySELvJ0OW1usI=", |
| version = "v1.1.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_bigquery", |
| importpath = "cloud.google.com/go/bigquery", |
| sum = "h1:vSSZisNyhr2ioJE1OuYBQrnrpB7pIhRQm4jfjc7E/js=", |
| version = "v1.64.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_bigtable", |
| importpath = "cloud.google.com/go/bigtable", |
| sum = "h1:2BDaWLRAwXO14DJL/u8crbV2oUbMZkIa2eGq8Yao1bk=", |
| version = "v1.33.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_billing", |
| importpath = "cloud.google.com/go/billing", |
| sum = "h1:shcyz1UkrUxbPsqHL6L84ZdtBZ7yocaFFCxMInTsrNo=", |
| version = "v1.19.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_binaryauthorization", |
| importpath = "cloud.google.com/go/binaryauthorization", |
| sum = "h1:zZX4cvtYSXc5ogOar1w5KA1BLz3j464RPSaR/HhroJ8=", |
| version = "v1.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_certificatemanager", |
| importpath = "cloud.google.com/go/certificatemanager", |
| sum = "h1:/lO1ejN415kRaiO6DNNCHj0UvQujKP714q3l8gp4lsY=", |
| version = "v1.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_channel", |
| importpath = "cloud.google.com/go/channel", |
| sum = "h1:l4XcnfzJ5UGmqZQls0atcpD6ERDps4PLd5hXSyTWFv0=", |
| version = "v1.19.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_cloudbuild", |
| importpath = "cloud.google.com/go/cloudbuild", |
| sum = "h1:Uo0bL251yvyWsNtO3Og9m5Z4S48cgGf3IUX7xzOcl8s=", |
| version = "v1.19.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_clouddms", |
| importpath = "cloud.google.com/go/clouddms", |
| sum = "h1:U53ztLRgTkclaxgmBBles+tv+nNcZ5fhbRbw3b2axFw=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_cloudtasks", |
| importpath = "cloud.google.com/go/cloudtasks", |
| sum = "h1:x6Qw5JyNbH3reL0arUtlYf77kK6OVjZZ//8JCvUkLro=", |
| version = "v1.13.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_compute", |
| importpath = "cloud.google.com/go/compute", |
| sum = "h1:Lph6d8oPi38NHkOr6S55Nus/Pbbcp37m/J0ohgKAefs=", |
| version = "v1.29.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_compute_metadata", |
| importpath = "cloud.google.com/go/compute/metadata", |
| sum = "h1:A6hENjEsCDtC1k8byVsgwvVcioamEHvZ4j01OwKxG9I=", |
| version = "v0.6.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_contactcenterinsights", |
| importpath = "cloud.google.com/go/contactcenterinsights", |
| sum = "h1:cR/gQMweaG8RIWAlS5Jo1ARi8LUVQJ51t84EUefHeZ8=", |
| version = "v1.15.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_container", |
| importpath = "cloud.google.com/go/container", |
| sum = "h1:sH9Hj9SoLeP+uKvLXc/04nWyWDiMo4Q85xfb1Nl5sAg=", |
| version = "v1.42.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_containeranalysis", |
| importpath = "cloud.google.com/go/containeranalysis", |
| sum = "h1:AG2gOcfZJFRiz+3SZCPnxU+gwbzKe++QSX/ej71Lom8=", |
| version = "v0.13.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datacatalog", |
| importpath = "cloud.google.com/go/datacatalog", |
| sum = "h1:9F2zIbWNNmtrSkPIyGRQNsIugG5VgVVFip6+tXSdWLg=", |
| version = "v1.23.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dataflow", |
| importpath = "cloud.google.com/go/dataflow", |
| sum = "h1:o9P5/zR2mOYJmCnfp9/7RprKFZCwmSu3TvemQSmCaFM=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dataform", |
| importpath = "cloud.google.com/go/dataform", |
| sum = "h1:t16DoejuOHoxJR88qrpdmFFlCXA9+x5PKrqI9qiDYz0=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datafusion", |
| importpath = "cloud.google.com/go/datafusion", |
| sum = "h1:RPoHvIeXexXwlWhEU6DNgrYCh+C+FR2EXbrnMs2ptpI=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datalabeling", |
| importpath = "cloud.google.com/go/datalabeling", |
| sum = "h1:UesbU2kYIUWhHUcnFS86ANPbugEq98X9k1whTNcenlc=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dataplex", |
| importpath = "cloud.google.com/go/dataplex", |
| sum = "h1:R2xnsZnuWpHi2NmBR0e43GZk2IZcQ1AFEAo1fUI0xsw=", |
| version = "v1.19.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dataproc_v2", |
| importpath = "cloud.google.com/go/dataproc/v2", |
| sum = "h1:B0b7eLRXzFTzb4UaxkGGidIF23l/Xpyce28m1Q0cHmU=", |
| version = "v2.10.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dataqna", |
| importpath = "cloud.google.com/go/dataqna", |
| sum = "h1:hrEcid5jK5fEdlYZ0eS8HJoq+ZCTRWSV7Av42V/G994=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datastore", |
| importpath = "cloud.google.com/go/datastore", |
| sum = "h1:NNpXoyEqIJmZFc0ACcwBEaXnmscUpcG4NkKnbCePmiM=", |
| version = "v1.20.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datastream", |
| importpath = "cloud.google.com/go/datastream", |
| sum = "h1:vgtrwwPfY7JFEDD0VARJK4qyiApnFnPkFRQVuczYb/w=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_deploy", |
| importpath = "cloud.google.com/go/deploy", |
| sum = "h1:nYLFG2TSsYMJuengVru5P8iWnA5mNA4rKFV5YoOWQ3M=", |
| version = "v1.25.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dialogflow", |
| importpath = "cloud.google.com/go/dialogflow", |
| sum = "h1:H+Q1SUeVU2La0Y0ZGEaKkhEXg3bj9Ceg5YKcMbyNOEc=", |
| version = "v1.60.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_dlp", |
| importpath = "cloud.google.com/go/dlp", |
| sum = "h1:Wwz1FoZp3pyrTNkS5fncaAccP/AbqzLQuN5WMi3aVYQ=", |
| version = "v1.20.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_documentai", |
| importpath = "cloud.google.com/go/documentai", |
| sum = "h1:DO4ut86a+Xa0gBq7j3FZJPavnKBNoznrg44csnobqIY=", |
| version = "v1.35.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_domains", |
| importpath = "cloud.google.com/go/domains", |
| sum = "h1:ekJCkuzbciXyPKkwPwvI+2Ov1GcGJtMXj/fbgilPFqg=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_edgecontainer", |
| importpath = "cloud.google.com/go/edgecontainer", |
| sum = "h1:vpKTEkQPpkl55d6aUU2rzDFvTkMUATvBXfZSlI2KMR0=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_errorreporting", |
| importpath = "cloud.google.com/go/errorreporting", |
| sum = "h1:E/gLk+rL7u5JZB9oq72iL1bnhVlLrnfslrgcptjJEUE=", |
| version = "v0.3.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_essentialcontacts", |
| importpath = "cloud.google.com/go/essentialcontacts", |
| sum = "h1:a/reGTn7WblM5DgieiLbX6CswHgTneWrA4ZNS5E+1Bg=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_eventarc", |
| importpath = "cloud.google.com/go/eventarc", |
| sum = "h1:IVU2EOR8P2f6N8eneuwspN122LR87v9G54B+7ihd1TY=", |
| version = "v1.15.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_filestore", |
| importpath = "cloud.google.com/go/filestore", |
| sum = "h1:DYwMNAcF5bELHHMxRdkIWWZ3XicKp+ZpEBy+c6Gt4uY=", |
| version = "v1.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_firestore", |
| importpath = "cloud.google.com/go/firestore", |
| sum = "h1:iEd1LBbkDZTFsLw3sTH50eyg4qe8eoG6CjocmEXO9aQ=", |
| version = "v1.17.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_functions", |
| importpath = "cloud.google.com/go/functions", |
| sum = "h1:Cu2Gj1JBBJv9gi89r8LrZNsJhGwePnhttn4Blqw/EYI=", |
| version = "v1.19.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_gkebackup", |
| importpath = "cloud.google.com/go/gkebackup", |
| sum = "h1:lWaSgjSonOXe41UhwQjts6lhDZdr5e882LNUTtnjZS0=", |
| version = "v1.6.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_gkeconnect", |
| importpath = "cloud.google.com/go/gkeconnect", |
| sum = "h1:MuA3/aIuncXkXuUDGdbT7OLnIp7xpFhciuHAnQaoQz4=", |
| version = "v0.12.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_gkehub", |
| importpath = "cloud.google.com/go/gkehub", |
| sum = "h1:CR5MPEP/Ogk5IahCq3O2fKS6TJZQi8mrnrysGHCs0g8=", |
| version = "v0.15.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_gkemulticloud", |
| importpath = "cloud.google.com/go/gkemulticloud", |
| sum = "h1:SvVD2nJTGScEDYygIQ5dI14oFYhgtJx8HazkT3aufEI=", |
| version = "v1.4.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_gsuiteaddons", |
| importpath = "cloud.google.com/go/gsuiteaddons", |
| sum = "h1:Rma+a2tCB2PV0Rm87Ywr4P96dCwGIm8vw8gF23ZlYoY=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_iam", |
| importpath = "cloud.google.com/go/iam", |
| sum = "h1:ozUSofHUGf/F4tCNy/mu9tHLTaxZFLOUiKzjcgWHGIA=", |
| version = "v1.2.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_iap", |
| importpath = "cloud.google.com/go/iap", |
| sum = "h1:rvM+FNIF2wIbwUU8299FhhVGak2f7oOvbW8J/I5oflE=", |
| version = "v1.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_ids", |
| importpath = "cloud.google.com/go/ids", |
| sum = "h1:EDYZQraE+Eq6BewUQxVRY8b3VUUo/MnjMfzSh1NGjx8=", |
| version = "v1.5.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_iot", |
| importpath = "cloud.google.com/go/iot", |
| sum = "h1:KMN0wujrPV7q0yfs4rt5CUl9Di8sQhJ0uohJn1h6yaI=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_kms", |
| importpath = "cloud.google.com/go/kms", |
| sum = "h1:og29Wv59uf2FVaZlesaiDAqHFzHaoUyHI3HYp9VUHVg=", |
| version = "v1.20.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_language", |
| importpath = "cloud.google.com/go/language", |
| sum = "h1:rwrIOwcAgPTYbigOaiMSjKCvBy0xHZJbRc7HB/xMECA=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_lifesciences", |
| importpath = "cloud.google.com/go/lifesciences", |
| sum = "h1:eZSaRgBwbnb/oXwCj1SGE0Kp534DuXpg55iYBWgN024=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_logging", |
| importpath = "cloud.google.com/go/logging", |
| sum = "h1:ex1igYcGFd4S/RZWOCU51StlIEuey5bjqwH9ZYjHibk=", |
| version = "v1.12.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_longrunning", |
| importpath = "cloud.google.com/go/longrunning", |
| sum = "h1:xjDfh1pQcWPEvnfjZmwjKQEcHnpz6lHjfy7Fo0MK+hc=", |
| version = "v0.6.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_managedidentities", |
| importpath = "cloud.google.com/go/managedidentities", |
| sum = "h1:oWxuIhIwQC1Vfs1SZi1x389W2TV9uyPsAyZMJgZDND4=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_maps", |
| importpath = "cloud.google.com/go/maps", |
| sum = "h1:bmFHlO6BL/smC6GD45r5j0ChjsyyevuJCSARdOL62TI=", |
| version = "v1.15.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_mediatranslation", |
| importpath = "cloud.google.com/go/mediatranslation", |
| sum = "h1:p37R/k9+L33bUMO87gFyv93MwJ+9nuzVhXM5X+6ULwA=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_memcache", |
| importpath = "cloud.google.com/go/memcache", |
| sum = "h1:GGgC2A9AClJN8VLbMUAPUxj/dNMFwz6Lj01gDxPw7os=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_metastore", |
| importpath = "cloud.google.com/go/metastore", |
| sum = "h1:Euc9kLTKS8T6M1JVqQavwDFHu9UtT1//lGXSKjpO3/0=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_monitoring", |
| importpath = "cloud.google.com/go/monitoring", |
| sum = "h1:FChwVtClH19E7pJ+e0xUhJPGksctZNVOk2UhMmblmdU=", |
| version = "v1.21.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_networkconnectivity", |
| importpath = "cloud.google.com/go/networkconnectivity", |
| sum = "h1:CuBLrRKhPbzXkFGADopQUpMcdY+SSfoy/3RqsMH2pq4=", |
| version = "v1.15.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_networkmanagement", |
| importpath = "cloud.google.com/go/networkmanagement", |
| sum = "h1:oT7c2Oo9NT54XjnP4GMNj/HEywrFnBz0u6QLJ2iu8NE=", |
| version = "v1.16.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_networksecurity", |
| importpath = "cloud.google.com/go/networksecurity", |
| sum = "h1://zFZM8XZZs+3Y6QKuLqwD5tZ+B/17KUo/rJpGW2tJs=", |
| version = "v0.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_notebooks", |
| importpath = "cloud.google.com/go/notebooks", |
| sum = "h1:BHIH9kf/02wSCcLAVttEXHSFAgSotgRg2y1YjR7VDCc=", |
| version = "v1.12.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_optimization", |
| importpath = "cloud.google.com/go/optimization", |
| sum = "h1:yM4teRB60qyIm8cV4VRW4wepmHbXCoqv3QKGfKzylEQ=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_orchestration", |
| importpath = "cloud.google.com/go/orchestration", |
| sum = "h1:uZOwdQoAamx8+X0UdMqY/lro3/h/Zhb7SnfArufNVcc=", |
| version = "v1.11.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_orgpolicy", |
| importpath = "cloud.google.com/go/orgpolicy", |
| sum = "h1:c1QLoM5v8/aDKgYVCUaC039lD3GPvqAhTVOwsGhIoZQ=", |
| version = "v1.14.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_osconfig", |
| importpath = "cloud.google.com/go/osconfig", |
| sum = "h1:iBN87PQc+EGh5QqijM3CuxcibvDWmF+9k0eOJT27FO4=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_oslogin", |
| importpath = "cloud.google.com/go/oslogin", |
| sum = "h1:6ehIKkALrLe9zUHwEmfXRVuSPm3HiUmEnnDRr7yLIo8=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_phishingprotection", |
| importpath = "cloud.google.com/go/phishingprotection", |
| sum = "h1:SaW0IPf/1fflnzomjy7+9EMtReXuxkYpUAf/77m5xL8=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_policytroubleshooter", |
| importpath = "cloud.google.com/go/policytroubleshooter", |
| sum = "h1:sTIH5AQ8tcgmnqrqlZfYWymjMhPh4ZEt4CvQGgG+kzc=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_privatecatalog", |
| importpath = "cloud.google.com/go/privatecatalog", |
| sum = "h1:01RPfn8IL2//8UHAmImRraTFYM/3gAEiIxudWLWrp+0=", |
| version = "v0.10.2", |
| ) |
| 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:ZC/UzYcrmK12THWn1P72z+Pnp2vu/zCZRXyhAfP1hJY=", |
| version = "v1.45.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_pubsublite", |
| importpath = "cloud.google.com/go/pubsublite", |
| sum = "h1:jLQozsEVr+c6tOU13vDugtnaBSUy/PD5zK6mhm+uF1Y=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_recaptchaenterprise_v2", |
| importpath = "cloud.google.com/go/recaptchaenterprise/v2", |
| sum = "h1:J/J7ZeVOX+sqn0hxzkOBfnQfBAzPZt8KaAuQoarQWQM=", |
| version = "v2.19.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_recommendationengine", |
| importpath = "cloud.google.com/go/recommendationengine", |
| sum = "h1:RHVdmoNBdzgRJXI/3SV+GB5TTv/umsVguiaEvmKOh98=", |
| version = "v0.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_recommender", |
| importpath = "cloud.google.com/go/recommender", |
| sum = "h1:xDFzlFk5Xp5MXnac468eicKM3MUo6UNdxoYuBMOF1mE=", |
| version = "v1.13.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_redis", |
| importpath = "cloud.google.com/go/redis", |
| sum = "h1:QbW264RBH+NSVEQqlDoHfoxcreXK8QRRByTOR2CFbJs=", |
| version = "v1.17.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_resourcemanager", |
| importpath = "cloud.google.com/go/resourcemanager", |
| sum = "h1:LpqZZGM0uJiu1YWM878AA8zZ/qOQ/Ngno60Q8RAraAI=", |
| version = "v1.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_resourcesettings", |
| importpath = "cloud.google.com/go/resourcesettings", |
| sum = "h1:ISRX2HZHNS17F/EuIwzPrQwEyIyUJayGuLrS51yt6Wk=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_retail", |
| importpath = "cloud.google.com/go/retail", |
| sum = "h1:FVzvA+VuEdNoMz2WzWZ5KwfG+CX+jSv+SOspyQPLuRs=", |
| version = "v1.19.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_run", |
| importpath = "cloud.google.com/go/run", |
| sum = "h1:GJtHWUgi8CK+YPhmTR3tKBAmDmU9RRMYqiGKCmIgFG8=", |
| version = "v1.7.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_scheduler", |
| importpath = "cloud.google.com/go/scheduler", |
| sum = "h1:PfkvJP1qKu9NvFB65Ja/s918bPZWMBcYkg35Ljdw1Oc=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_secretmanager", |
| importpath = "cloud.google.com/go/secretmanager", |
| sum = "h1:2XscWCfy//l/qF96YE18/oUaNJynAx749Jg3u0CjQr8=", |
| version = "v1.14.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_security", |
| importpath = "cloud.google.com/go/security", |
| sum = "h1:9Nzp9LGjiDvHqy7X7Q9GrS5lIHN0bI8RvDjkrl4ILO0=", |
| version = "v1.18.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_securitycenter", |
| importpath = "cloud.google.com/go/securitycenter", |
| sum = "h1:XkkE+IRE5/88drGPIuvETCSN7dAnWoqJahZzDbP5Hog=", |
| version = "v1.35.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_servicedirectory", |
| importpath = "cloud.google.com/go/servicedirectory", |
| sum = "h1:W/oZmTUzlWbeSTujRbmG9v7HZyHcorj608tkcD3vVYE=", |
| version = "v1.12.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_shell", |
| importpath = "cloud.google.com/go/shell", |
| sum = "h1:lSfdEng3n7zZHzC40BJ4trEMyme3CGnLLnA09MlLQdQ=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_spanner", |
| importpath = "cloud.google.com/go/spanner", |
| sum = "h1:0bab8QDn6MNj9lNK6XyGAVFhMlhMU2waePPa6GZNoi8=", |
| version = "v1.73.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_speech", |
| importpath = "cloud.google.com/go/speech", |
| sum = "h1:rKOXU9LAZTOYHhRNB4gZDekNjJx21TktQpetBa5IzOk=", |
| version = "v1.25.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_storage", |
| importpath = "cloud.google.com/go/storage", |
| sum = "h1:zenOPBOWHCnojRd9aJZAyQXBYqkJkdQS42dxL55CIMw=", |
| version = "v1.49.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_storagetransfer", |
| importpath = "cloud.google.com/go/storagetransfer", |
| sum = "h1:hMcP8ECmxedXjPxr2j3Ca45ro/TKEF+1YYjq2p5LMTI=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_talent", |
| importpath = "cloud.google.com/go/talent", |
| sum = "h1:KONR7KX/EXI3pO2cbSIDOBqhBzvgDS71vaMz8k4qRCg=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_texttospeech", |
| importpath = "cloud.google.com/go/texttospeech", |
| sum = "h1:icRAxYDtq3zO1T0YBT/fe8C/7pXoIqfkY4iYr5zG39I=", |
| version = "v1.10.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_tpu", |
| importpath = "cloud.google.com/go/tpu", |
| sum = "h1:xPBJd7xZgtl3CgrZoaUf7zFPVVj68jmzzGTSzkcsOtQ=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_trace", |
| importpath = "cloud.google.com/go/trace", |
| sum = "h1:4ZmaBdL8Ng/ajrgKqY5jfvzqMXbrDcBsUGXOT9aqTtI=", |
| version = "v1.11.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_translate", |
| importpath = "cloud.google.com/go/translate", |
| sum = "h1:qECivi8O+jFI/vnvN9elK6CME+WAWy56GIBszF+/rNc=", |
| version = "v1.12.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_video", |
| importpath = "cloud.google.com/go/video", |
| sum = "h1:CGAPOXTJMoZm9PeHkohBlMTy8lqN6VWCNDjp5VODfy8=", |
| version = "v1.23.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_videointelligence", |
| importpath = "cloud.google.com/go/videointelligence", |
| sum = "h1:ZLElysepw9vfQGAKWfnxdnSnHSKbEn/nU/tmBnCJLfA=", |
| version = "v1.12.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_vision_v2", |
| importpath = "cloud.google.com/go/vision/v2", |
| sum = "h1:u4pu3gKps88oUe76WwVPeX9dgWVyyYopZ1s05FwsKEk=", |
| version = "v2.9.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_vmmigration", |
| importpath = "cloud.google.com/go/vmmigration", |
| sum = "h1:Hpqv3fZ3Ri1OMhTNVJgxxsTou2ZlRzKbnc1dSybTP5Y=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_vmwareengine", |
| importpath = "cloud.google.com/go/vmwareengine", |
| sum = "h1:LmkojgSLvsRwU1+c0iiY2XoBkXYKzpArElHC9IDWakg=", |
| version = "v1.3.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_vpcaccess", |
| importpath = "cloud.google.com/go/vpcaccess", |
| sum = "h1:nvrkqAjS2sorOu4YGCIXWz+Kk+5aAAdnaMD2tnsqeFg=", |
| version = "v1.8.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_webrisk", |
| importpath = "cloud.google.com/go/webrisk", |
| sum = "h1:X7zSwS1mX2bxoZ30Ozh6lqiSLezl7RMBWwp5a3Mkxp4=", |
| version = "v1.10.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_websecurityscanner", |
| importpath = "cloud.google.com/go/websecurityscanner", |
| sum = "h1:8/4rfJXcyxozbfzI0lDFPcPShRE6bJ4HQwgDAG9J4oQ=", |
| version = "v1.7.2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_workflows", |
| importpath = "cloud.google.com/go/workflows", |
| sum = "h1:jYIxrDOVCGvTBHIAVhqQ+P8fhE0trm+Hf2hgL1YzmK0=", |
| version = "v1.13.2", |
| ) |
| go_repository( |
| name = "com_lukechampine_uint128", |
| importpath = "lukechampine.com/uint128", |
| sum = "h1:cDdUVfRwDUDovz610ABgFD17nXD4/uDgVHl2sC3+sbo=", |
| version = "v1.3.0", |
| ) |
| go_repository( |
| name = "dev_cel_expr", |
| importpath = "cel.dev/expr", |
| sum = "h1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg=", |
| version = "v0.23.1", |
| ) |
| 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_evanphx_json_patch_v4", |
| importpath = "gopkg.in/evanphx/json-patch.v4", |
| sum = "h1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4=", |
| version = "v4.12.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_sourcemap_v1", |
| importpath = "gopkg.in/sourcemap.v1", |
| sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=", |
| version = "v1.0.5", |
| ) |
| 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_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_etcd_api_v3", |
| importpath = "go.etcd.io/etcd/api/v3", |
| sum = "h1:W4sw5ZoU2Juc9gBWuLk5U6fHfNVyY1WC5g9uiXZio/c=", |
| version = "v3.5.12", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_client_pkg_v3", |
| importpath = "go.etcd.io/etcd/client/pkg/v3", |
| sum = "h1:EYDL6pWwyOsylrQyLp2w+HkQ46ATiOvoEdMarindU2A=", |
| version = "v3.5.12", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_client_v2", |
| importpath = "go.etcd.io/etcd/client/v2", |
| sum = "h1:0m4ovXYo1CHaA/Mp3X/Fak5sRNIWf01wk/X1/G3sGKI=", |
| version = "v2.305.12", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_client_v3", |
| importpath = "go.etcd.io/etcd/client/v3", |
| sum = "h1:v5lCPXn1pf1Uu3M4laUE2hp/geOTc5uPcYYsNe1lDxg=", |
| version = "v3.5.12", |
| ) |
| 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:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw=", |
| version = "v0.33.1", |
| ) |
| 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:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_cli_runtime", |
| importpath = "k8s.io/cli-runtime", |
| sum = "h1:TvpjEtF71ViFmPeYMj1baZMJR4iWUEplklsUQ7D3quA=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_client_go", |
| importpath = "k8s.io/client-go", |
| sum = "h1:ZZV/Ks2g92cyxWkRRnfUDsnhNn28eFpt26aGc8KbXF4=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_component_base", |
| importpath = "k8s.io/component-base", |
| sum = "h1:EoJ0xA+wr77T+G8p6T3l4efT2oNwbqBVKR71E0tBIaI=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_component_helpers", |
| importpath = "k8s.io/component-helpers", |
| sum = "h1:DdQMww8jOr+sGhIrkz70Lp9Qerq/JzeZDBRd508DHDo=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_gengo_v2", |
| importpath = "k8s.io/gengo/v2", |
| sum = "h1:cErOOTkQ3JW19o4lo91fFurouhP8NcoBvb7CkvhZZpk=", |
| version = "v2.0.0-20240826214909-a7b603a56eb7", |
| ) |
| go_repository( |
| name = "io_k8s_klog_v2", |
| importpath = "k8s.io/klog/v2", |
| sum = "h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=", |
| version = "v2.130.1", |
| ) |
| go_repository( |
| name = "io_k8s_kube_openapi", |
| importpath = "k8s.io/kube-openapi", |
| sum = "h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4=", |
| version = "v0.0.0-20250318190949-c8a335a9a2ff", |
| ) |
| go_repository( |
| name = "io_k8s_kubectl", |
| importpath = "k8s.io/kubectl", |
| sum = "h1:OJUXa6FV5bap6iRy345ezEjU9dTLxqv1zFTVqmeHb6A=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_metrics", |
| importpath = "k8s.io/metrics", |
| sum = "h1:Ypd5ITCf+fM+LDNFk7hESXTc3vh02CQYGiwRoVRaGsM=", |
| version = "v0.33.1", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_json", |
| importpath = "sigs.k8s.io/json", |
| sum = "h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8=", |
| version = "v0.0.0-20241010143419-9aa6b5e7a4b3", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_kustomize_api", |
| importpath = "sigs.k8s.io/kustomize/api", |
| sum = "h1:F+2HB2mU1MSiR9Hp1NEgoU2q9ItNOaBJl0I4Dlus5SQ=", |
| version = "v0.19.0", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_kustomize_kustomize_v5", |
| importpath = "sigs.k8s.io/kustomize/kustomize/v5", |
| sum = "h1:MWtRRDWCwQEeW2rnJTqJMuV6Agy56P53SkbVoJpN7wA=", |
| version = "v5.6.0", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_kustomize_kyaml", |
| importpath = "sigs.k8s.io/kustomize/kyaml", |
| sum = "h1:RFge5qsO1uHhwJsu3ipV7RNolC7Uozc0jUBC/61XSlA=", |
| version = "v0.19.0", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_randfill", |
| importpath = "sigs.k8s.io/randfill", |
| sum = "h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_structured_merge_diff_v4", |
| importpath = "sigs.k8s.io/structured-merge-diff/v4", |
| sum = "h1:IUA9nvMmnKWcj5jl84xn+T5MnlZKThmUW1TdblaLVAc=", |
| version = "v4.6.0", |
| ) |
| go_repository( |
| name = "io_k8s_sigs_yaml", |
| importpath = "sigs.k8s.io/yaml", |
| sum = "h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "io_k8s_utils", |
| importpath = "k8s.io/utils", |
| sum = "h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=", |
| version = "v0.0.0-20241104100929-3ea5e8cea738", |
| ) |
| 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_auto_sdk", |
| importpath = "go.opentelemetry.io/auto/sdk", |
| sum = "h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_contrib_detectors_gcp", |
| importpath = "go.opentelemetry.io/contrib/detectors/gcp", |
| sum = "h1:TiaiXB4DpGD3sdzNlYQxruQngn5Apwzi1X0DRhuGvDQ=", |
| version = "v1.29.0", |
| ) |
| 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:r6I7RJCN86bpD/FQwedZ0vSixDpwuWREjW9oRMsmqDc=", |
| version = "v0.54.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:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk=", |
| version = "v0.54.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel", |
| importpath = "go.opentelemetry.io/otel", |
| sum = "h1:zRLXxLCgL1WyKsPVrgbSdMN4c0FMkDAskSTQP+0hdUY=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_bridge_opencensus", |
| importpath = "go.opentelemetry.io/otel/bridge/opencensus", |
| sum = "h1:2Uxf3WAnOkGFTMlMShbiHNF2qN1iGdnt5m6hUnUp07k=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_exporters_stdout_stdoutmetric", |
| importpath = "go.opentelemetry.io/otel/exporters/stdout/stdoutmetric", |
| sum = "h1:WDdP9acbMYjbKIyJUhTvtzj601sVJOqgWdUxSdR/Ysc=", |
| version = "v1.29.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_metric", |
| importpath = "go.opentelemetry.io/otel/metric", |
| sum = "h1:+eTR3U0MyfWjRDhmFMxe2SsW64QrZ84AOhvqS7Y+PoQ=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_sdk", |
| importpath = "go.opentelemetry.io/otel/sdk", |
| sum = "h1:95zS4k/2GOy069d321O8jWgYsW3MzVV+KuSPKp7Wr1A=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_sdk_metric", |
| importpath = "go.opentelemetry.io/otel/sdk/metric", |
| sum = "h1:5CeK9ujjbFVL5c1PhLuStg1wxA7vQv7ce1EK0Gyvahk=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_otel_trace", |
| importpath = "go.opentelemetry.io/otel/trace", |
| sum = "h1:+ouXS2V8Rd4hp4580a8q23bg0azF2nI8cqLYnC8mh/k=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_opentelemetry_go_proto_otlp", |
| importpath = "go.opentelemetry.io/proto/otlp", |
| sum = "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "io_rsc_binaryregexp", |
| importpath = "rsc.io/binaryregexp", |
| sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "io_temporal_go_api", |
| importpath = "go.temporal.io/api", |
| sum = "h1:RBQtYF+jJa252uruscL0TULgdFNqUkhk5R7Bj8PT2ko=", |
| version = "v1.34.0", |
| ) |
| go_repository( |
| name = "io_temporal_go_sdk", |
| importpath = "go.temporal.io/sdk", |
| patches = ["//temporal:sdk-go.diff"], |
| sum = "h1:ggmFBythnuuW3yQRp0VzOTrmbOf+Ddbe00TZl+CQ+6U=", |
| version = "v1.26.1", |
| ) |
| go_repository( |
| name = "io_temporal_go_sdk_contrib_opentelemetry", |
| importpath = "go.temporal.io/sdk/contrib/opentelemetry", |
| sum = "h1:rNBArDj5iTUkcMwKocUShoAW59o6HdS7Nq4CTp4ldj8=", |
| version = "v0.6.0", |
| ) |
| 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:jdYF4qnyczlEz2ReWIsosNLDuzXyvFHJtI5gcr0J7t0=", |
| version = "v0.215.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:ToEetK57OidYuqD4Q5w+vfEnPvPpuTwedCNVohYJfNk=", |
| version = "v0.0.0-20241118233622-e639e219e697", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto_googleapis_api", |
| importpath = "google.golang.org/genproto/googleapis/api", |
| sum = "h1:CkkIfIt50+lT6NHAVoRYEyAvQGFM7xEwXUUywFvEb3Q=", |
| version = "v0.0.0-20241209162323-e6fa225c2576", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto_googleapis_bytestream", |
| importpath = "google.golang.org/genproto/googleapis/bytestream", |
| sum = "h1:qlXhWiX84AGgaN7LuORWBEQCCTqj3szNbh2am45O3W8=", |
| version = "v0.0.0-20241223144023-3abc09e42ca8", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto_googleapis_rpc", |
| importpath = "google.golang.org/genproto/googleapis/rpc", |
| sum = "h1:h6p3mQqrmT1XkHVTfzLdNz1u7IhINeZkz67/xTbOuWs=", |
| version = "v0.0.0-20250428153025-10db94c68c34", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc", |
| build_file_proto_mode = "disable", |
| importpath = "google.golang.org/grpc", |
| sum = "h1:OgPcDAFKHnH8X3O4WcO4XUc8GRDeKsKReqbQtiCj7N8=", |
| version = "v1.67.3", |
| ) |
| 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", |
| build_file_proto_mode = "disable_global", |
| importpath = "google.golang.org/protobuf", |
| sum = "h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=", |
| version = "v1.36.6", |
| ) |
| go_repository( |
| name = "org_golang_x_crypto", |
| importpath = "golang.org/x/crypto", |
| sum = "h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=", |
| version = "v0.36.0", |
| ) |
| go_repository( |
| name = "org_golang_x_exp", |
| importpath = "golang.org/x/exp", |
| sum = "h1:l5+whBCLH3iH2ZNHYLbAe58bo7yrN4mVcnkHDYz5vvs=", |
| version = "v0.0.0-20250210185358-939b2ce775ac", |
| ) |
| go_repository( |
| name = "org_golang_x_image", |
| importpath = "golang.org/x/image", |
| sum = "h1:KYGJGHOQy8oSi1fDlSpcZF0+juKwk/hEMv5SiwHogR0=", |
| version = "v0.0.0-20190227222117-0694c2d4d067", |
| ) |
| 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:Tus/Y4w3V77xDsGwKUC8a/QrV7jScpU557J77lFffNs=", |
| version = "v0.0.0-20190312151609-d3739f865fa6", |
| ) |
| go_repository( |
| name = "org_golang_x_mod", |
| importpath = "golang.org/x/mod", |
| sum = "h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=", |
| version = "v0.23.0", |
| ) |
| go_repository( |
| name = "org_golang_x_net", |
| importpath = "golang.org/x/net", |
| sum = "h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=", |
| version = "v0.38.0", |
| ) |
| go_repository( |
| name = "org_golang_x_oauth2", |
| importpath = "golang.org/x/oauth2", |
| sum = "h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=", |
| version = "v0.27.0", |
| ) |
| go_repository( |
| name = "org_golang_x_sync", |
| importpath = "golang.org/x/sync", |
| sum = "h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=", |
| version = "v0.12.0", |
| ) |
| go_repository( |
| name = "org_golang_x_sys", |
| importpath = "golang.org/x/sys", |
| sum = "h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=", |
| version = "v0.31.0", |
| ) |
| go_repository( |
| name = "org_golang_x_telemetry", |
| importpath = "golang.org/x/telemetry", |
| sum = "h1:zf5N6UOrA487eEFacMePxjXAJctxKmyjKUsjA11Uzuk=", |
| version = "v0.0.0-20240521205824-bda55230c457", |
| ) |
| go_repository( |
| name = "org_golang_x_term", |
| importpath = "golang.org/x/term", |
| sum = "h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=", |
| version = "v0.30.0", |
| ) |
| go_repository( |
| name = "org_golang_x_text", |
| importpath = "golang.org/x/text", |
| sum = "h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=", |
| version = "v0.23.0", |
| ) |
| go_repository( |
| name = "org_golang_x_time", |
| importpath = "golang.org/x/time", |
| sum = "h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=", |
| version = "v0.9.0", |
| ) |
| go_repository( |
| name = "org_golang_x_tools", |
| importpath = "golang.org/x/tools", |
| sum = "h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=", |
| version = "v0.30.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:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=", |
| version = "v0.0.0-20240903120638-7835f813f4da", |
| ) |
| 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:wymSbZb0AlrjdAVX3cjreCHTPCpPARbQXNz6BHPzdwQ=", |
| version = "v1.22.4", |
| ) |
| 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:ixuUG0QS413Vfzyx6FWx6PYTmHaOegTY+hjzhn7L+a0=", |
| version = "v1.21.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:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=", |
| version = "v1.11.0", |
| ) |
| go_repository( |
| name = "org_uber_go_goleak", |
| importpath = "go.uber.org/goleak", |
| sum = "h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=", |
| version = "v1.3.0", |
| ) |
| go_repository( |
| name = "org_uber_go_multierr", |
| importpath = "go.uber.org/multierr", |
| sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=", |
| version = "v1.11.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 = "tech_einride_go_aip", |
| importpath = "go.einride.tech/aip", |
| sum = "h1:4seM66oLzTpz50u4K1zlJyOXQ3tCzcJN7I22tKkjipw=", |
| version = "v0.68.0", |
| ) |