Skip to content

Commit

Permalink
chore: update go deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Oct 27, 2023
1 parent 978914d commit 548f457
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 282 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ go_register_toolchains(version = "1.20.4")

http_archive(
name = "bazel_gazelle",
sha256 = "29d5dafc2a5582995488c6735115d1d366fcd6a0fc2e2a153f02988706349825",
sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809",
# Ensure this version always matches the version of @com_github_bazelbuild_bazel_gazelle set in deps.bzl.
# :notice: Care should be taken when upgrading gazelle since we have vendored & modified parts of gazelle
# in the CLI configure command (cli/core/pkg/aspect/configure).
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.31.0/bazel-gazelle-v0.31.0.tar.gz"],
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz"],
)

http_archive(
Expand Down
Loading

0 comments on commit 548f457

Please sign in to comment.