mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
remove dependency
This commit is contained in:
parent
25409e42ea
commit
a15c136d09
1 changed files with 2 additions and 8 deletions
|
@ -4,18 +4,13 @@ import (
|
|||
"flag"
|
||||
"os"
|
||||
|
||||
"github.com/kyverno/kyverno/pkg/kyverno/report"
|
||||
|
||||
"github.com/kyverno/kyverno/pkg/kyverno/validate"
|
||||
|
||||
"github.com/kyverno/kyverno/pkg/kyverno/apply"
|
||||
|
||||
"github.com/kyverno/kyverno/pkg/kyverno/validate"
|
||||
"github.com/kyverno/kyverno/pkg/kyverno/version"
|
||||
"github.com/spf13/cobra"
|
||||
"k8s.io/klog"
|
||||
"k8s.io/klog/klogr"
|
||||
log "sigs.k8s.io/controller-runtime/pkg/log"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func CLI() {
|
||||
|
@ -29,7 +24,6 @@ func CLI() {
|
|||
commands := []*cobra.Command{
|
||||
version.Command(),
|
||||
apply.Command(),
|
||||
report.Command(),
|
||||
validate.Command(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue