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:
renovate[bot] 2022-11-09 11:48:56 +01:00 committed by GitHub
parent 3c6d59ce7e
commit cf9693af24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 93 additions and 373 deletions

View file

@ -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 (