diff --git a/pkg/config/config.go b/pkg/config/config.go index 83f0492d..f7147a87 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -3,12 +3,7 @@ package config import ( "strings" - "github.com/urfave/cli" - "go.uber.org/zap" - "golang.org/x/term" - "github.com/helmfile/helmfile/pkg/maputil" - "github.com/helmfile/helmfile/pkg/state" ) func NewCLIConfigImpl(g *GlobalImpl) error {