Skip to content

Commit f3023c2

Browse files
chore(deps): bump github.com/jackc/pgx/v5
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.5 to 5.9.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.5...v5.9.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f40f137 commit f3023c2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • services/apps/git_integration/src/crowdgit/services/vulnerability_scanner

services/apps/git_integration/src/crowdgit/services/vulnerability_scanner/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ go 1.25.7
44

55
require (
66
github.com/google/osv-scanner/v2 v2.3.3
7-
github.com/jackc/pgx/v5 v5.7.5
7+
github.com/jackc/pgx/v5 v5.9.0
8+
github.com/ossf/osv-schema/bindings/go v0.0.0-20260114034825-230b4a2f4d73
89
google.golang.org/protobuf v1.36.11
910
)
1011

@@ -110,7 +111,6 @@ require (
110111
github.com/opencontainers/image-spec v1.1.1 // indirect
111112
github.com/opencontainers/runtime-spec v1.2.1 // indirect
112113
github.com/opencontainers/selinux v1.13.0 // indirect
113-
github.com/ossf/osv-schema/bindings/go v0.0.0-20260114034825-230b4a2f4d73 // indirect
114114
github.com/owenrumney/go-sarif/v3 v3.3.0 // indirect
115115
github.com/package-url/packageurl-go v0.1.3 // indirect
116116
github.com/pandatix/go-cvss v0.6.2 // indirect

services/apps/git_integration/src/crowdgit/services/vulnerability_scanner/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
235235
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
236236
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
237237
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
238-
github.com/jackc/pgx/v5 v5.7.5 h1:JHGfMnQY+IEtGM63d+NGMjoRpysB2JBwDr5fsngwmJs=
239-
github.com/jackc/pgx/v5 v5.7.5/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
238+
github.com/jackc/pgx/v5 v5.9.0 h1:T/dI+2TvmI2H8s/KH1/lXIbz1CUFk3gn5oTjr0/mBsE=
239+
github.com/jackc/pgx/v5 v5.9.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
240240
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
241241
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
242242
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=

0 commit comments

Comments
 (0)