From 2a28a75de8607004c628480a40a1ecfc9d3cdfe1 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 23 Mar 2026 20:01:34 +0000 Subject: all: pgx/v4 to v5 and upgrade pq - In preparation for upgrade to PostgreSQL 17, upgrade stale dependencies within pkgsite. Change-Id: Id54cbb46182711b9808ee3bbbe2f0d5d9a04583d Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/758121 Auto-Submit: Ethan Lee LUCI-TryBot-Result: Go LUCI Reviewed-by: Jonathan Amsterdam kokoro-CI: kokoro --- internal/database/copy.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/database/copy.go') diff --git a/internal/database/copy.go b/internal/database/copy.go index 86244eae..dbcdb67d 100644 --- a/internal/database/copy.go +++ b/internal/database/copy.go @@ -11,8 +11,8 @@ import ( "strings" "time" - "github.com/jackc/pgx/v4" - "github.com/jackc/pgx/v4/stdlib" + "github.com/jackc/pgx/v5" + "github.com/jackc/pgx/v5/stdlib" "golang.org/x/pkgsite/internal/derrors" "golang.org/x/pkgsite/internal/log" ) -- cgit v1.3