Skip to content

Commit 7ec824f

Browse files
committed
upgrade gazelle + workspace deps
1 parent 63f55f1 commit 7ec824f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use_repo(go_sdk, "go_toolchains")
2626

2727
register_toolchains("@go_toolchains//:all")
2828

29-
bazel_dep(name = "gazelle", version = "0.33.0")
29+
bazel_dep(name = "gazelle", version = "0.34.0")
3030

3131
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
3232
go_deps.from_file(go_mod = "//:go.mod")

WORKSPACE

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ protobuf_deps()
2525
# Used by //tests:buildifier_test.
2626
http_archive(
2727
name = "com_github_bazelbuild_buildtools",
28-
sha256 = "ca524d4df8c91838b9e80543832cf54d945e8045f6a2b9db1a1d02eec20e8b8c",
29-
strip_prefix = "buildtools-6.0.1",
30-
# latest, as of 2023-03-27
31-
urls = ["https://github.com/bazelbuild/buildtools/archive/refs/tags/6.0.1.tar.gz"],
28+
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
29+
strip_prefix = "buildtools-6.4.0",
30+
# latest, as of 2023-11-17
31+
urls = ["https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz"],
3232
)
3333

3434
# For manual testing against an LLVM toolchain.
@@ -71,10 +71,10 @@ bazel_skylib_workspace()
7171

7272
http_archive(
7373
name = "bazel_gazelle",
74-
sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809",
74+
sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf",
7575
urls = [
76-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
77-
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
76+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz",
77+
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.gz",
7878
],
7979
)
8080

go/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ filegroup(
1818
"//go/config:all_files",
1919
"//go/constraints/amd64:all_files",
2020
"//go/platform:all_files",
21+
"//go/private:all_files",
2122
"//go/runfiles:all_files",
2223
"//go/toolchain:all_files",
2324
"//go/tools:all_files",
24-
"//go/private:all_files",
2525
],
2626
visibility = ["//visibility:public"],
2727
)

0 commit comments

Comments
 (0)