Skip to content

Commit e7e1706

Browse files
fmeumjacqueline.lee
authored andcommitted
bzlmod: Remove build_file_proto_mode attribute (bazel-contrib#3506)
By updating gazelle to a version that maintains a central registry of gazelle overrides, specifying `build_file_proto_mode` on `github.com/gogo/protobuf` is no longer necessary. This will allow us to get rid of the rules_go exception after the next rules_go release.
1 parent 8826e2a commit e7e1706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ use_repo(go_sdk, "go_toolchains")
2626

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

29-
bazel_dep(name = "gazelle", version = "0.27.0")
29+
bazel_dep(name = "gazelle", version = "0.30.0")
3030

3131
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
3232
go_deps.from_file(go_mod = "//:go.mod")
3333
go_deps.module(
34-
build_file_proto_mode = "disable",
3534
path = "github.com/gogo/protobuf",
3635
sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
3736
version = "v1.3.2",

0 commit comments

Comments
 (0)