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/database/database_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/database/database_test.go') diff --git a/internal/database/database_test.go b/internal/database/database_test.go index 789983de..589acf17 100644 --- a/internal/database/database_test.go +++ b/internal/database/database_test.go @@ -16,7 +16,7 @@ import ( "time" "github.com/google/go-cmp/cmp" - "golang.org/x/discovery/internal/testing/dbtest" + "golang.org/x/pkgsite/internal/testing/dbtest" ) const testTimeout = 5 * time.Second -- cgit v1.3