Skip to content

Commit

Permalink
Tidy up deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
DazEdword committed Jan 9, 2025
1 parent 339d837 commit 534cd42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Dev dependencies:
- `kubectx` 0.9.5
- `kind` v0.24.0
- `kustomize` v5.4.1
- `skaffold` v2.13.2
- `kubefwd` 1.22.5
- `helm` v3.15.0
- `jq` jq-1.7.1
Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type LGTM mg.Namespace
type Apps mg.Namespace

func Setup() error {
if err := sh.RunV("brew", "install", "mage", "kubectl", "kubectx", "kind", "kustomize", "skaffold", "txn2/tap/kubefwd", "helm", "jq", "golangci-lint"); err != nil {
if err := sh.RunV("brew", "install", "mage", "kubectl", "kubectx", "kind", "kustomize", "txn2/tap/kubefwd", "helm", "jq", "golangci-lint"); err != nil {
return err
}

Expand Down

0 comments on commit 534cd42

Please sign in to comment.