Skip to content

Commit

Permalink
Merge branch 'master' into chua/06-26-fix-grpclib-output
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell authored Jul 8, 2024
2 parents 68ca600 + b760fee commit 20bb209
Show file tree
Hide file tree
Showing 57 changed files with 315 additions and 309 deletions.
10 changes: 0 additions & 10 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ tasks:
- "--test_output=errors"
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"
- "--copt=-isystem/usr/local/include"
test_targets:
- "//examples/routeguide:cpp_cpp"
- "//examples/routeguide:cpp_go"
Expand Down Expand Up @@ -109,7 +108,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make buf_buf_proto_breaking_test_example
- make buf_buf_proto_lint_test_example

Expand Down Expand Up @@ -145,7 +143,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make c_c_proto_compile_example
- make c_c_proto_library_example

Expand Down Expand Up @@ -191,7 +188,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make cpp_cpp_proto_compile_example
- make cpp_cpp_grpc_compile_example
- make cpp_cpp_proto_library_example
Expand Down Expand Up @@ -244,7 +240,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make doc_doc_docbook_compile_example
- make doc_doc_html_compile_example
- make doc_doc_json_compile_example
Expand Down Expand Up @@ -293,7 +288,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make go_go_proto_compile_example
- make go_go_grpc_compile_example
- make go_go_proto_library_example
Expand Down Expand Up @@ -328,7 +322,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make grpc_gateway_gateway_grpc_compile_example
- make grpc_gateway_gateway_openapiv2_compile_example
- make grpc_gateway_gateway_grpc_library_example
Expand Down Expand Up @@ -375,7 +368,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make java_java_proto_compile_example
- make java_java_grpc_compile_example
- make java_java_proto_library_example
Expand All @@ -388,7 +380,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make objc_objc_proto_compile_example
- make objc_objc_grpc_compile_example
- make objc_objc_proto_library_example
Expand Down Expand Up @@ -433,7 +424,6 @@ tasks:
BAZEL_EXTRA_FLAGS: "--cxxopt=-std=c++17 --host_cxxopt=-std=c++17"
shell_commands:
- set -x
- export BAZEL_EXTRA_FLAGS="--copt=-isystem/usr/local/include $BAZEL_EXTRA_FLAGS"
- make python_python_proto_compile_example
- make python_python_grpc_compile_example
- make python_python_proto_library_example
Expand Down
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0")
bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "rules_go", version = "0.44.2")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "rules_proto", version = "6.0.2")

# Rulegen deps
rulegen_go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
Expand Down Expand Up @@ -39,7 +39,7 @@ local_path_override(
path = "modules/c",
)

bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "protobuf", version = "27.2")

# C++
bazel_dep(name = "rules_proto_grpc_cpp", version = "0.0.0.rpg.version.placeholder")
Expand Down Expand Up @@ -90,7 +90,7 @@ local_path_override(
path = "modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion docs/lang/c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
C
=

Rules for generating C protobuf ``.c`` & ``.h`` files and libraries using `upb <https://github.com/protocolbuffers/upb>`_. Libraries are created with the Bazel native ``cc_library``
Rules for generating C protobuf ``.c`` & ``.h`` files and libraries using `upb <https://github.com/protocolbuffers/protobuf/tree/main/upb>`_. Libraries are created with the Bazel native ``cc_library``

.. list-table:: Rules
:widths: 1 2
Expand Down
2 changes: 1 addition & 1 deletion examples/c/c_proto_compile/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ local_path_override(
path = "../../../modules/c",
)

bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "protobuf", version = "27.2")
2 changes: 1 addition & 1 deletion examples/c/c_proto_library/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ local_path_override(
path = "../../../modules/c",
)

bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "protobuf", version = "27.2")
2 changes: 1 addition & 1 deletion examples/objc/objc_grpc_compile/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "apple_support", version = "1.11.1")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_example_protos", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_objc", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion examples/objc/objc_grpc_library/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "apple_support", version = "1.11.1")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_example_protos", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_objc", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion examples/objc/objc_proto_compile/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "apple_support", version = "1.11.1")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_example_protos", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_objc", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion examples/objc/objc_proto_library/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name = "apple_support", version = "1.11.1")
bazel_dep(name = "apple_support", version = "1.15.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_example_protos", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_objc", version = "0.0.0.rpg.version.placeholder")
Expand Down
2 changes: 1 addition & 1 deletion examples/python/python_grpc_compile/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion examples/python/python_grpc_library/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion examples/python/python_grpclib_compile/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion examples/python/python_grpclib_library/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion examples/python/python_proto_compile/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
2 changes: 1 addition & 1 deletion examples/python/python_proto_library/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local_path_override(
path = "../../../modules/python",
)

bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_python", version = "0.33.2")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.11")
4 changes: 2 additions & 2 deletions modules/buf/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")

