File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/checkmarx/ast-cli
22
3- go 1.23.6
3+ go 1.24.2
44
55require (
66 github.com/Checkmarx/containers-resolver v1.0.6-0.20250130184119-42af4015f216
77 github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63
88 github.com/Checkmarx/gen-ai-wrapper v1.0.2
99 github.com/Checkmarx/secret-detection v0.0.3-0.20250327150305-31c2c3be9edf
1010 github.com/MakeNowJust/heredoc v1.0.0
11- github.com/bouk/monkey v1.0.0
1211 github.com/gofrs/flock v0.12.1
1312 github.com/golang-jwt/jwt/v5 v5.2.2
1413 github.com/gomarkdown/markdown v0.0.0-20241102151059-6bc1ffdc6e8c
@@ -28,7 +27,6 @@ require (
2827 golang.org/x/text v0.22.0
2928 google.golang.org/grpc v1.67.3
3029 google.golang.org/protobuf v1.36.3
31- gopkg.in/yaml.v2 v2.4.0
3230 gopkg.in/yaml.v3 v3.0.1
3331 gotest.tools v2.2.0+incompatible
3432)
@@ -286,6 +284,7 @@ require (
286284 gopkg.in/inf.v0 v0.9.1 // indirect
287285 gopkg.in/ini.v1 v1.67.0 // indirect
288286 gopkg.in/warnings.v0 v0.1.2 // indirect
287+ gopkg.in/yaml.v2 v2.4.0 // indirect
289288 helm.sh/helm/v3 v3.17.0 // indirect
290289 k8s.io/api v0.32.0 // indirect
291290 k8s.io/apiextensions-apiserver v0.32.0 // indirect
Original file line number Diff line number Diff line change @@ -181,8 +181,6 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
181181github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
182182github.com/bmatcuk/doublestar/v4 v4.8.0 h1:DSXtrypQddoug1459viM9X9D3dp1Z7993fw36I2kNcQ =
183183github.com/bmatcuk/doublestar/v4 v4.8.0 /go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc =
184- github.com/bouk/monkey v1.0.0 h1:k6z8fLlPhETfn5l9rlWVE7Q6B23DoaqosTdArvNQRdc =
185- github.com/bouk/monkey v1.0.0 /go.mod h1:PG/63f4XEUlVyW1ttIeOJmJhhe1+t9EC/je3eTjvFhE =
186184github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M =
187185github.com/bradleyjkemp/cupaloy/v2 v2.8.0 /go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0 =
188186github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70 =
You can’t perform that action at this time.
0 commit comments