From 7374b5110b749c3f361f25d835e03d622fa48771 Mon Sep 17 00:00:00 2001 From: Dirk Moermans Date: Mon, 29 Nov 2021 10:31:27 +0100 Subject: [PATCH] use correct formatter Signed-off-by: Dirk Moermans --- pkg/repo/index_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/repo/index_test.go b/pkg/repo/index_test.go index 92b9f658d..4a630fe74 100644 --- a/pkg/repo/index_test.go +++ b/pkg/repo/index_test.go @@ -28,6 +28,7 @@ import ( "testing" "golang.org/x/sync/errgroup" + "helm.sh/helm/v3/pkg/chart" "helm.sh/helm/v3/pkg/cli" "helm.sh/helm/v3/pkg/getter"