Skip to content

Commit

Permalink
blob/gcsblob: update proto import (#3228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Multiply authored Feb 25, 2023
1 parent 7cd8b2b commit e5235d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blob/gcsblob/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion blob/gcsblob/iam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e5235d8

Please sign in to comment.