aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 5 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 2ee937cf..069296b2 100644
--- a/go.mod
+++ b/go.mod
@@ -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