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 /go.mod | |
| 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 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -22,10 +22,9 @@ require ( github.com/google/go-replayers/httpreplay v1.0.0 github.com/google/licensecheck v0.3.1 github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516 - github.com/jackc/pgconn v1.14.3 - github.com/jackc/pgx/v4 v4.18.3 + github.com/jackc/pgx/v5 v5.9.1 github.com/jba/templatecheck v0.6.0 - github.com/lib/pq v1.10.9 + github.com/lib/pq v1.12.0 github.com/russross/blackfriday/v2 v2.1.0 go.opencensus.io v0.24.0 golang.org/x/mod v0.34.0 @@ -65,12 +64,9 @@ require ( github.com/googleapis/gax-go/v2 v2.11.0 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-multierror v1.1.0 // indirect - github.com/jackc/chunkreader/v2 v2.0.1 // indirect - github.com/jackc/pgio v1.0.0 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect - github.com/jackc/pgproto3/v2 v2.3.3 // indirect - github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect - github.com/jackc/pgtype v1.14.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect @@ -80,7 +76,7 @@ require ( github.com/prometheus/client_model v0.3.0 // indirect github.com/prometheus/common v0.26.0 // indirect github.com/prometheus/procfs v0.6.0 // indirect - github.com/stretchr/testify v1.8.3 // indirect + github.com/rogpeppe/go-internal v1.6.1 // indirect github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect go.uber.org/atomic v1.6.0 // indirect golang.org/x/crypto v0.49.0 // indirect |
