From 44826c9d6e238eef9c40bd1a75d973af14468cc6 Mon Sep 17 00:00:00 2001 From: Emanuel Bennici Date: Tue, 19 Nov 2019 18:35:49 +0100 Subject: [PATCH] Fix GolangCI Style Error Signed-off-by: Emanuel Bennici --- cmd/helm/outdated.go | 1 + 1 file changed, 1 insertion(+) 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"