Skip to content

Commit

Permalink
bzlmod: Depend on rules_proto (#1331)
Browse files Browse the repository at this point in the history
This is required to allow repositories generated for Go modules to see
proto_library.

Work towards bazel-contrib/rules_go#3265
  • Loading branch information
fmeum authored Sep 9, 2022
1 parent 2ba5ecf commit 55ba8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ print("WARNING: The bazel_gazelle Bazel module is still highly experimental and

bazel_dep(name = "bazel_skylib", version = "1.2.0")
bazel_dep(name = "rules_go", version = "0.33.0", repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_proto", version = "4.0.0")

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

Expand Down

0 comments on commit 55ba8e3

Please sign in to comment.