Skip to content

Commit

Permalink
Add a pointer to bzlmod guide (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored Apr 11, 2024
1 parent 1e0d875 commit 65b433f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ used to add new repository rules or update existing rules to the specified
version. It can also import repository rules from a ``go.mod`` or a ``go.work``
file.

WARNING: This command is mainly used for managing external Go dependencies in Bazel's WORKSPACE mode.
For managing external Go dependencies in Bazel's BzlMod mode, please check: https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md#external-dependencies

.. code:: bash
# Add or update a repository to latest version by import path
Expand Down

0 comments on commit 65b433f

Please sign in to comment.