download_plugins = use_extension("//:module_extensions.bzl", "download_plugins")
Expand Down
28 changes: 14 additions & 14 deletions modules/buf/module_extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ def _download_plugins(module_ctx):

# Breaking plugin
for platform, hash in [
("darwin-arm64", "a5929461e23192ea04e8f97ed514b5ceff48c4a6194f3fc2516f205480c97eec"),
("darwin-x86_64", "9068a57353b125edde2975f958a83765511aa1f112310a6dc931c776b49f06d4"),
("linux-arm64", "85a9c602f87ef320ef8753751b1fb6ca646761e7e5dde1ec91e778e6ad955466"),
("linux-x86_64", "6cb7fc3adf9cd439cb47625d00055bd0e6d3d6a9f2e4208a07547724a2d8f01f"),
("windows-arm64", "25dec21dbc9d611aba63165621672eda0bc0554e88dbdd15d4f03cd5544ccb73"),
("windows-x86_64", "6a3600d531e6cf83278a3103d5423f13342348121bd0c25781ef00d005071bb0"),
("darwin-arm64", "f244140c3459782b65bd2bd29a12972f116ddd2ed0c1d2a189cdd1b2c0aab1ba"),
("darwin-x86_64", "03ccd305ebd1f9bd8af67084628797bbaf3aa6ac33048b4e4d329efc8d7bae7e"),
("linux-arm64", "e317d99943f5f363c82fb31b33b845d8a01ffcbebe0e94e072fb3b8c0699f3f9"),
("linux-x86_64", "a1b754fb589f4362bc57b605645c29f7a3b8aca442c7ddca4c15c98f71fecbf6"),
("windows-arm64", "5f6ad60fb8cf86e944ee524d66ab5370459fd95e0f3c01e312d80a123be98ae0"),
("windows-x86_64", "9d8845eb234515f62efb362e6d7d9d77e6eb12f6a97679754709de3f31968130"),
]:
http_file(
name = "buf_breaking_plugin_{}".format(platform.replace("-", "_")),
executable = True,
sha256 = hash,
url = "https://github.com/bufbuild/buf/releases/download/v1.28.1/protoc-gen-buf-breaking-{}{}".format(
url = "https://github.com/bufbuild/buf/releases/download/v1.34.0/protoc-gen-buf-breaking-{}{}".format(
platform.title(),
".exe" if "windows" in platform else "",
),
)

# Lint plugin
for platform, hash in [
("darwin-arm64", "d9a431b75f80f77b188ff824e42cadc1ed5d0a85283560012c21ed0a3b9b5a0a"),
("darwin-x86_64", "17b6e2c03ac5a5d2d4a94ef08241d1971a89c465454deeb190948b4cd9862d3a"),
("linux-arm64", "565b3738f9df064aa782998465458d86078f4e68b61138b65d5fbd9a23f1f331"),
("linux-x86_64", "d2d5f59fb847942166bffd1b757181fbe72bfd12f025ff4a094c98ab484ab060"),
("windows-arm64", "cd704651b76c92dc58d40718bad3a2c098429259714c51a93743c43a9aa633c0"),
("windows-x86_64", "e13228611e5ac63f3694aa33cbbf2a4cd7b59a2d6a888db84ea519081105b2ad"),
("darwin-arm64", "dea822195a4b092b84cfd531ba6b95923a131f2c4537b7ed29f9905619153060"),
("darwin-x86_64", "45b3faeb82948a4876ec9ffa1f44a1ffe67845ce5d2959210c4e7d74a24b9e14"),
("linux-arm64", "8a7a6fc1b95780f61c92136748fb95a2ccebce56e57ed4a0ca22acb96638c9aa"),
("linux-x86_64", "af3140ab9872dc7cb0fc14f7b5577d5433d17c1c07a8ed990be1d24222877d32"),
("windows-arm64", "1681e7ab55fbf1b6b1ef54e1def9904e30dd63d405a803a9a1debdb118b66e75"),
("windows-x86_64", "c23ba1f7450abb64dc91652e9f67a75fe6189dc63b2e02d56eb4f9b44ddf6bc2"),
]:
http_file(
name = "buf_lint_plugin_{}".format(platform.replace("-", "_")),
executable = True,
sha256 = hash,
url = "https://github.com/bufbuild/buf/releases/download/v1.28.1/protoc-gen-buf-lint-{}{}".format(
url = "https://github.com/bufbuild/buf/releases/download/v1.34.0/protoc-gen-buf-lint-{}{}".format(
platform,
".exe" if "windows" in platform else "",
),
Expand Down
2 changes: 1 addition & 1 deletion modules/c/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ proto_plugin(
"{protopath}.upb.h",
"{protopath}.upb.c",
],
tool = "@upb//upbc:protoc-gen-upb",
tool = "@protobuf//upb_generator:protoc-gen-upb",
visibility = ["//visibility:public"],
)
4 changes: 2 additions & 2 deletions modules/c/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "protobuf", version = "27.2")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "upb", version = "0.0.0-20230516-61a97ef")
3 changes: 1 addition & 2 deletions modules/c/c_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ def c_proto_library(name, **kwargs): # buildifier: disable=function-docstring
)

