Skip to content

Commit

Permalink
refactor (#7)
Browse files Browse the repository at this point in the history
module file only in root
  • Loading branch information
frank-bee authored Oct 13, 2024
1 parent 9b25612 commit 4cd54de
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1,531 deletions.
8 changes: 8 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
###
# Helm
###

bazel_dep(name = "rules_helm", version = "0.5.1")

###
# Go
###

bazel_dep(name = "gazelle", version = "0.37.0")
bazel_dep(name = "rules_go", version = "0.48.1")

Expand Down
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
workspace(name = "yaku")

###
# Helm
###
load("@rules_helm//helm:defs.bzl", "helm_import_repository")

# Import the Argo Workflows chart
Expand Down
6 changes: 0 additions & 6 deletions chart/MODULE.bazel

This file was deleted.

1,380 changes: 0 additions & 1,380 deletions chart/MODULE.bazel.lock

This file was deleted.

16 changes: 0 additions & 16 deletions onyx/MODULE.bazel

This file was deleted.

129 changes: 0 additions & 129 deletions onyx/MODULE.bazel.lock

This file was deleted.

0 comments on commit 4cd54de

Please sign in to comment.