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/testing/sample/sample.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internal/testing/sample/sample.go') diff --git a/internal/testing/sample/sample.go b/internal/testing/sample/sample.go index 9a6a1620..cb07fedc 100644 --- a/internal/testing/sample/sample.go +++ b/internal/testing/sample/sample.go @@ -14,10 +14,10 @@ import ( "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" "github.com/google/licensecheck" - "golang.org/x/discovery/internal" - "golang.org/x/discovery/internal/licenses" - "golang.org/x/discovery/internal/source" - "golang.org/x/discovery/internal/version" + "golang.org/x/pkgsite/internal" + "golang.org/x/pkgsite/internal/licenses" + "golang.org/x/pkgsite/internal/source" + "golang.org/x/pkgsite/internal/version" ) // These sample values can be used to construct test cases. -- cgit v1.3-6-g1900