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/stdlib/stdlib.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/stdlib/stdlib.go') diff --git a/internal/stdlib/stdlib.go b/internal/stdlib/stdlib.go index a2e47992..ba3033c7 100644 --- a/internal/stdlib/stdlib.go +++ b/internal/stdlib/stdlib.go @@ -21,9 +21,9 @@ import ( "strings" "time" - "golang.org/x/discovery/internal/derrors" - "golang.org/x/discovery/internal/testing/testhelper" "golang.org/x/mod/semver" + "golang.org/x/pkgsite/internal/derrors" + "golang.org/x/pkgsite/internal/testing/testhelper" "gopkg.in/src-d/go-billy.v4/osfs" "gopkg.in/src-d/go-git.v4" -- cgit v1.3-5-g9baa