Skip to content

Commit cea08a0

Browse files
authored
Merge pull request #63 from smallstep/mariano/pgx
Upgrade postgres library
2 parents 709752c + 383be78 commit cea08a0

File tree

3 files changed

+10
-152
lines changed

3 files changed

+10
-152
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/dgraph-io/badger v1.6.2
77
github.com/dgraph-io/badger/v2 v2.2007.4
88
github.com/go-sql-driver/mysql v1.8.1
9-
github.com/jackc/pgx/v4 v4.18.3
9+
github.com/jackc/pgx/v5 v5.6.0
1010
github.com/pkg/errors v0.9.1
1111
github.com/smallstep/assert v0.0.0-20180720014142-de77670473b5
1212
go.etcd.io/bbolt v1.3.10
@@ -21,17 +21,15 @@ require (
2121
github.com/dustin/go-humanize v1.0.0 // indirect
2222
github.com/golang/protobuf v1.5.0 // indirect
2323
github.com/golang/snappy v0.0.3 // indirect
24-
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
25-
github.com/jackc/pgconn v1.14.3 // indirect
26-
github.com/jackc/pgio v1.0.0 // indirect
2724
github.com/jackc/pgpassfile v1.0.0 // indirect
28-
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
2925
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
30-
github.com/jackc/pgtype v1.14.0 // indirect
26+
github.com/jackc/puddle/v2 v2.2.1 // indirect
3127
github.com/klauspost/compress v1.12.3 // indirect
3228
golang.org/x/crypto v0.21.0 // indirect
3329
golang.org/x/net v0.23.0 // indirect
30+
golang.org/x/sync v0.5.0 // indirect
3431
golang.org/x/sys v0.18.0 // indirect
3532
golang.org/x/text v0.14.0 // indirect
33+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
3634
google.golang.org/protobuf v1.33.0 // indirect
3735
)

0 commit comments

Comments
 (0)