Secrets: Add kms providers imports (#108210)

This commit is contained in:
Matheus Macabu
2025-07-17 12:04:59 +02:00
committed by GitHub
parent c6a6b9fdd2
commit f7891a27d2
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ import (
_ "github.com/russellhaering/goxmldsig"
_ "github.com/spf13/cobra" // used by the standalone apiserver cli
_ "github.com/stretchr/testify/require"
_ "gocloud.dev/secrets/awskms"
_ "gocloud.dev/secrets/azurekeyvault"
_ "gocloud.dev/secrets/gcpkms"
_ "gocloud.dev/secrets/hashivault"
_ "golang.org/x/time/rate"
_ "k8s.io/api"