1
1
module (name = "com_github_buildbarn_bb_browser" )
2
2
3
- bazel_dep (name = "aspect_rules_js" , version = "2.0.1 " )
3
+ bazel_dep (name = "aspect_rules_js" , version = "2.2.0 " )
4
4
bazel_dep (name = "bazel_remote_apis" , version = "0.0.0" )
5
5
bazel_dep (name = "com_github_buildbarn_bb_remote_execution" )
6
6
bazel_dep (name = "com_github_buildbarn_bb_storage" )
7
7
bazel_dep (name = "com_github_buildbarn_go_xdr" )
8
- bazel_dep (name = "gazelle" , version = "0.38 .0" )
9
- bazel_dep (name = "protobuf" , version = "28.1 " )
10
- bazel_dep (name = "rules_go" , version = "0.50.1 " )
8
+ bazel_dep (name = "gazelle" , version = "0.42 .0" )
9
+ bazel_dep (name = "protobuf" , version = "29.3 " )
10
+ bazel_dep (name = "rules_go" , version = "0.53.0 " )
11
11
bazel_dep (name = "rules_jsonnet" , version = "0.6.0" )
12
- bazel_dep (name = "rules_proto" , version = "6.0.2 " )
13
- bazel_dep (name = "toolchains_llvm" , version = "1.1.2 " )
12
+ bazel_dep (name = "rules_proto" , version = "7.1.0 " )
13
+ bazel_dep (name = "toolchains_llvm" , version = "1.3.0 " )
14
14
15
15
git_override (
16
16
module_name = "bazel_remote_apis" ,
17
- commit = "6777112ef7defa6705b1ebd2831d6c7efeb12ba2 " ,
17
+ commit = "7f922028fcfac63bdd8431e68de152d9e7a9e2a0 " ,
18
18
remote = "https://github.com/bazelbuild/remote-apis.git" ,
19
19
)
20
20
21
21
git_override (
22
22
module_name = "com_github_buildbarn_bb_remote_execution" ,
23
- commit = "853626adcafd25a948f90b05a251bfba9a0e236f " ,
23
+ commit = "20a2e6d4cc7173e8fd215ecd54e416487ce146ab " ,
24
24
remote = "https://github.com/buildbarn/bb-remote-execution.git" ,
25
25
)
26
26
27
27
git_override (
28
28
module_name = "com_github_buildbarn_bb_storage" ,
29
- commit = "8abbcfab01bcde294b20c2070baba9fd242bab7f " ,
29
+ commit = "ed3a308b8e16acab47f874574806b97bf907f3f9 " ,
30
30
remote = "https://github.com/buildbarn/bb-storage.git" ,
31
31
)
32
32
@@ -46,6 +46,11 @@ git_override(
46
46
remote = "https://github.com/marcohu/rules_antlr.git" ,
47
47
)
48
48
49
+ single_version_override (
50
+ module_name = "jsonnet" ,
51
+ patches = ["//:patches/jsonnet/bazel-8.diff" ],
52
+ )
53
+
49
54
go_deps = use_extension ("@gazelle//:extensions.bzl" , "go_deps" )
50
55
go_deps .from_file (go_mod = "//:go.mod" )
51
56
use_repo (
@@ -64,10 +69,18 @@ use_repo(
64
69
)
65
70
66
71
go_deps_dev = use_extension ("@gazelle//:extensions.bzl" , "go_deps" , dev_dependency = True )
72
+ go_deps_dev .gazelle_override (
73
+ build_file_generation = "on" ,
74
+ path = "github.com/cncf/xds/go" ,
75
+ )
67
76
go_deps_dev .module_override (
68
77
patches = ["//:patches/com_github_buildkite_terminal_to_html/assets.diff" ],
69
78
path = "github.com/buildkite/terminal-to-html" ,
70
79
)
80
+ go_deps_dev .module_override (
81
+ patches = ["@com_github_buildbarn_bb_storage//:patches/org_golang_x_sys/o-search.diff" ],
82
+ path = "golang.org/x/sys" ,
83
+ )
71
84
go_deps_dev .module_override (
72
85
patches = ["@com_github_buildbarn_bb_storage//:patches/com_github_grpc_ecosystem_go_grpc_prometheus/client-metrics-prevent-handled-twice.diff" ],
73
86
path = "github.com/grpc-ecosystem/go-grpc-prometheus" ,
0 commit comments