11module (name = "com_github_buildbarn_bb_clientd" )
22
3- bazel_dep (name = "aspect_bazel_lib" , version = "2.21.2 " )
3+ bazel_dep (name = "aspect_bazel_lib" , version = "2.22.5 " )
44bazel_dep (name = "bazel_remote_apis" , version = "0.0.0" )
5+ bazel_dep (name = "cel-spec" , version = "0.25.1" )
56bazel_dep (name = "com_github_buildbarn_bb_remote_execution" )
67bazel_dep (name = "com_github_buildbarn_bb_storage" )
78bazel_dep (name = "com_github_buildbarn_go_xdr" )
8- bazel_dep (name = "gazelle" , version = "0.46 .0" )
9+ bazel_dep (name = "gazelle" , version = "0.47 .0" )
910bazel_dep (name = "jsonnet_go" , version = "0.21.0" )
1011bazel_dep (name = "platforms" , version = "1.0.0" )
11- bazel_dep (name = "toolchains_protoc" , version = "0.5.0" ) # must come BEFORE protobuf so the toolchain registration wins
12- bazel_dep (name = "protobuf" , version = "31.1" )
12+ bazel_dep (name = "protobuf" , version = "33.5" )
1313bazel_dep (name = "rules_jsonnet" , version = "0.7.2" )
14- bazel_dep (name = "rules_go" , version = "0.58.3 " )
15- bazel_dep (name = "rules_pkg" , version = "1.1 .0" )
14+ bazel_dep (name = "rules_go" , version = "0.60.0 " )
15+ bazel_dep (name = "rules_pkg" , version = "1.2 .0" )
1616bazel_dep (name = "rules_proto" , version = "7.1.0" )
17- bazel_dep (name = "toolchains_llvm" , version = "1.5 .0" )
17+ bazel_dep (name = "toolchains_llvm" , version = "1.6 .0" )
1818
1919git_override (
2020 module_name = "bazel_remote_apis" ,
21- commit = "824e1ba94b2db15f68ceff97ae6da503fbc26985 " ,
21+ commit = "9e084d0e43e717128ee72b5be584a7ba33e8006b " ,
2222 remote = "https://github.com/bazelbuild/remote-apis.git" ,
2323)
2424
2525git_override (
2626 module_name = "com_github_buildbarn_bb_remote_execution" ,
27- commit = "9c26bb068e2a2a7b3e68e442314a7d7573203a69 " ,
27+ commit = "c453f856a032db62a4a99332b71fa67105b9cc9c " ,
2828 remote = "https://github.com/buildbarn/bb-remote-execution.git" ,
2929)
3030
3131git_override (
3232 module_name = "com_github_buildbarn_bb_storage" ,
33- commit = "82740a3e08c3e545f1ada78dcafc359c4414ecaa " ,
33+ commit = "33893b3cf43dc7927e2a388200a55f54b3979e82 " ,
3434 remote = "https://github.com/buildbarn/bb-storage.git" ,
3535)
3636
@@ -40,6 +40,11 @@ git_override(
4040 remote = "https://github.com/buildbarn/go-xdr.git" ,
4141)
4242
43+ single_version_override (
44+ module_name = "jsonnet_go" ,
45+ patches = ["//:patches/jsonnet_go/bazel-9.diff" ],
46+ )
47+
4348git_override (
4449 module_name = "rules_antlr" ,
4550 commit = "89a29cca479363a5aee53e203719510bdc6be6ff" ,
@@ -55,9 +60,8 @@ single_version_override(
5560 patches = ["//:patches/toolchains_llvm/non-root.diff" ],
5661)
5762
58- # Match protobuf above, until it ships a pre-built binary toolchain itself
59- protoc = use_extension ("@toolchains_protoc//protoc:extensions.bzl" , "protoc" )
60- protoc .toolchain (version = "v31.1" )
63+ go_sdk = use_extension ("@rules_go//go:extensions.bzl" , "go_sdk" )
64+ go_sdk .from_file (go_mod = "//:go.mod" )
6165
6266go_deps = use_extension ("@gazelle//:extensions.bzl" , "go_deps" )
6367go_deps .from_file (go_mod = "//:go.mod" )
0 commit comments