From e5235d85eb9a1674f26984a068fcd91f445ef620 Mon Sep 17 00:00:00 2001 From: Jens Fosgerau Date: Sat, 25 Feb 2023 18:08:23 +0100 Subject: [PATCH] blob/gcsblob: update proto import (#3228) --- blob/gcsblob/iam.go | 2 +- blob/gcsblob/iam_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blob/gcsblob/iam.go b/blob/gcsblob/iam.go index e633c7f782..927793b91c 100644 --- a/blob/gcsblob/iam.go +++ b/blob/gcsblob/iam.go @@ -23,8 +23,8 @@ import ( "sync" credentials "cloud.google.com/go/iam/credentials/apiv1" + "cloud.google.com/go/iam/credentials/apiv1/credentialspb" gax "github.com/googleapis/gax-go/v2" - credentialspb "google.golang.org/genproto/googleapis/iam/credentials/v1" ) // credentialsClient wraps the IAM Credentials API client for a lazy initialization diff --git a/blob/gcsblob/iam_test.go b/blob/gcsblob/iam_test.go index 65afca03e2..897a0e8a61 100644 --- a/blob/gcsblob/iam_test.go +++ b/blob/gcsblob/iam_test.go @@ -19,8 +19,8 @@ import ( "errors" "testing" + "cloud.google.com/go/iam/credentials/apiv1/credentialspb" gax "github.com/googleapis/gax-go/v2" - credentialspb "google.golang.org/genproto/googleapis/iam/credentials/v1" ) const (