Skip to content

Commit 35ad1cf

Browse files
committed
need to generate stardocs
1 parent 1ec093e commit 35ad1cf

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

MODULE.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ use_repo(bazel_lib, "bsd_tar_toolchains", "jq_toolchains")
3131

3232
# Dev dependencies
3333

34+
single_version_override(
35+
module_name = "aspect_bazel_lib",
36+
version = "2.19.3",
37+
)
38+
3439
bazel_dep(name = "bazel_env.bzl", version = "0.3.1", dev_dependency = True)
3540
bazel_dep(name = "rules_go", version = "0.46.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
3641
bazel_dep(name = "gazelle", version = "0.35.0", dev_dependency = True, repo_name = "bazel_gazelle")

cosign/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
toolchain_type(
44
name = "toolchain_type",

cosign/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
exports_files(
44
glob(["*.bzl"]),

oci/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
12
load("@aspect_bazel_lib//lib:utils.bzl", bazel_lib_utils = "utils")
2-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
33

44
exports_files(
55
glob(["*.bzl"]),

oci/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def rules_oci_dependencies():
2222

2323
http_archive(
2424
name = "aspect_bazel_lib",
25-
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
26-
strip_prefix = "bazel-lib-2.7.2",
27-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
25+
sha256 = "6d636cfdecc7f5c1a5d82b9790fb5d5d5e8aa6ea8b53a71a75f1ba53c8d29f61",
26+
strip_prefix = "bazel-lib-2.21.0",
27+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.21.0/bazel-lib-v2.21.0.tar.gz",
2828
)
2929

3030
http_archive(

oci/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
exports_files(
44
glob(["*.bzl"]),

0 commit comments

Comments
 (0)