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/postgres/insert_module.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/postgres/insert_module.go') diff --git a/internal/postgres/insert_module.go b/internal/postgres/insert_module.go index 8992b787..71336e71 100644 --- a/internal/postgres/insert_module.go +++ b/internal/postgres/insert_module.go @@ -14,15 +14,15 @@ import ( "strings" "github.com/lib/pq" - "golang.org/x/discovery/internal" - "golang.org/x/discovery/internal/database" - "golang.org/x/discovery/internal/derrors" - "golang.org/x/discovery/internal/experiment" - "golang.org/x/discovery/internal/log" - "golang.org/x/discovery/internal/stdlib" - "golang.org/x/discovery/internal/version" "golang.org/x/mod/module" "golang.org/x/mod/semver" + "golang.org/x/pkgsite/internal" + "golang.org/x/pkgsite/internal/database" + "golang.org/x/pkgsite/internal/derrors" + "golang.org/x/pkgsite/internal/experiment" + "golang.org/x/pkgsite/internal/log" + "golang.org/x/pkgsite/internal/stdlib" + "golang.org/x/pkgsite/internal/version" ) // InsertModule inserts a version into the database using -- cgit v1.3-5-g9baa