feat: integrate gapic generator change in googleapis

PiperOrigin-RevId: 308294748
This commit is contained in:
Google APIs 2020-04-24 11:44:16 -07:00 committed by Copybara-Service
parent d14bf59a44
commit 28e76243c2
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-0d3c0e3018e644803935cff0ce7f0ed82bc06daf",
urls = ["https://github.com/googleapis/gapic-generator/archive/0d3c0e3018e644803935cff0ce7f0ed82bc06daf.zip"],
strip_prefix = "gapic-generator-a59457d24bd6f3c962c8e699c708121c928eedc8",
urls = ["https://github.com/googleapis/gapic-generator/archive/a59457d24bd6f3c962c8e699c708121c928eedc8.zip"],
)
# rules_go (support Golang under bazel)