2021-11-08 14:20:26 +00:00
|
|
|
"""Our "development" dependencies
|
|
|
|
|
|
|
|
Users should *not* need to install these. If users see a load()
|
|
|
|
statement from these, that's a bug in our distribution.
|
|
|
|
"""
|
|
|
|
|
2023-10-03 20:00:58 +00:00
|
|
|
load("//lib:repositories.bzl", "register_coreutils_toolchains", "register_jq_toolchains", "register_tar_toolchains", "register_yq_toolchains")
|
2022-10-27 22:55:57 +00:00
|
|
|
load("//lib:utils.bzl", http_archive = "maybe_http_archive")
|
2022-06-10 20:58:40 +00:00
|
|
|
|
2021-12-09 00:47:45 +00:00
|
|
|
# buildifier: disable=unnamed-macro
|
2021-11-08 14:40:36 +00:00
|
|
|
def bazel_lib_internal_deps():
|
2021-11-08 14:20:26 +00:00
|
|
|
"Fetch deps needed for local development"
|
2022-06-10 20:58:40 +00:00
|
|
|
http_archive(
|
|
|
|
name = "io_bazel_rules_go",
|
2023-07-11 06:02:30 +00:00
|
|
|
sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
|
2022-06-10 20:58:40 +00:00
|
|
|
urls = [
|
2023-07-11 06:02:30 +00:00
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
|
|
|
|
"https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
|
2022-06-10 20:58:40 +00:00
|
|
|
],
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2022-06-10 20:58:40 +00:00
|
|
|
http_archive(
|
|
|
|
name = "bazel_gazelle",
|
2023-09-11 01:05:05 +00:00
|
|
|
sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809",
|
2022-06-10 20:58:40 +00:00
|
|
|
urls = [
|
2023-09-11 01:05:05 +00:00
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
|
|
|
|
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz",
|
2022-06-10 20:58:40 +00:00
|
|
|
],
|
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2022-06-10 20:58:40 +00:00
|
|
|
http_archive(
|
|
|
|
name = "bazel_skylib",
|
2023-06-13 05:16:56 +00:00
|
|
|
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
|
2023-02-19 04:35:42 +00:00
|
|
|
urls = [
|
2023-06-13 05:16:56 +00:00
|
|
|
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
|
2023-02-19 04:35:42 +00:00
|
|
|
],
|
|
|
|
)
|
|
|
|
|
|
|
|
http_archive(
|
|
|
|
name = "bazel_skylib_gazelle_plugin",
|
2023-06-15 23:50:56 +00:00
|
|
|
sha256 = "3327005dbc9e49cc39602fb46572525984f7119a9c6ffe5ed69fbe23db7c1560",
|
2023-02-19 04:35:42 +00:00
|
|
|
urls = [
|
2023-06-15 23:50:56 +00:00
|
|
|
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-gazelle-plugin-1.4.2.tar.gz",
|
2023-02-19 04:35:42 +00:00
|
|
|
],
|
2022-06-10 20:58:40 +00:00
|
|
|
)
|
2021-11-08 14:20:26 +00:00
|
|
|
|
2022-06-10 20:58:40 +00:00
|
|
|
http_archive(
|
|
|
|
name = "io_bazel_stardoc",
|
2023-11-15 23:07:03 +00:00
|
|
|
sha256 = "ec57139e466faae563f2fc39609da4948a479bb51b6d67aedd7d9b1b8059c433",
|
2022-06-10 20:58:40 +00:00
|
|
|
urls = [
|
2023-11-15 23:07:03 +00:00
|
|
|
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz",
|
|
|
|
"https://github.com/bazelbuild/stardoc/releases/download/0.5.4/stardoc-0.5.4.tar.gz",
|
2022-06-10 20:58:40 +00:00
|
|
|
],
|
|
|
|
)
|
2021-12-09 00:47:45 +00:00
|
|
|
|
2023-06-09 22:26:34 +00:00
|
|
|
http_archive(
|
|
|
|
name = "buildifier_prebuilt",
|
2023-09-29 21:53:05 +00:00
|
|
|
sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
|
|
|
|
strip_prefix = "buildifier-prebuilt-6.3.3",
|
2023-12-08 07:34:24 +00:00
|
|
|
urls = ["https://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz"],
|
|
|
|
)
|
|
|
|
|
|
|
|
http_archive(
|
|
|
|
name = "aspect_rules_lint",
|
|
|
|
sha256 = "604666ec7ffd4f5f2636001ae892a0fbc29c77401bb33dd10601504e3ba6e9a7",
|
|
|
|
strip_prefix = "rules_lint-0.6.1",
|
|
|
|
url = "https://github.com/aspect-build/rules_lint/releases/download/v0.6.1/rules_lint-v0.6.1.tar.gz",
|
2023-06-09 22:26:34 +00:00
|
|
|
)
|
|
|
|
|
2021-12-09 00:47:45 +00:00
|
|
|
# Register toolchains for tests
|
2022-05-31 17:51:12 +00:00
|
|
|
register_jq_toolchains()
|
|
|
|
register_yq_toolchains()
|
2023-01-16 18:02:17 +00:00
|
|
|
register_coreutils_toolchains()
|
2023-10-03 20:00:58 +00:00
|
|
|
register_tar_toolchains()
|