Skip to content

Commit

Permalink
chore: clear unused kusion deps (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk committed Feb 28, 2024
1 parent f988d3e commit 671f38b
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 711 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (

// we need to import compile pkg to keep the compile command available
"kusionstack.io/kusion/pkg/cmd/compile" //nolint:staticcheck
"kusionstack.io/kusion/pkg/cmd/deps"
"kusionstack.io/kusion/pkg/cmd/destroy"
"kusionstack.io/kusion/pkg/cmd/preview"
"kusionstack.io/kusion/pkg/cmd/version"
Expand Down Expand Up @@ -97,7 +96,6 @@ func NewKusionctlCmd(o KusionctlOptions) *cobra.Command {
cmdinit.NewCmdInit(),
compile.NewCmdCompile(),
build.NewCmdBuild(),
deps.NewCmdDeps(),
},
},
{
Expand Down
60 changes: 0 additions & 60 deletions pkg/cmd/deps/deps.go

This file was deleted.

292 changes: 0 additions & 292 deletions pkg/cmd/deps/deps_test.go

This file was deleted.

Loading

0 comments on commit 671f38b

Please sign in to comment.