Skip to content

Commit

Permalink
runtimevar/gcpsecretmanager: update proto import (#3231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Multiply authored Feb 25, 2023
1 parent e5235d8 commit b361258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimevar/gcpsecretmanager/gcpsecretmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ import (
"time"

secretmanager "cloud.google.com/go/secretmanager/apiv1"
"cloud.google.com/go/secretmanager/apiv1/secretmanagerpb"
"github.com/google/wire"
"gocloud.dev/gcerrors"
"gocloud.dev/gcp"
"gocloud.dev/internal/gcerr"
"gocloud.dev/runtimevar"
"gocloud.dev/runtimevar/driver"
"google.golang.org/api/option"
secretmanagerpb "google.golang.org/genproto/googleapis/cloud/secretmanager/v1"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/credentials"
Expand Down
2 changes: 1 addition & 1 deletion runtimevar/gcpsecretmanager/gcpsecretmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import (
"testing"

secretmanager "cloud.google.com/go/secretmanager/apiv1"
"cloud.google.com/go/secretmanager/apiv1/secretmanagerpb"
"gocloud.dev/internal/gcerr"
"gocloud.dev/internal/testing/setup"
"gocloud.dev/runtimevar"
"gocloud.dev/runtimevar/driver"
"gocloud.dev/runtimevar/drivertest"
"google.golang.org/api/option"
secretmanagerpb "google.golang.org/genproto/googleapis/cloud/secretmanager/v1"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
Expand Down

0 comments on commit b361258

Please sign in to comment.