diff --git a/pkg/cmd/plugin_list.go b/pkg/cmd/plugin_list.go index 2a44b987b..7fbb31fc0 100644 --- a/pkg/cmd/plugin_list.go +++ b/pkg/cmd/plugin_list.go @@ -24,9 +24,9 @@ import ( "github.com/gosuri/uitable" "github.com/spf13/cobra" - "helm.sh/helm/v4/internal/plugin/installer" "helm.sh/helm/v4/internal/plugin" + "helm.sh/helm/v4/internal/plugin/installer" "helm.sh/helm/v4/internal/plugin/schema" )