Skip to content

Commit

Permalink
Remove override on gazelle in test module (bazel-contrib#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Jul 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 98165a6 commit 84d1a59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/bcr/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -18,14 +18,7 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "gazelle", version = "0.26.0")
archive_override(
module_name = "gazelle",
strip_prefix = "bazel-gazelle-9fe0a3ff751647789690293dcbb3c87ea33b7566",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/9fe0a3ff751647789690293dcbb3c87ea33b7566.zip",
],
)
bazel_dep(name = "gazelle", version = "0.32.0")
bazel_dep(name = "protobuf", version = "3.19.6")

go_sdk = use_extension("@my_rules_go//go:extensions.bzl", "go_sdk")

0 comments on commit 84d1a59

Please sign in to comment.