Skip to content

Commit e3ca0c6

Browse files
Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.2 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.2...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8fc3c2 commit e3ca0c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ require (
2121
k8s.io/apimachinery v0.34.0
2222
k8s.io/client-go v0.34.0
2323
sigs.k8s.io/controller-runtime v0.21.0
24+
sigs.k8s.io/yaml v1.6.0
2425
)
2526

2627
require (
@@ -92,7 +93,7 @@ require (
9293
github.com/iancoleman/strcase v0.3.0 // indirect
9394
github.com/jackc/pgpassfile v1.0.0 // indirect
9495
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
95-
github.com/jackc/pgx/v5 v5.7.2 // indirect
96+
github.com/jackc/pgx/v5 v5.9.2 // indirect
9697
github.com/jackc/puddle/v2 v2.2.2 // indirect
9798
github.com/jmespath/go-jmespath v0.4.0 // indirect
9899
github.com/jmoiron/sqlx v1.4.0 // indirect
@@ -191,5 +192,4 @@ require (
191192
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
192193
sigs.k8s.io/randfill v1.0.0 // indirect
193194
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
194-
sigs.k8s.io/yaml v1.6.0 // indirect
195195
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
200200
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
201201
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
202202
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
203-
github.com/jackc/pgx/v5 v5.7.2 h1:mLoDLV6sonKlvjIEsV56SkWNCnuNv531l94GaIzO+XI=
204-
github.com/jackc/pgx/v5 v5.7.2/go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ=
203+
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
204+
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
205205
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
206206
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
207207
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=

0 commit comments

Comments
 (0)