Commit f2c5583
authored
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.lock1 parent 90d7c56 commit f2c5583
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments