@@ -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 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184 " ,
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.46.0 /rules_go-v0.46.0 .zip" ,
8
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0 /rules_go-v0.46.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 = "75df288c4b31c81eb50f51e2e14f4763cb7548daae126817247064637fd9ea62 " ,
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.36 .0/bazel-gazelle-v0.36 .0.tar.gz" ,
21
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.36 .0/bazel-gazelle-v0.36 .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 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
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.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
38
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .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 = "ac6392cbe5e1cc7701bbd81caf94016bae6f248780e12af4485d4a7127b4cb2b " ,
373
+ strip_prefix = "bazel-lib-2.6.1 " ,
374
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.6.1 /bazel-lib-v2.6.1 .tar.gz" ,
375
375
)
376
376
377
377
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" )
0 commit comments