mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
gcpkms: further deal with Google SDK deprecations
xref: e535dc7c1d/migration.md
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"cloud.google.com/go/kms/apiv1/kmspb"
|
||||
"github.com/stretchr/testify/assert"
|
||||
kmspb "google.golang.org/genproto/googleapis/cloud/kms/v1"
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
|
||||
@@ -23,12 +23,11 @@ import (
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
kmspb "google.golang.org/genproto/googleapis/cloud/kms/v1"
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/types/known/anypb"
|
||||
|
||||
"cloud.google.com/go/kms/apiv1/kmspb"
|
||||
"google.golang.org/genproto/googleapis/rpc/status"
|
||||
"google.golang.org/grpc/metadata"
|
||||
"google.golang.org/protobuf/proto"
|
||||
"google.golang.org/protobuf/types/known/anypb"
|
||||
)
|
||||
|
||||
var _ = io.EOF
|
||||
|
||||
Reference in New Issue
Block a user