diff options
| author | Julie Qiu <julie@golang.org> | 2020-04-21 16:51:29 -0400 |
|---|---|---|
| committer | Julie Qiu <julieqiu@google.com> | 2020-04-23 16:18:43 +0000 |
| commit | 19794c8aeb90c0a8f17c5ee1ed187bd005a1fd40 (patch) | |
| tree | 6552b4c49b886aff9633fa4a304149f11768403a /internal/postgres/insert_module_test.go | |
| parent | 5599c558a14efd44b957ef0da0f49333c13bced5 (diff) | |
| download | go-x-pkgsite-19794c8aeb90c0a8f17c5ee1ed187bd005a1fd40.tar.xz | |
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 <jba@google.com>
Diffstat (limited to 'internal/postgres/insert_module_test.go')
| -rw-r--r-- | internal/postgres/insert_module_test.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/postgres/insert_module_test.go b/internal/postgres/insert_module_test.go index 6130071d..780099e7 100644 --- a/internal/postgres/insert_module_test.go +++ b/internal/postgres/insert_module_test.go @@ -14,12 +14,12 @@ import ( "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" - "golang.org/x/discovery/internal" - "golang.org/x/discovery/internal/derrors" - "golang.org/x/discovery/internal/experiment" - "golang.org/x/discovery/internal/licenses" - "golang.org/x/discovery/internal/source" - "golang.org/x/discovery/internal/testing/sample" + "golang.org/x/pkgsite/internal" + "golang.org/x/pkgsite/internal/derrors" + "golang.org/x/pkgsite/internal/experiment" + "golang.org/x/pkgsite/internal/licenses" + "golang.org/x/pkgsite/internal/source" + "golang.org/x/pkgsite/internal/testing/sample" ) func TestInsertModule(t *testing.T) { |
