From 19794c8aeb90c0a8f17c5ee1ed187bd005a1fd40 Mon Sep 17 00:00:00 2001 From: Julie Qiu Date: Tue, 21 Apr 2020 16:51:29 -0400 Subject: all: rename module to golang.org/x/pkgsite golang.org/x/discovery is renamed to golang.org/x/pkgsite. When the repository is open sourced, it will be hosted at go.googlesource.com/pkgsite. Change-Id: Ifc3b45b771a385b99179e785447f2a87afcacf87 Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/724273 Reviewed-by: Jonathan Amsterdam --- internal/queue/queue.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/queue/queue.go') diff --git a/internal/queue/queue.go b/internal/queue/queue.go index 39a03203..9242595d 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -14,11 +14,11 @@ import ( "time" cloudtasks "cloud.google.com/go/cloudtasks/apiv2" - "golang.org/x/discovery/internal/config" - "golang.org/x/discovery/internal/log" - "golang.org/x/discovery/internal/postgres" - "golang.org/x/discovery/internal/proxy" - "golang.org/x/discovery/internal/source" + "golang.org/x/pkgsite/internal/config" + "golang.org/x/pkgsite/internal/log" + "golang.org/x/pkgsite/internal/postgres" + "golang.org/x/pkgsite/internal/proxy" + "golang.org/x/pkgsite/internal/source" taskspb "google.golang.org/genproto/googleapis/cloud/tasks/v2" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" -- cgit v1.3