deps: remove dependency on helm/v2 (#3219)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-07-01 16:13:36 +02:00 committed by GitHub
parent c004e0610d
commit c7e8dfd1e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2 additions and 6 deletions

View file

@ -492,11 +492,11 @@ go_library(
"@io_k8s_client_go//restmapper",
"@io_k8s_client_go//tools/clientcmd",
"@io_k8s_client_go//util/retry",
"@sh_helm_helm//pkg/ignore",
"@sh_helm_helm_v3//pkg/action",
"@sh_helm_helm_v3//pkg/chart",
"@sh_helm_helm_v3//pkg/chart/loader",
"@sh_helm_helm_v3//pkg/chartutil",
"@sh_helm_helm_v3//pkg/ignore",
"@sh_helm_helm_v3//pkg/release",
],
)

View file

@ -15,9 +15,9 @@ import (
"strings"
"github.com/pkg/errors"
"helm.sh/helm/pkg/ignore"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chart/loader"
"helm.sh/helm/v3/pkg/ignore"
"github.com/edgelesssys/constellation/v2/internal/attestation/variant"
"github.com/edgelesssys/constellation/v2/internal/cloud/cloudprovider"