Skip to content

Commit d853543

Browse files
Google APIscopybara-github
authored andcommitted
chore: update Go microgen and go-genproto override
Changes include: - fixes to gapic_metadata generation - fixes to CLI generator - dependency updates PiperOrigin-RevId: 359105326
1 parent b89bcc4 commit d853543

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
@@ -113,8 +113,8 @@ go_repository(
113113
name = "org_golang_google_genproto",
114114
build_file_proto_mode = "disable_global",
115115
importpath = "google.golang.org/genproto",
116-
sum = "h1:N98SvVh7Hdle2lgUVFuIkf0B3u29CUakMUQa7Hwz8Wc=",
117-
version = "v0.0.0-20210207032614-bba0dbe2a9ea",
116+
sum = "h1:SHQi2osmct8Y+ngNVppVlyB/WdW+XA9gHs8wPEE2xFY=",
117+
version = "v0.0.0-20210222212404-3e1e516060db",
118118
)
119119

120120
go_rules_dependencies()
@@ -293,8 +293,8 @@ gapic_generator_register_toolchains()
293293

294294
http_archive(
295295
name = "com_googleapis_gapic_generator_go",
296-
strip_prefix = "gapic-generator-go-0.18.2",
297-
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.2.tar.gz"],
296+
strip_prefix = "gapic-generator-go-0.18.4",
297+
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.4.tar.gz"],
298298
)
299299

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

0 commit comments

Comments
 (0)