mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-28 17:54:09 -04:00
Update Google cloud SDK (#457)
* Update Google cloud SDK * [bot] Tidy all modules * migrate from google.golang.org/genproto/googleapis/cloud/kms/v1 to cloud.google.com/go/kms/apiv1/kmspb Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
3c6d59ce7e
commit
cf9693af24
10 changed files with 93 additions and 373 deletions
|
@ -13,13 +13,13 @@ import (
|
|||
"net/url"
|
||||
"strconv"
|
||||
|
||||
"cloud.google.com/go/kms/apiv1/kmspb"
|
||||
"github.com/edgelesssys/constellation/v2/kms/internal/storage"
|
||||
"github.com/edgelesssys/constellation/v2/kms/kms"
|
||||
"github.com/edgelesssys/constellation/v2/kms/kms/aws"
|
||||
"github.com/edgelesssys/constellation/v2/kms/kms/azure"
|
||||
"github.com/edgelesssys/constellation/v2/kms/kms/cluster"
|
||||
"github.com/edgelesssys/constellation/v2/kms/kms/gcp"
|
||||
kmspb "google.golang.org/genproto/googleapis/cloud/kms/v1"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue