diff options
Diffstat (limited to 'internal/queue/gcpqueue/queue.go')
| -rw-r--r-- | internal/queue/gcpqueue/queue.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/queue/gcpqueue/queue.go b/internal/queue/gcpqueue/queue.go index bd568528..e007bf0f 100644 --- a/internal/queue/gcpqueue/queue.go +++ b/internal/queue/gcpqueue/queue.go @@ -16,9 +16,9 @@ import ( "strings" "time" - "cloud.google.com/go/cloudtasks/apiv2" + cloudtasks "cloud.google.com/go/cloudtasks/apiv2" + taskspb "cloud.google.com/go/cloudtasks/apiv2/cloudtaskspb" "golang.org/x/pkgsite/internal/config/serverconfig" - taskspb "google.golang.org/genproto/googleapis/cloud/tasks/v2" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" "google.golang.org/protobuf/types/known/durationpb" |
