2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-28 21:33:48 +00:00
bazel-lib/MODULE.bazel

24 lines
514 B
Plaintext
Raw Normal View History

"aspect-build/bazel-lib"
module(
name = "aspect_bazel_lib",
compatibility_level = 1,
2022-11-17 22:36:52 +00:00
version = "0.0.0",
)
2022-09-19 15:06:28 +00:00
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.4")
2022-06-03 01:08:16 +00:00
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0")
ext = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "ext")
2022-06-03 01:08:16 +00:00
use_repo(ext, "jq_toolchains")
2022-06-03 01:08:16 +00:00
use_repo(ext, "yq_toolchains")
register_toolchains(
"@jq_toolchains//:all",
"@yq_toolchains//:all",
)