Skip to content

Commit 44f897a

Browse files
dependabot[bot]tekton-robot
authored andcommitted
chore(deps): bump github.com/jackc/pgx/v5 from 5.7.6 to 5.9.2
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.6 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.6...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 ff8a9d6 commit 44f897a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ require (
134134
github.com/in-toto/attestation v1.2.0 // indirect
135135
github.com/in-toto/in-toto-golang v0.11.0 // indirect
136136
github.com/inconshreveable/mousetrap v1.1.0 // indirect
137-
github.com/jackc/pgx/v5 v5.7.6 // indirect
137+
github.com/jackc/pgx/v5 v5.9.2 // indirect
138138
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
139139
github.com/json-iterator/go v1.1.12 // indirect
140140
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
389389
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
390390
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
391391
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
392-
github.com/jackc/pgx/v5 v5.7.6 h1:rWQc5FwZSPX58r1OQmkuaNicxdmExaEz5A2DO2hUuTk=
393-
github.com/jackc/pgx/v5 v5.7.6/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
392+
github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw=
393+
github.com/jackc/pgx/v5 v5.9.2/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
394394
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
395395
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
396396
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v1
438438
# github.com/inconshreveable/mousetrap v1.1.0
439439
## explicit; go 1.18
440440
github.com/inconshreveable/mousetrap
441-
# github.com/jackc/pgx/v5 v5.7.6
442-
## explicit; go 1.23.0
441+
# github.com/jackc/pgx/v5 v5.9.2
442+
## explicit; go 1.25.0
443443
# github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
444444
## explicit; go 1.20
445445
github.com/jedisct1/go-minisign

0 commit comments

Comments
 (0)