Skip to content

Commit

Permalink
fix: add jq as dependency required for oci_push (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored and thesayyn committed May 30, 2024
1 parent 54780fc commit 04a2252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ use_repo(zstd, "zstd_toolchains")

register_toolchains("@zstd_toolchains//:all")

# Dev dependencies
bazel_lib = use_extension("@aspect_bazel_lib//lib:extensions.bzl", "toolchains")
bazel_lib.jq()
bazel_lib.tar()
use_repo(bazel_lib, "bsd_tar_toolchains", "jq_toolchains")

# Dev dependencies

bazel_dep(name = "rules_go", version = "0.46.0", dev_dependency = True, repo_name = "io_bazel_rules_go")
bazel_dep(name = "rules_pkg", version = "0.7.0", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.35.0", dev_dependency = True, repo_name = "bazel_gazelle")
Expand Down

0 comments on commit 04a2252

Please sign in to comment.