Skip to content

Commit

Permalink
Make @com_github_bazelbuild_buildtools visible in the deployed module
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 13, 2022
1 parent f72d9c0 commit 4d42138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_go", repo_name = "io_bazel_rules_go", version = "0.33.0")
bazel_dep(name = "gazelle", repo_name = "bazel_gazelle", version = "0.26.0")

### INTERNAL ONLY - lines after this are not included in the release packaging.

go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")

go_deps.module(
Expand All @@ -27,6 +25,8 @@ go_deps.module(

use_repo(go_deps, "com_github_bazelbuild_buildtools")

### INTERNAL ONLY - lines after this are not included in the release packaging.

# Build-only / test-only dependencies
bazel_dep(name = "stardoc", dev_dependency = True, repo_name = "io_bazel_stardoc", version = "0.5.3")
bazel_dep(name = "rules_pkg", dev_dependency = True, version = "0.5.1")
Expand Down

0 comments on commit 4d42138

Please sign in to comment.