bazel: update gapic-generator hash

Changes include:
- build_gen: inject longrunning Go GAPIC remote dep instead of target

PiperOrigin-RevId: 311053644
This commit is contained in:
Google APIs 2020-05-11 21:06:37 -07:00 committed by Copybara-Service
parent aed11c01e5
commit edd3b80fb7
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-03abac35ec0716c6f426ffc1532f9a62f1c9e6a2",
urls = ["https://github.com/googleapis/gapic-generator/archive/03abac35ec0716c6f426ffc1532f9a62f1c9e6a2.zip"],
strip_prefix = "gapic-generator-899b503258d36fb8e65bb35cfe0d5636b3a6bd5b",
urls = ["https://github.com/googleapis/gapic-generator/archive/899b503258d36fb8e65bb35cfe0d5636b3a6bd5b.zip"],
)
# rules_go (support Golang under bazel)