Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bzlmod to manage external dependencies (#186)
* Use bzlmod to manage external dependencies Bzlmod is the new way to to manage external dependencies. The `--enable_bzlmod` flag was introduced in Bazel 6 and has been turned on by default since Bazel 7, so declaring external dependencies in `WORKSPACE` is considered leagcy behavior. The old `WORKSPACE`-system is planned to be disabled in Bazel 8 and to be removed altogether in Bazel 9. This commit migrates from `WORKSPACE` to bzlmod. References: - https://bazel.build/external/overview - https://bazel.build/external/migration - https://blog.bazel.build/2023/12/11/bazel-7-release.html#bzlmod * Remove lockfile MODULE.bazel.lock
- Loading branch information