| # Copyright 2023 The Bazel Authors. All rights reserved. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| "This file managed by `bazel run //:gazelle_update_repos`" |
| |
| load( |
| "@bazel_gazelle//:deps.bzl", |
| _go_repository = "go_repository", |
| ) |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| |
| def go_repository(name, **kwargs): |
| if name not in native.existing_rules(): |
| _go_repository(name = name, **kwargs) |
| |
| def python_stdlib_list_deps(): |
| "Fetch python stdlib list dependencies" |
| http_archive( |
| name = "python_stdlib_list", |
| build_file_content = """exports_files(glob(["stdlib_list/lists/*.txt"]))""", |
| sha256 = "3f6fc8fba0a99ce8fa76c1b794a24f38962f6275ea9d5cfb43a874abe472571e", |
| strip_prefix = "stdlib-list-0.10.0", |
| url = "https://github.com/pypi/stdlib-list/releases/download/v0.10.0/v0.10.0.tar.gz", |
| ) |
| |
| def gazelle_deps(): |
| go_deps() |
| python_stdlib_list_deps() |
| |
| def go_deps(): |
| "Fetch go dependencies" |
| go_repository( |
| name = "co_honnef_go_tools", |
| importpath = "honnef.co/go/tools", |
| sum = "h1:/hemPrYIhOhy8zYrNj+069zDB68us2sMGsfkFJO0iZs=", |
| version = "v0.0.0-20190523083050-ea95bdfd59fc", |
| ) |
| go_repository( |
| name = "com_github_bazelbuild_bazel_gazelle", |
| importpath = "github.com/bazelbuild/bazel-gazelle", |
| sum = "h1:ROyUyUHzoEdvoOs1e0haxJx1l5EjZX6AOqiKdVlaBbg=", |
| version = "v0.31.1", |
| ) |
| |
| go_repository( |
| name = "com_github_bazelbuild_buildtools", |
| build_naming_convention = "go_default_library", |
| importpath = "github.com/bazelbuild/buildtools", |
| sum = "h1:HTepWP/jhtWTC1gvK0RnvKCgjh4gLqiwaOwGozAXcbw=", |
| version = "v0.0.0-20231103205921-433ea8554e82", |
| ) |
| 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_bmatcuk_doublestar_v4", |
| importpath = "github.com/bmatcuk/doublestar/v4", |
| sum = "h1:FH9SifrbvJhnlQpztAx++wlkk70QBf0iBWDwNy7PA4I=", |
| version = "v4.6.1", |
| ) |
| |
| go_repository( |
| name = "com_github_burntsushi_toml", |
| importpath = "github.com/BurntSushi/toml", |
| sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=", |
| version = "v0.3.1", |
| ) |
| go_repository( |
| name = "com_github_census_instrumentation_opencensus_proto", |
| importpath = "github.com/census-instrumentation/opencensus-proto", |
| sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=", |
| version = "v0.2.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_davecgh_go_spew", |
| importpath = "github.com/davecgh/go-spew", |
| sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", |
| version = "v1.1.1", |
| ) |
| |
| go_repository( |
| name = "com_github_emirpasic_gods", |
| importpath = "github.com/emirpasic/gods", |
| sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=", |
| version = "v1.18.1", |
| ) |
| go_repository( |
| name = "com_github_envoyproxy_go_control_plane", |
| importpath = "github.com/envoyproxy/go-control-plane", |
| sum = "h1:4cmBvAEBNJaGARUEs3/suWRyfyBfhf7I60WBZq+bv2w=", |
| version = "v0.9.1-0.20191026205805-5f8ba28d4473", |
| ) |
| go_repository( |
| name = "com_github_envoyproxy_protoc_gen_validate", |
| importpath = "github.com/envoyproxy/protoc-gen-validate", |
| sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_fsnotify_fsnotify", |
| importpath = "github.com/fsnotify/fsnotify", |
| sum = "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", |
| version = "v1.6.0", |
| ) |
| |
| go_repository( |
| name = "com_github_ghodss_yaml", |
| importpath = "github.com/ghodss/yaml", |
| sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_golang_glog", |
| importpath = "github.com/golang/glog", |
| sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=", |
| version = "v0.0.0-20160126235308-23def4e6c14b", |
| ) |
| 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:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", |
| version = "v1.5.2", |
| ) |
| go_repository( |
| name = "com_github_google_go_cmp", |
| importpath = "github.com/google/go-cmp", |
| sum = "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", |
| version = "v0.5.9", |
| ) |
| go_repository( |
| name = "com_github_pmezard_go_difflib", |
| importpath = "github.com/pmezard/go-difflib", |
| sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_prometheus_client_model", |
| importpath = "github.com/prometheus/client_model", |
| sum = "h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM=", |
| version = "v0.0.0-20190812154241-14fe0d1b01d4", |
| ) |
| go_repository( |
| name = "com_github_smacker_go_tree_sitter", |
| importpath = "github.com/smacker/go-tree-sitter", |
| sum = "h1:7QZKUmQfnxncZIJGyvX8M8YeMfn8kM10j3J/2KwVTN4=", |
| version = "v0.0.0-20240422154435-0628b34cbf9c", |
| ) |
| 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:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=", |
| version = "v1.9.0", |
| ) |
| |
| 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_google_cloud_go", |
| importpath = "cloud.google.com/go", |
| sum = "h1:e0WKqKTd5BnrG8aKH3J3h+QvEIQtSUcf2n5UZ5ZgLtQ=", |
| version = "v0.26.0", |
| ) |
| go_repository( |
| name = "in_gopkg_check_v1", |
| importpath = "gopkg.in/check.v1", |
| sum = "h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=", |
| version = "v0.0.0-20161208181325-20d25e280405", |
| ) |
| 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 = "net_starlark_go", |
| importpath = "go.starlark.net", |
| sum = "h1:xwwDQW5We85NaTk2APgoN9202w/l0DVGp+GZMfsrh7s=", |
| version = "v0.0.0-20210223155950-e043a3d3c984", |
| ) |
| go_repository( |
| name = "org_golang_google_appengine", |
| importpath = "google.golang.org/appengine", |
| sum = "h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto", |
| importpath = "google.golang.org/genproto", |
| sum = "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=", |
| version = "v0.0.0-20200526211855-cb27e3aa2013", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc", |
| importpath = "google.golang.org/grpc", |
| sum = "h1:fPVVDxY9w++VjTZsYvXWqEf9Rqar/e+9zYfxKK+W+YU=", |
| version = "v1.50.0", |
| ) |
| go_repository( |
| name = "org_golang_google_protobuf", |
| importpath = "google.golang.org/protobuf", |
| sum = "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=", |
| version = "v1.28.0", |
| ) |
| go_repository( |
| name = "org_golang_x_crypto", |
| importpath = "golang.org/x/crypto", |
| sum = "h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M=", |
| version = "v0.0.0-20190308221718-c2843e01d9a2", |
| ) |
| go_repository( |
| name = "org_golang_x_exp", |
| importpath = "golang.org/x/exp", |
| sum = "h1:c2HOrn5iMezYjSlGPncknSEr/8x5LELb/ilJbXi9DEA=", |
| version = "v0.0.0-20190121172915-509febef88a4", |
| ) |
| go_repository( |
| name = "org_golang_x_lint", |
| importpath = "golang.org/x/lint", |
| sum = "h1:XQyxROzUlZH+WIQwySDgnISgOivlhjIEwaQaJEJrrN0=", |
| version = "v0.0.0-20190313153728-d0100b6bd8b3", |
| ) |
| go_repository( |
| name = "org_golang_x_mod", |
| importpath = "golang.org/x/mod", |
| sum = "h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=", |
| version = "v0.10.0", |
| ) |
| go_repository( |
| name = "org_golang_x_net", |
| importpath = "golang.org/x/net", |
| sum = "h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=", |
| version = "v0.10.0", |
| ) |
| go_repository( |
| name = "org_golang_x_oauth2", |
| importpath = "golang.org/x/oauth2", |
| sum = "h1:vEDujvNQGv4jgYKudGeI/+DAX4Jffq6hpD55MmoEvKs=", |
| version = "v0.0.0-20180821212333-d2e6202438be", |
| ) |
| go_repository( |
| name = "org_golang_x_sync", |
| importpath = "golang.org/x/sync", |
| sum = "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "org_golang_x_sys", |
| importpath = "golang.org/x/sys", |
| sum = "h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=", |
| version = "v0.8.0", |
| ) |
| go_repository( |
| name = "org_golang_x_text", |
| importpath = "golang.org/x/text", |
| sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=", |
| version = "v0.3.3", |
| ) |
| go_repository( |
| name = "org_golang_x_tools", |
| build_directives = [ |
| "gazelle:exclude **/testdata/**/*", |
| ], |
| importpath = "golang.org/x/tools", |
| sum = "h1:8WMNJAz3zrtPmnYC7ISf5dEn3MT0gY7jBJfw27yrrLo=", |
| version = "v0.9.1", |
| ) |
| go_repository( |
| name = "org_golang_x_xerrors", |
| importpath = "golang.org/x/xerrors", |
| sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=", |
| version = "v0.0.0-20200804184101-5ec99f83aff1", |
| ) |