diff options
| author | Ethan Lee <ethanalee@google.com> | 2026-03-23 20:01:34 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-24 12:07:17 -0700 |
| commit | 2a28a75de8607004c628480a40a1ecfc9d3cdfe1 (patch) | |
| tree | 2debc304eab96ecf310e178eac8cc4a58638fbf1 /internal/database/copy_test.go | |
| parent | 9da8f15f1c5721ddc1866bda9091a7f49c63fa10 (diff) | |
| download | go-x-pkgsite-2a28a75de8607004c628480a40a1ecfc9d3cdfe1.tar.xz | |
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 <ethanalee@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'internal/database/copy_test.go')
| -rw-r--r-- | internal/database/copy_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/database/copy_test.go b/internal/database/copy_test.go index a878985e..79b45ff1 100644 --- a/internal/database/copy_test.go +++ b/internal/database/copy_test.go @@ -11,8 +11,8 @@ import ( "testing" "github.com/google/go-cmp/cmp" - "github.com/jackc/pgx/v4" - "github.com/jackc/pgx/v4/stdlib" + "github.com/jackc/pgx/v5" + "github.com/jackc/pgx/v5/stdlib" ) type copyRow struct { |
