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 @@ -5,6 +5,7 @@ go 1.25.7
55require (
66 github.com/google/osv-scanner/v2 v2.3.3
77 github.com/jackc/pgx/v5 v5.7.5
8+ github.com/ossf/osv-schema/bindings/go v0.0.0-20260114034825-230b4a2f4d73
89 google.golang.org/protobuf v1.36.11
910)
1011
@@ -50,7 +51,7 @@ require (
5051 github.com/diskfs/go-diskfs v1.7.0 // indirect
5152 github.com/distribution/reference v0.6.0 // indirect
5253 github.com/djherbis/times v1.6.0 // indirect
53- github.com/docker/cli v28.3.3 +incompatible // indirect
54+ github.com/docker/cli v29.2.0 +incompatible // indirect
5455 github.com/docker/distribution v2.8.3+incompatible // indirect
5556 github.com/docker/docker v28.3.3+incompatible // indirect
5657 github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -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 @@ -106,8 +106,8 @@ github.com/djherbis/times v1.6.0 h1:w2ctJ92J8fBvWPxugmXIv7Nz7Q3iDMKNx9v5ocVH20c=
106106github.com/djherbis/times v1.6.0 /go.mod h1:gOHeRAz2h+VJNZ5Gmc/o7iD9k4wW7NMVqieYCY99oc0 =
107107github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ =
108108github.com/dlclark/regexp2 v1.11.5 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
109- github.com/docker/cli v28.3.3 +incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo =
110- github.com/docker/cli v28.3.3 +incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
109+ github.com/docker/cli v29.2.0 +incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM =
110+ github.com/docker/cli v29.2.0 +incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
111111github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
112112github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
113113github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI =
You can’t perform that action at this time.
0 commit comments