@@ -47,8 +47,8 @@ http_archive(
4747
4848http_archive (
4949 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" ],
5252)
5353
5454load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
@@ -84,8 +84,11 @@ http_archive(
8484# TODO(ndietz): move this back to the Go section if gRPC is updated per https://github.com/grpc/grpc/issues/22172
8585http_archive (
8686 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" ,
8992)
9093
9194load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
@@ -239,7 +242,11 @@ pip_install()
239242# bazel-gazelle (support Golang under bazel)
240243http_archive (
241244 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" ,
243250)
244251
245252load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" )
@@ -248,8 +255,8 @@ gazelle_dependencies()
248255
249256http_archive (
250257 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" ],
253260)
254261
255262load ("@com_googleapis_gapic_generator_go//:repositories.bzl" , "com_googleapis_gapic_generator_go_repositories" )
0 commit comments