Skip to content

Commit 3a4894c

Browse files
Google APIscopybara-github
authored andcommitted
chore: update gapic-generator and go microgen
changes include: - build_gen: go lro gapic used as dep - go_gapic_library: fixes shading of go_library importpath PiperOrigin-RevId: 314363155
1 parent cb986db commit 3a4894c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ rules_proto_toolchains()
7575
# section
7676
http_archive(
7777
name = "com_google_api_codegen",
78-
strip_prefix = "gapic-generator-2.0.2",
79-
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.2.zip"],
78+
strip_prefix = "gapic-generator-2.0.3",
79+
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.3.zip"],
8080
)
8181

8282
# rules_go (support Golang under bazel)
@@ -255,8 +255,8 @@ gazelle_dependencies()
255255

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

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

0 commit comments

Comments
 (0)