@@ -28,9 +28,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
28
28
# For testing if bzlmod is enabled
29
29
http_archive (
30
30
name = "aspect_bazel_lib" ,
31
- sha256 = "262e3d6693cdc16dd43880785cdae13c64e6a3f63f75b1993c716295093d117f " ,
32
- strip_prefix = "bazel-lib-1.38.1 " ,
33
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.38.1 /bazel-lib-v1.38.1 .tar.gz" ,
31
+ sha256 = "f9a0bb072aef719859aae5ad37722e97812ffffb263fd56a36cd8614a2e5d199 " ,
32
+ strip_prefix = "bazel-lib-1.42.2 " ,
33
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.42.2 /bazel-lib-v1.42.2 .tar.gz" ,
34
34
)
35
35
36
36
load ("@os_info//:os_info.bzl" , "is_nix_shell" , "is_windows" )
@@ -60,10 +60,10 @@ rules_proto_toolchains()
60
60
# For buildifier
61
61
http_archive (
62
62
name = "io_bazel_rules_go" ,
63
- sha256 = "6dc2da7ab4cf5d7bfc7c949776b1b7c733f05e56edc4bcd9022bb249d2e2a996 " ,
63
+ sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
64
64
urls = [
65
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
66
- "https://github.com/bazelbuild/rules_go/releases/download/v0.39.1 /rules_go-v0.39.1 .zip" ,
65
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
66
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.0 .zip" ,
67
67
],
68
68
)
69
69
0 commit comments