PROTO_DEPS = [
Label("@upb//:upb"),
Label("@upb//:message_accessors"),
Label("@protobuf//upb:base"),
]
8 changes: 4 additions & 4 deletions modules/core/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "rules_cc", version = "0.0.8") # For fixer
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "protobuf", version = "27.2")
bazel_dep(name = "rules_cc", version = "0.0.9") # For fixer
bazel_dep(name = "rules_proto", version = "6.0.2")

register_toolchains("//protoc:protoc_toolchain")
6 changes: 3 additions & 3 deletions modules/cpp/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "grpc", version = "1.56.3.bcr.1")
bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "grpc", version = "1.63.1")
bazel_dep(name = "protobuf", version = "27.2")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
4 changes: 2 additions & 2 deletions modules/example_protos/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "protobuf", version = "27.2")
bazel_dep(name = "rules_proto", version = "6.0.2")
20 changes: 10 additions & 10 deletions modules/go/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "rules_go", version = "0.44.2")
bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.module(
path = "google.golang.org/protobuf",
sum = "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=",
version = "v1.31.0",
sum = "h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=",
version = "v1.34.2",
)
go_deps.module(
path = "google.golang.org/grpc",
sum = "h1:OL+Vz23DTtrrldqHK49FUOPHyY75rvFqJfXC84NYW58=",
version = "v1.58.1",
sum = "h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=",
version = "v1.65.0",
)
go_deps.module(
path = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=",
version = "v1.3.0",
sum = "h1:9SxA29VM43MF5Z9dQu694wmY5t8E/Gxr7s+RSxiIDmc=",
version = "v1.4.0",
)
go_deps.module(
path = "google.golang.org/genproto/googleapis/rpc",
sum = "h1:Jyp0Hsi0bmHXG6k9eATXoYtjd6e2UzZ1SCn/wIupY14=",
version = "v0.0.0-20231106174013-bbf56f31fb17",
sum = "h1:04+jVzTs2XBnOZcPsLnmrTGqltqJbZQ1Ey26hjYdQQ0=",
version = "v0.0.0-20240708141625-4ad9e859172b",
)
use_repo(
go_deps,
Expand Down
4 changes: 2 additions & 2 deletions modules/grpc_gateway/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "rules_go", version = "0.44.2")
bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "rules_go", version = "0.48.1")
bazel_dep(name = "rules_proto_grpc", version = "0.0.0.rpg.version.placeholder")
bazel_dep(name = "rules_proto_grpc_go", version = "0.0.0.rpg.version.placeholder")

Expand Down
8 changes: 5 additions & 3 deletions modules/grpc_gateway/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ module github.com/rules-proto-grpc/rules_proto_grpc/modules/grpc_gateway

go 1.19

require github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0

require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 20bb209

Please sign in to comment.