diff --git a/cmd/helm/repo_list.go b/cmd/helm/repo_list.go index c9b952fee..6ab374bdb 100644 --- a/cmd/helm/repo_list.go +++ b/cmd/helm/repo_list.go @@ -17,11 +17,11 @@ limitations under the License. package main import ( + "errors" "fmt" "io" "github.com/gosuri/uitable" - "github.com/pkg/errors" "github.com/spf13/cobra" "helm.sh/helm/v3/cmd/helm/require"