From e7a6d1a8eb326dcac0799752cc94e45ff4c2339c Mon Sep 17 00:00:00 2001 From: Giulio Calzolari <9049490+giuliocalzolari@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:30:40 +0200 Subject: [PATCH] Update helm.go --- cmd/helm/helm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 687553481..38746e832 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -22,6 +22,7 @@ import ( "log" "os" "strings" + "time" "github.com/spf13/cobra" "sigs.k8s.io/yaml"