aboutsummaryrefslogtreecommitdiff
path: root/internal/queue/queue_test.go
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2020-09-02 15:45:17 -0400
committerJonathan Amsterdam <jba@google.com>2020-09-03 17:02:49 +0000
commiteeb86e274dde747aa41b6ad9bbb3ea61d6c99408 (patch)
tree0472ab4698edbca12707c5f9f33de456c73553ee /internal/queue/queue_test.go
parentdec7f62e707e7174bac2447fcd7e5d5fb3da142c (diff)
downloadgo-x-pkgsite-eeb86e274dde747aa41b6ad9bbb3ea61d6c99408.tar.xz
internal/queue: use new proto package
As staticcheck tells us, the right proto package to use is google.golang.org/protobuf.proto. Change-Id: I6e0f987bdd9217c3d26397547a7df250d3e6fd11 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/252838 Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'internal/queue/queue_test.go')
-rw-r--r--internal/queue/queue_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/queue/queue_test.go b/internal/queue/queue_test.go
index 067fa090..9895cc65 100644
--- a/internal/queue/queue_test.go
+++ b/internal/queue/queue_test.go
@@ -8,10 +8,10 @@ import (
"testing"
"time"
- proto "github.com/golang/protobuf/proto"
"github.com/google/go-cmp/cmp"
"golang.org/x/pkgsite/internal/config"
taskspb "google.golang.org/genproto/googleapis/cloud/tasks/v2"
+ "google.golang.org/protobuf/proto"
)
func TestNewTaskID(t *testing.T) {