@@ -7,9 +7,11 @@ require (
7
7
github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63
8
8
github.com/Checkmarx/gen-ai-wrapper v1.0.2
9
9
github.com/Checkmarx/manifest-parser v0.0.6
10
- github.com/Checkmarx/secret-detection v0.0.3-0.20250527150511-279999b16193
10
+ github.com/Checkmarx/secret-detection v0.0.3-0.20250603104046-0238ea8adb38
11
11
github.com/MakeNowJust/heredoc v1.0.0
12
12
github.com/bouk/monkey v1.0.0
13
+ github.com/checkmarx/2ms v1.4.1-0.20250603085607-be5ad6fd4405
14
+ github.com/gitleaks/go-gitdiff v0.9.1
13
15
github.com/gofrs/flock v0.12.1
14
16
github.com/golang-jwt/jwt/v5 v5.2.2
15
17
github.com/gomarkdown/markdown v0.0.0-20241102151059-6bc1ffdc6e8c
@@ -19,6 +21,7 @@ require (
19
21
github.com/jsumners/go-getport v1.0.0
20
22
github.com/mssola/user_agent v0.6.0
21
23
github.com/pkg/errors v0.9.1
24
+ github.com/rs/zerolog v1.34.0
22
25
github.com/spf13/cobra v1.9.1
23
26
github.com/spf13/viper v1.20.1
24
27
github.com/stretchr/testify v1.10.0
@@ -29,6 +32,7 @@ require (
29
32
golang.org/x/text v0.23.0
30
33
google.golang.org/grpc v1.72.0-dev
31
34
google.golang.org/protobuf v1.36.6
35
+ gopkg.in/yaml.v2 v2.4.0
32
36
gopkg.in/yaml.v3 v3.0.1
33
37
gotest.tools v2.2.0+incompatible
34
38
)
@@ -87,7 +91,6 @@ require (
87
91
github.com/charmbracelet/x/ansi v0.8.0 // indirect
88
92
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
89
93
github.com/charmbracelet/x/term v0.2.1 // indirect
90
- github.com/checkmarx/2ms v1.4.1-0.20250520133125-9a15b4fef33b // indirect
91
94
github.com/cloudflare/circl v1.6.0 // indirect
92
95
github.com/containerd/cgroups/v3 v3.0.5 // indirect
93
96
github.com/containerd/containerd v1.7.27 // indirect
@@ -130,14 +133,14 @@ require (
130
133
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
131
134
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
132
135
github.com/github/go-spdx/v2 v2.3.2 // indirect
133
- github.com/gitleaks/go-gitdiff v0.9.1 // indirect
134
136
github.com/go-errors/errors v1.5.1 // indirect
135
137
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
136
138
github.com/go-git/go-billy/v5 v5.6.2 // indirect
137
139
github.com/go-git/go-git/v5 v5.14.0 // indirect
138
140
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
139
141
github.com/go-logr/logr v1.4.2 // indirect
140
142
github.com/go-logr/stdr v1.2.2 // indirect
143
+ github.com/go-ole/go-ole v1.2.6 // indirect
141
144
github.com/go-openapi/jsonpointer v0.21.1 // indirect
142
145
github.com/go-openapi/jsonreference v0.21.0 // indirect
143
146
github.com/go-openapi/swag v0.23.1 // indirect
@@ -227,7 +230,6 @@ require (
227
230
github.com/prometheus/common v0.63.0 // indirect
228
231
github.com/prometheus/procfs v0.16.0 // indirect
229
232
github.com/rivo/uniseg v0.4.7 // indirect
230
- github.com/rs/zerolog v1.34.0 // indirect
231
233
github.com/rubenv/sql-migrate v1.7.1 // indirect
232
234
github.com/russross/blackfriday/v2 v2.1.0 // indirect
233
235
github.com/rust-secure-code/go-rustaudit v0.0.0-20250226111315-e20ec32e963c // indirect
@@ -238,6 +240,7 @@ require (
238
240
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
239
241
github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d // indirect
240
242
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
243
+ github.com/shirou/gopsutil v3.21.11+incompatible // indirect
241
244
github.com/shopspring/decimal v1.4.0 // indirect
242
245
github.com/sirupsen/logrus v1.9.3 // indirect
243
246
github.com/skeema/knownhosts v1.3.1 // indirect
@@ -265,6 +268,7 @@ require (
265
268
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
266
269
github.com/xlab/treeprint v1.2.0 // indirect
267
270
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
271
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
268
272
github.com/zclconf/go-cty v1.16.2 // indirect
269
273
github.com/zricethezav/gitleaks/v8 v8.18.2 // indirect
270
274
go.opencensus.io v0.24.0 // indirect
@@ -273,6 +277,7 @@ require (
273
277
go.opentelemetry.io/otel v1.35.0 // indirect
274
278
go.opentelemetry.io/otel/metric v1.35.0 // indirect
275
279
go.opentelemetry.io/otel/trace v1.35.0 // indirect
280
+ go.uber.org/mock v0.5.2 // indirect
276
281
go.uber.org/multierr v1.11.0 // indirect
277
282
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
278
283
golang.org/x/mod v0.24.0 // indirect
@@ -288,7 +293,6 @@ require (
288
293
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
289
294
gopkg.in/inf.v0 v0.9.1 // indirect
290
295
gopkg.in/warnings.v0 v0.1.2 // indirect
291
- gopkg.in/yaml.v2 v2.4.0 // indirect
292
296
helm.sh/helm/v3 v3.17.3 // indirect
293
297
k8s.io/api v0.32.3 // indirect
294
298
k8s.io/apiextensions-apiserver v0.32.3 // indirect
0 commit comments