chore: update gapic-generator to cd3c9ee7

Changes include:
* update generated nox file
* fix generated license text alignment

PiperOrigin-RevId: 305484038
This commit is contained in:
Google APIs 2020-04-08 08:40:18 -07:00 committed by Copybara-Service
parent b20965f260
commit 5520cb891a
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-f57cf1082096d3dbbfa9ec177ee8867c6fba2120",
urls = ["https://github.com/googleapis/gapic-generator/archive/f57cf1082096d3dbbfa9ec177ee8867c6fba2120.zip"],
strip_prefix = "gapic-generator-cd3c9ee706cd8a23233a1bfd9a0ddf5de088fb49",
urls = ["https://github.com/googleapis/gapic-generator/archive/cd3c9ee706cd8a23233a1bfd9a0ddf5de088fb49.zip"],
)
# rules_go (support Golang under bazel)