Skip to content

Commit 84eb508

Browse files
authored
fix(deps): update module github.com/jackc/pgx/v5 to v5.7.5 (rnaveiras#353)
2 parents b0f4482 + 290015f commit 84eb508

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.2
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0
7-
github.com/jackc/pgx/v5 v5.7.4
7+
github.com/jackc/pgx/v5 v5.7.5
88
github.com/prometheus/client_golang v1.22.0
99
github.com/prometheus/common v0.63.0
1010
)
@@ -15,11 +15,13 @@ require (
1515
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1616
github.com/jackc/pgpassfile v1.0.0 // indirect
1717
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
18+
github.com/jackc/puddle/v2 v2.2.2 // indirect
1819
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
1920
github.com/prometheus/client_model v0.6.1 // indirect
2021
github.com/prometheus/procfs v0.15.1 // indirect
2122
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
2223
golang.org/x/crypto v0.37.0 // indirect
24+
golang.org/x/sync v0.13.0 // indirect
2325
golang.org/x/sys v0.32.0 // indirect
2426
golang.org/x/text v0.24.0 // indirect
2527
google.golang.org/protobuf v1.36.5 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
1515
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
1616
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
1717
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
18-
github.com/jackc/pgx/v5 v5.7.4 h1:9wKznZrhWa2QiHL+NjTSPP6yjl3451BX3imWDnokYlg=
19-
github.com/jackc/pgx/v5 v5.7.4/go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ=
18+
github.com/jackc/pgx/v5 v5.7.5 h1:JHGfMnQY+IEtGM63d+NGMjoRpysB2JBwDr5fsngwmJs=
19+
github.com/jackc/pgx/v5 v5.7.5/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
2020
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
2121
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
2222
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)