Skip to content

Commit

Permalink
chore(deps): update dependency gazelle to v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 2, 2024
1 parent d5e3402 commit 4c3e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ use_repo(
)

bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
bazel_dep(name = "gazelle", version = "0.39.0", repo_name = "bazel_gazelle")
bazel_dep(name = "gazelle", version = "0.39.1", repo_name = "bazel_gazelle")

go_repository = use_repo_rule("@bazel_gazelle//:deps.bzl", "go_repository")
# gRPC is used to generate Go from proto in the aspect tests, in
Expand Down

0 comments on commit 4c3e396

Please sign in to comment.