@@ -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 = "130739704540caa14e77c54810b9f01d6d9ae897d53eedceb40fd6b75efc3c23 " ,
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.54 .1/rules_go-v0.54 .1.zip" ,
8
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.54 .1/rules_go-v0.54 .1.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 = "7c40b746387cd0c9a4d5bb0b2035abd134b3f7511015710a5ee5e07591008dde " ,
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.43 .0/bazel-gazelle-v0.43 .0.tar.gz" ,
21
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.43 .0/bazel-gazelle-v0.43 .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 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f " ,
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.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
38
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7 .1/bazel-skylib-1.7 .1.tar.gz" ,
39
39
],
40
40
)
41
41
@@ -314,11 +314,11 @@ gazelle_dependencies()
314
314
# Ref: https://github.com/rules-proto-grpc/rules_proto_grpc/blob/master/docs/overriding_deps.rst
315
315
http_archive (
316
316
name = "com_google_protobuf" ,
317
- sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930 " ,
318
- strip_prefix = "protobuf-3.20.1 " ,
317
+ sha256 = "abfbd1e4999517ad3ef14f350a4aae202f1fd9712a09a1004aa4d1d8bfb8d98b " ,
318
+ strip_prefix = "protobuf-3.29.4 " ,
319
319
urls = [
320
- "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.20.1 .tar.gz" ,
321
- "https://github.com/protocolbuffers/protobuf/archive/v3.20.1 .tar.gz" ,
320
+ "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.29.4 .tar.gz" ,
321
+ "https://github.com/protocolbuffers/protobuf/archive/v3.29.4 .tar.gz" ,
322
322
],
323
323
)
324
324
@@ -359,7 +359,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
359
359
360
360
git_repository (
361
361
name = "com_github_ash2k_bazel_tools" ,
362
- commit = "2add5bb84c2837a82a44b57e83c7414247aed43a " ,
362
+ commit = "415483a9e13342a6603a710b0296f6d85b8d26bf " ,
363
363
remote = "https://github.com/ash2k/bazel-tools.git" ,
364
364
)
365
365
@@ -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 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed " ,
373
+ strip_prefix = "bazel-lib-2.16.0 " ,
374
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.16.0 /bazel-lib-v2.16.0 .tar.gz" ,
375
375
)
376
376
377
377
load ("@aspect_bazel_lib//lib:repositories.bzl" , "aspect_bazel_lib_dependencies" )
@@ -380,10 +380,10 @@ aspect_bazel_lib_dependencies()
380
380
381
381
http_archive (
382
382
name = "googleapis" ,
383
- sha256 = "9d1a930e767c93c825398b8f8692eca3fe353b9aaadedfbcf1fca2282c85df88 " ,
384
- strip_prefix = "googleapis-64926d52febbf298cb82a8f472ade4a3969ba922 " ,
383
+ sha256 = "6114101817c7680c2d7a6e5c084d463d9af4f3b2cc626bfdb739d474cadde033 " ,
384
+ strip_prefix = "googleapis-d1c1b12db506dcd95539014f71ce5931684c8cc1 " ,
385
385
urls = [
386
- "https://github.com/googleapis/googleapis/archive/64926d52febbf298cb82a8f472ade4a3969ba922 .zip" ,
386
+ "https://github.com/googleapis/googleapis/archive/d1c1b12db506dcd95539014f71ce5931684c8cc1 .zip" ,
387
387
],
388
388
)
389
389
0 commit comments