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 --- tests/screentest/seed.txt | 4 ++-- tests/search/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/screentest/seed.txt b/tests/screentest/seed.txt index 445ab39c..aba7c57e 100644 --- a/tests/screentest/seed.txt +++ b/tests/screentest/seed.txt @@ -18,7 +18,7 @@ github.com/hashicorp/vault/api@v1.0.3 github.com/hashicorp/vault/api@v1.1.1 github.com/hashicorp/vault/api/auth/approle@latest github.com/hashicorp/vault/api/auth/kubernetes@latest -github.com/jackc/pgx/v4@v4.11.0 +github.com/jackc/pgx/v5@v4.11.0 github.com/jba/bit@v0.2.0 github.com/julieqiu/api-demo@all github.com/stacklok/minder@v0.0.47 @@ -56,5 +56,5 @@ std@v1.16.3 std@v1.16.4 # This module is expected to return a 404, so that the path will redirect -# to github.com/jackc/pgx/v4/pgxpool. +# to github.com/jackc/pgx/v5/pgxpool. github.com/jackc/pgx/pgxpool@v3.6.2+incompatible diff --git a/tests/search/main.go b/tests/search/main.go index 7ac47b46..587cab41 100755 --- a/tests/search/main.go +++ b/tests/search/main.go @@ -17,7 +17,7 @@ import ( "strconv" "strings" - _ "github.com/jackc/pgx/v4/stdlib" // for pgx driver + _ "github.com/jackc/pgx/v5/stdlib" // for pgx driver "golang.org/x/pkgsite/internal/config/serverconfig" "golang.org/x/pkgsite/internal/database" "golang.org/x/pkgsite/internal/derrors" -- cgit v1.3