aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/postgres.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/postgres.go')
-rw-r--r--internal/postgres/postgres.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/postgres.go b/internal/postgres/postgres.go
index 351c811b..7d8ef8ef 100644
--- a/internal/postgres/postgres.go
+++ b/internal/postgres/postgres.go
@@ -5,7 +5,7 @@
package postgres
import (
- "golang.org/x/discovery/internal/database"
+ "golang.org/x/pkgsite/internal/database"
)
type DB struct {