File tree Expand file tree Collapse file tree
services/apps/git_integration/src/crowdgit/services/vulnerability_scanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ go 1.25.7
44
55require (
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
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
235235github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
236236github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
237237github.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 =
240240github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
241241github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
242242github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A =
You can’t perform that action at this time.
0 commit comments