@@ -11,12 +11,12 @@ require (
11
11
github.com/muesli/termenv v0.15.2
12
12
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
13
13
github.com/pkg/errors v0.9.1
14
- github.com/rs/zerolog v1.33 .0
14
+ github.com/rs/zerolog v1.34 .0
15
15
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
16
- github.com/snyk/code-client-go v1.17.1
16
+ github.com/snyk/code-client-go v1.20.0
17
17
github.com/snyk/go-httpauth v0.0.0-20231117135515-eb445fea7530
18
- github.com/spf13/cobra v1.8 .1
19
- github.com/spf13/pflag v1.0.5
18
+ github.com/spf13/cobra v1.9 .1
19
+ github.com/spf13/pflag v1.0.6
20
20
github.com/spf13/viper v1.13.0
21
21
github.com/stretchr/testify v1.10.0
22
22
github.com/xeipuuv/gojsonschema v1.2.0
@@ -31,36 +31,35 @@ require (
31
31
github.com/oapi-codegen/runtime v1.1.1
32
32
github.com/snyk/error-catalog-golang-public v0.0.0-20250218074309-307ad7b38a60
33
33
github.com/subosito/gotenv v1.4.1
34
- golang.org/x/sync v0.11 .0
34
+ golang.org/x/sync v0.13 .0
35
35
gopkg.in/yaml.v3 v3.0.1
36
36
)
37
37
38
38
require (
39
39
dario.cat/mergo v1.0.1 // indirect
40
40
github.com/Microsoft/go-winio v0.6.2 // indirect
41
- github.com/ProtonMail/go-crypto v1.1.5 // indirect
41
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
42
42
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
43
43
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
44
44
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
45
45
github.com/cloudflare/circl v1.6.0 // indirect
46
46
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
47
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
48
- github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
48
+ github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
49
49
github.com/emirpasic/gods v1.18.1 // indirect
50
50
github.com/fsnotify/fsnotify v1.5.4 // indirect
51
- github.com/getkin/kin-openapi v0.128 .0 // indirect
51
+ github.com/getkin/kin-openapi v0.131 .0 // indirect
52
52
github.com/gkampitakis/ciinfo v0.3.0 // indirect
53
53
github.com/gkampitakis/go-diff v1.3.2 // indirect
54
54
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
55
55
github.com/go-git/go-billy/v5 v5.6.2 // indirect
56
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
57
- github.com/go-openapi/swag v0.23.0 // indirect
56
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
57
+ github.com/go-openapi/swag v0.23.1 // indirect
58
58
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
59
59
github.com/hashicorp/go-version v1.7.0 // indirect
60
60
github.com/hashicorp/hcl v1.0.0 // indirect
61
61
github.com/hashicorp/logutils v1.0.0 // indirect
62
62
github.com/inconshreveable/mousetrap v1.1.0 // indirect
63
- github.com/invopop/yaml v0.3.1 // indirect
64
63
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
65
64
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
66
65
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
@@ -74,14 +73,16 @@ require (
74
73
github.com/kr/text v0.2.0 // indirect
75
74
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
76
75
github.com/magiconair/properties v1.8.6 // indirect
77
- github.com/mailru/easyjson v0.7.7 // indirect
76
+ github.com/mailru/easyjson v0.9.0 // indirect
78
77
github.com/maruel/natural v1.1.1 // indirect
79
- github.com/mattn/go-colorable v0.1.13 // indirect
78
+ github.com/mattn/go-colorable v0.1.14 // indirect
80
79
github.com/mattn/go-runewidth v0.0.15 // indirect
81
80
github.com/mitchellh/mapstructure v1.5.0 // indirect
82
81
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
83
82
github.com/muesli/reflow v0.3.0 // indirect
84
- github.com/pact-foundation/pact-go/v2 v2.0.8 // indirect
83
+ github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
84
+ github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
85
+ github.com/pact-foundation/pact-go/v2 v2.4.1 // indirect
85
86
github.com/pelletier/go-toml v1.9.5 // indirect
86
87
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
87
88
github.com/perimeterx/marshmallow v1.1.5 // indirect
@@ -92,8 +93,9 @@ require (
92
93
github.com/rogpeppe/go-internal v1.14.1 // indirect
93
94
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
94
95
github.com/skeema/knownhosts v1.3.1 // indirect
95
- github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
96
- github.com/spf13/afero v1.11.0 // indirect
96
+ github.com/speakeasy-api/jsonpath v0.6.1 // indirect
97
+ github.com/speakeasy-api/openapi-overlay v0.10.1 // indirect
98
+ github.com/spf13/afero v1.14.0 // indirect
97
99
github.com/spf13/cast v1.5.0 // indirect
98
100
github.com/spf13/jwalterweatherman v1.1.0 // indirect
99
101
github.com/tidwall/gjson v1.17.0 // indirect
@@ -104,12 +106,14 @@ require (
104
106
github.com/xanzy/ssh-agent v0.3.3 // indirect
105
107
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
106
108
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
107
- golang.org/x/crypto v0.35.0 // indirect
108
- golang.org/x/mod v0.22.0 // indirect
109
- golang.org/x/net v0.35.0 // indirect
110
- golang.org/x/sys v0.30.0 // indirect
111
- golang.org/x/text v0.22.0 // indirect
112
- golang.org/x/tools v0.29.0 // indirect
109
+ golang.org/x/crypto v0.37.0 // indirect
110
+ golang.org/x/mod v0.24.0 // indirect
111
+ golang.org/x/net v0.38.0 // indirect
112
+ golang.org/x/sys v0.32.0 // indirect
113
+ golang.org/x/text v0.24.0 // indirect
114
+ golang.org/x/tools v0.31.0 // indirect
115
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250404141209-ee84b53bf3d0 // indirect
116
+ google.golang.org/protobuf v1.36.6 // indirect
113
117
gopkg.in/ini.v1 v1.67.0 // indirect
114
118
gopkg.in/warnings.v0 v0.1.2 // indirect
115
119
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments