@@ -14,10 +14,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1414
1515http_archive (
1616 name = "io_bazel_rules_go" ,
17- sha256 = "dd926a88a564a9246713a9c00b35315f54cbd46b31a26d5d8fb264c07045f05d " ,
17+ sha256 = "f4a9314518ca6acfa16cc4ab43b0b8ce1e4ea64b81c38d8a3772883f153346b8 " ,
1818 urls = [
19- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38 .1/rules_go-v0.38 .1.zip" ,
20- "https://github.com/bazelbuild/rules_go/releases/download/v0.38 .1/rules_go-v0.38 .1.zip" ,
19+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.50 .1/rules_go-v0.50 .1.zip" ,
20+ "https://github.com/bazelbuild/rules_go/releases/download/v0.50 .1/rules_go-v0.50 .1.zip" ,
2121 ],
2222)
2323
@@ -53,11 +53,11 @@ rules_gitops_repositories()
5353
5454http_archive (
5555 name = "com_google_protobuf" ,
56- sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113 " ,
57- strip_prefix = "protobuf-3.14.0 " ,
56+ sha256 = "1b6b6a7a7894f509f099c4469b5d4df525c2f3c9e4009e5b2db5b0f66cb8ee0e " ,
57+ strip_prefix = "protobuf-3.28.2 " ,
5858 urls = [
59- "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0 .tar.gz" ,
60- "https://github.com/protocolbuffers/protobuf/archive/v3.14.0 .tar.gz" ,
59+ "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.28.2 .tar.gz" ,
60+ "https://github.com/protocolbuffers/protobuf/archive/v3.28.2 .tar.gz" ,
6161 ],
6262)
6363
0 commit comments