Skip to content

Commit

Permalink
Update docs/go/core/bzlmod.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
stefanpenner and fmeum authored May 7, 2024
1 parent 1a81d33 commit 3af63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go/core/bzlmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ use_repo(

Limitations:
* `go.work` is supported exclusively in the root module.
* **Cyclical Indirect Dependencies**: Dependencies that are indirect and themselves depend on a go module specified in go.work will have that dependency diverge from the one in go.work. More details can be found here: https://github.com/bazelbuild/bazel-gazelle/issues/1797.
* Dependencies that are indirect and depend on a go module specified in `go.work` will have that dependency diverge from the one in `go.work`. More details can be found here: https://github.com/bazelbuild/bazel-gazelle/issues/1797.

#### Depending on tools

Expand Down

0 comments on commit 3af63ce

Please sign in to comment.