Skip to content

Commit

Permalink
chore: update gapic-generator and go microgen
Browse files Browse the repository at this point in the history
changes include:
- build_gen: go lro gapic used as dep
- go_gapic_library: fixes shading of go_library importpath

PiperOrigin-RevId: 314363155
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 2, 2020
1 parent cb986db commit 3a4894c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Expand Up @@ -75,8 +75,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-2.0.2",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.2.zip"],
strip_prefix = "gapic-generator-2.0.3",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.3.zip"],
)

# rules_go (support Golang under bazel)
Expand Down Expand Up @@ -255,8 +255,8 @@ gazelle_dependencies()

http_archive(
name = "com_googleapis_gapic_generator_go",
strip_prefix = "gapic-generator-go-0.14.1",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.14.1.tar.gz"],
strip_prefix = "gapic-generator-go-0.14.3",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.14.3.tar.gz"],
)

load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_gapic_generator_go_repositories")
Expand Down

0 comments on commit 3a4894c

Please sign in to comment.