Skip to content

Commit 59f5397

Browse files
chore(deps): update bazel modules
1 parent 5bcb981 commit 59f5397

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

WORKSPACE

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1414

1515
http_archive(
1616
name = "io_bazel_rules_go",
17-
sha256 = "dd926a88a564a9246713a9c00b35315f54cbd46b31a26d5d8fb264c07045f05d",
17+
sha256 = "90fe8fb402dee957a375f3eb8511455bd738c7ed562695f4dd117ac7d2d833b1",
1818
urls = [
19-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
20-
"https://github.com/bazelbuild/rules_go/releases/download/v0.38.1/rules_go-v0.38.1.zip",
19+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip",
20+
"https://github.com/bazelbuild/rules_go/releases/download/v0.52.0/rules_go-v0.52.0.zip",
2121
],
2222
)
2323

@@ -53,11 +53,11 @@ rules_gitops_repositories()
5353

5454
http_archive(
5555
name = "com_google_protobuf",
56-
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
57-
strip_prefix = "protobuf-3.14.0",
56+
sha256 = "c8d0ed0085f559444f70311791cf7aef414246b9942441443963184b534dbf9e",
57+
strip_prefix = "protobuf-3.29.3",
5858
urls = [
59-
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
60-
"https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
59+
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.29.3.tar.gz",
60+
"https://github.com/protocolbuffers/protobuf/archive/v3.29.3.tar.gz",
6161
],
6262
)
6363

gitops/deps.bzl

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ def rules_gitops_dependencies():
2626
maybe(
2727
http_archive,
2828
name = "bazel_skylib",
29-
sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94",
29+
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
3030
urls = [
31-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
32-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
31+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
32+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
3333
],
3434
)
3535

3636
# gazelle is required by go_image_repositories
3737
maybe(
3838
http_archive,
3939
name = "bazel_gazelle",
40-
sha256 = "75df288c4b31c81eb50f51e2e14f4763cb7548daae126817247064637fd9ea62",
40+
sha256 = "5d80e62a70314f39cc764c1c3eaa800c5936c9f1ea91625006227ce4d20cd086",
4141
urls = [
42-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.36.0/bazel-gazelle-v0.36.0.tar.gz",
43-
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.36.0/bazel-gazelle-v0.36.0.tar.gz",
42+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.42.0/bazel-gazelle-v0.42.0.tar.gz",
43+
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.42.0/bazel-gazelle-v0.42.0.tar.gz",
4444
],
4545
)
4646

0 commit comments

Comments
 (0)