Skip to content

Commit

Permalink
Remove unused modules (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Mar 1, 2024
1 parent 10461e5 commit dbf8c9e
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 141 deletions.
12 changes: 0 additions & 12 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ bazel_dep(
name = "aspect_bazel_lib",
version = "2.5.0",
)
bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)
bazel_dep(
name = "aspect_rules_py",
version = "0.4.0",
)
bazel_dep(
name = "rules_python",
version = "0.31.0",
Expand All @@ -18,10 +10,6 @@ bazel_dep(
name = "rules_oci",
version = "1.7.2",
)
bazel_dep(
name = "platforms",
version = "0.0.8",
)

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
Expand Down
223 changes: 94 additions & 129 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 dbf8c9e

Please sign in to comment.