Skip to content

Commit

Permalink
Merge branch 'googleapis:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Nov 16, 2023
2 parents ba8af4c + e5dbeff commit 8e32af5
Show file tree
Hide file tree
Showing 143 changed files with 15,136 additions and 639 deletions.
12 changes: 5 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,11 @@ rules_proto_toolchains()
# rules_gapic also depends on rules_go, so it must come after our own dependency on rules_go.
# It must also come before gapic-generator-go so as to ensure that it does not bring in an old
# version of rules_gapic.
_rules_gapic_version = "0.29.1"
_rules_gapic_version = "0.29.4"

_rules_gapic_sha256 = "0bb255e848d042ca0173922368477a63d95f1789c6aa5f119c88fc54546e28a1"

http_archive(
name = "rules_gapic",
sha256 = _rules_gapic_sha256,
strip_prefix = "rules_gapic-%s" % _rules_gapic_version,
urls = ["https://github.com/googleapis/rules_gapic/archive/v%s.tar.gz" % _rules_gapic_version],
)
Expand All @@ -227,7 +225,7 @@ local_repository(
path = ".",
)

_gapic_generator_go_version = "0.39.2"
_gapic_generator_go_version = "0.39.3"

http_archive(
name = "com_googleapis_gapic_generator_go",
Expand Down Expand Up @@ -361,9 +359,9 @@ gapic_generator_register_toolchains()
# TypeScript
##############################################################################

_gapic_generator_typescript_version = "4.1.0"
_gapic_generator_typescript_version = "4.2.0"

_gapic_generator_typescript_sha256 = "c55fcc6c19a19111fe6369c0288dc768656f829a7ded27d73241b0541794b50b"
_gapic_generator_typescript_sha256 = "bcf2dcdc112f1a8bf24f0ab3b36c10bbf9a7bab22d947ca9cfb7f613fa6992ab"

### TypeScript generator
http_archive(
Expand Down Expand Up @@ -477,7 +475,7 @@ gapic_generator_ruby_repositories()
# Discovery
##############################################################################

_disco_to_proto3_converter_version = "96e1e63d3c1ddc546a57ac78b28893ee1013266a"
_disco_to_proto3_converter_version = "86444dbff202cf16c80eda1ae9bd1e5d54d4915d"

http_archive(
name = "com_google_disco_to_proto3_converter",
Expand Down
Loading

0 comments on commit 8e32af5

Please sign in to comment.