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 --- cmd/internal/cmdconfig/cmdconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/internal/cmdconfig/cmdconfig.go') diff --git a/cmd/internal/cmdconfig/cmdconfig.go b/cmd/internal/cmdconfig/cmdconfig.go index 8bf80e87..01645fde 100644 --- a/cmd/internal/cmdconfig/cmdconfig.go +++ b/cmd/internal/cmdconfig/cmdconfig.go @@ -15,7 +15,7 @@ import ( "cloud.google.com/go/errorreporting" "cloud.google.com/go/logging" "contrib.go.opencensus.io/integrations/ocsql" - _ "github.com/jackc/pgx/v4/stdlib" // for pgx driver + _ "github.com/jackc/pgx/v5/stdlib" // for pgx driver "golang.org/x/pkgsite/internal" "golang.org/x/pkgsite/internal/config" "golang.org/x/pkgsite/internal/config/dynconfig" -- cgit v1.3