aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/insert_module.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/insert_module.go')
-rw-r--r--internal/postgres/insert_module.go14
1 files changed, 7 insertions, 7 deletions
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