Skip to content

Commit

Permalink
Remove unused dependency (aspect_bazel_lib)
Browse files Browse the repository at this point in the history
This was needed when we were still using WORKSPACE, to work around a
rules_oci issue. I think rules_oci now depends on a new-enough version
of aspect_bazel_lib to avoid the original issue.
  • Loading branch information
mostynb committed Oct 13, 2024
1 parent 1070fb8 commit f5c5612
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ bazel_dep(name = "gazelle", version = "0.38.0")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_oci", version = "2.0.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.8.1")

oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
oci.pull(
Expand Down
34 changes: 15 additions & 19 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5c5612

Please sign in to comment.