@@ -47,8 +47,8 @@ http_archive(
47
47
48
48
http_archive (
49
49
name = "com_google_protobuf" ,
50
- strip_prefix = "protobuf-fe1790ca0df67173702f70d5646b82f48f412b99 " , # this is 3.11.2
51
- urls = ["https://github.com/protocolbuffers/protobuf/archive/fe1790ca0df67173702f70d5646b82f48f412b99 .zip" ],
50
+ strip_prefix = "protobuf-a37cc13b2f6d11303811011b0bfbc867e7c0bf2b " , # this is 3.12.1
51
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/a37cc13b2f6d11303811011b0bfbc867e7c0bf2b .zip" ],
52
52
)
53
53
54
54
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
@@ -84,8 +84,11 @@ http_archive(
84
84
# TODO(ndietz): move this back to the Go section if gRPC is updated per https://github.com/grpc/grpc/issues/22172
85
85
http_archive (
86
86
name = "io_bazel_rules_go" ,
87
- sha256 = "e6a6c016b0663e06fa5fccf1cd8152eab8aa8180c583ec20c872f4f9953a7ac5" ,
88
- url = "https://github.com/bazelbuild/rules_go/releases/download/v0.22.1/rules_go-v0.22.1.tar.gz" ,
87
+ urls = [
88
+ "https://github.com/bazelbuild/rules_go/archive/v0.23.0.zip" ,
89
+ ],
90
+ strip_prefix = "rules_go-0.23.0" ,
91
+ sha256 = "4707e6ba7c01fcfc4f0d340d123bc16e43c2b8ea3f307663d95712b36d2a0e88" ,
89
92
)
90
93
91
94
load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
@@ -239,7 +242,11 @@ pip_install()
239
242
# bazel-gazelle (support Golang under bazel)
240
243
http_archive (
241
244
name = "bazel_gazelle" ,
242
- urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.20.0/bazel-gazelle-v0.20.0.tar.gz" ],
245
+ urls = [
246
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/bazel-gazelle/releases/download/v0.21.0/bazel-gazelle-v0.21.0.tar.gz" ,
247
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.21.0/bazel-gazelle-v0.21.0.tar.gz" ,
248
+ ],
249
+ sha256 = "bfd86b3cbe855d6c16c6fce60d76bd51f5c8dbc9cfcaef7a2bb5c1aafd0710e8" ,
243
250
)
244
251
245
252
load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" )
@@ -248,8 +255,8 @@ gazelle_dependencies()
248
255
249
256
http_archive (
250
257
name = "com_googleapis_gapic_generator_go" ,
251
- strip_prefix = "gapic-generator-go-0.13.3 " ,
252
- urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.13.3 .tar.gz" ],
258
+ strip_prefix = "gapic-generator-go-0.14.1 " ,
259
+ urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.14.1 .tar.gz" ],
253
260
)
254
261
255
262
load ("@com_googleapis_gapic_generator_go//:repositories.bzl" , "com_googleapis_gapic_generator_go_repositories" )
0 commit comments