bazel: update gapic-generator-go to v0.13.0

Changes include:
* add clientHook feature

PiperOrigin-RevId: 305289945
This commit is contained in:
Google APIs 2020-04-07 10:37:40 -07:00 committed by Copybara-Service
parent 823facb4ca
commit 54ddbbf14c
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ gazelle_dependencies()
http_archive(
name = "com_googleapis_gapic_generator_go",
strip_prefix = "gapic-generator-go-0.12.5",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.12.5.tar.gz"],
strip_prefix = "gapic-generator-go-0.13.0",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.13.0.tar.gz"],
)
load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_gapic_generator_go_repositories")