@@ -2,10 +2,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
2
3
3
http_archive (
4
4
name = "io_bazel_rules_go" ,
5
- sha256 = "51dc53293afe317d2696d4d6433a4c33feedb7748a9e352072e2ec3c0dafd2c6 " ,
5
+ sha256 = "33acc4ae0f70502db4b893c9fc1dd7a9bf998c23e7ff2c4517741d4049a976f8 " ,
6
6
urls = [
7
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.1 /rules_go-v0.40.1 .zip" ,
8
- "https://github.com/bazelbuild/rules_go/releases/download/v0.40.1 /rules_go-v0.40.1 .zip" ,
7
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.0 /rules_go-v0.48.0 .zip" ,
8
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.48.0 /rules_go-v0.48.0 .zip" ,
9
9
],
10
10
)
11
11
@@ -15,10 +15,10 @@ go_rules_dependencies()
15
15
16
16
http_archive (
17
17
name = "bazel_gazelle" ,
18
- sha256 = "ecba0f04f96b4960a5b250c8e8eeec42281035970aa8852dda73098274d14a1d " ,
18
+ sha256 = "d76bf7a60fd8b050444090dfa2837a4eaf9829e1165618ee35dceca5cbdf58d5 " ,
19
19
urls = [
20
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.29 .0/bazel-gazelle-v0.29 .0.tar.gz" ,
21
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29 .0/bazel-gazelle-v0.29 .0.tar.gz" ,
20
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.37 .0/bazel-gazelle-v0.37 .0.tar.gz" ,
21
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.37 .0/bazel-gazelle-v0.37 .0.tar.gz" ,
22
22
],
23
23
)
24
24
@@ -32,10 +32,10 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
32
32
33
33
http_archive (
34
34
name = "bazel_skylib" ,
35
- sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7 " ,
35
+ sha256 = "9f38886a40548c6e96c106b752f242130ee11aaa068a56ba7e56f4511f33e4f2 " ,
36
36
urls = [
37
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
38
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4 .1/bazel-skylib-1.4 .1.tar.gz" ,
37
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.6 .1/bazel-skylib-1.6 .1.tar.gz" ,
38
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.6 .1/bazel-skylib-1.6 .1.tar.gz" ,
39
39
],
40
40
)
41
41
@@ -369,9 +369,9 @@ golangcilint_dependencies()
369
369
370
370
http_archive (
371
371
name = "aspect_bazel_lib" ,
372
- sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d " ,
373
- strip_prefix = "bazel-lib-2.5.3 " ,
374
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3 /bazel-lib-v2.5.3 .tar.gz" ,
372
+ sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f " ,
373
+ strip_prefix = "bazel-lib-2.7.6 " ,
374
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6 /bazel-lib-v2.7.6 .tar.gz" ,
375
375
)
376
376
377
377
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" )
0 commit comments