diff --git a/cmd/helm/outdated.go b/cmd/helm/outdated.go index 59edcbfcc..f71d04e96 100644 --- a/cmd/helm/outdated.go +++ b/cmd/helm/outdated.go @@ -22,6 +22,7 @@ import ( "github.com/gosuri/uitable" "github.com/pkg/errors" "github.com/spf13/cobra" + "helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/cmd/helm/search" "helm.sh/helm/v3/pkg/action"