@@ -6,18 +6,18 @@ require (
6
6
github.com/caarlos0/env/v6 v6.10.1
7
7
github.com/google/go-cmp v0.5.9
8
8
github.com/google/go-github/v46 v46.0.0
9
- github.com/ossf/scorecard/v4 v4.12 .0
9
+ github.com/ossf/scorecard/v4 v4.13 .0
10
10
github.com/sigstore/cosign/v2 v2.2.0
11
11
github.com/spf13/cobra v1.7.0
12
- golang.org/x/net v0.15 .0
12
+ golang.org/x/net v0.16 .0
13
13
)
14
14
15
15
require (
16
- cloud.google.com/go v0.110.7 // indirect
16
+ cloud.google.com/go v0.110.8 // indirect
17
17
cloud.google.com/go/compute v1.23.0 // indirect
18
18
cloud.google.com/go/compute/metadata v0.2.3 // indirect
19
- cloud.google.com/go/iam v1.1.1 // indirect
20
- cloud.google.com/go/storage v1.31 .0 // indirect
19
+ cloud.google.com/go/iam v1.1.2 // indirect
20
+ cloud.google.com/go/storage v1.33 .0 // indirect
21
21
dario.cat/mergo v1.0.0 // indirect
22
22
filippo.io/edwards25519 v1.0.0 // indirect
23
23
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
@@ -31,7 +31,7 @@ require (
31
31
github.com/Azure/go-autorest/logger v0.2.1 // indirect
32
32
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
33
33
github.com/BurntSushi/toml v1.3.2 // indirect
34
- github.com/CycloneDX/cyclonedx-go v0.7.1 // indirect
34
+ github.com/CycloneDX/cyclonedx-go v0.7.2 // indirect
35
35
github.com/DataDog/appsec-internal-go v1.0.0 // indirect
36
36
github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
37
37
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.46.0-rc.4 // indirect
@@ -41,7 +41,7 @@ require (
41
41
github.com/DataDog/sketches-go v1.2.1 // indirect
42
42
github.com/Masterminds/semver/v3 v3.2.1 // indirect
43
43
github.com/Microsoft/go-winio v0.6.1 // indirect
44
- github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
44
+ github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
45
45
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
46
46
github.com/acomagu/bufpipe v1.0.4 // indirect
47
47
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
@@ -55,7 +55,7 @@ require (
55
55
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect
56
56
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
57
57
github.com/aliyun/credentials-go v1.2.3 // indirect
58
- github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
58
+ github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect
59
59
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
60
60
github.com/aws/aws-sdk-go-v2 v1.20.0 // indirect
61
61
github.com/aws/aws-sdk-go-v2/config v1.18.32 // indirect
@@ -74,7 +74,7 @@ require (
74
74
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795 // indirect
75
75
github.com/blang/semver v3.5.1+incompatible // indirect
76
76
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
77
- github.com/bradleyfalzon/ghinstallation/v2 v2.6 .0 // indirect
77
+ github.com/bradleyfalzon/ghinstallation/v2 v2.7 .0 // indirect
78
78
github.com/buildkite/agent/v3 v3.52.1 // indirect
79
79
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
80
80
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -86,15 +86,16 @@ require (
86
86
github.com/containerd/typeurl/v2 v2.1.1 // indirect
87
87
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
88
88
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
89
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
89
90
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
90
91
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
91
92
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
92
93
github.com/digitorus/timestamp v0.0.0-20230821155606-d1ad5ca9624c // indirect
93
94
github.com/dimchansky/utfbom v1.1.1 // indirect
94
- github.com/docker/cli v24.0.4 +incompatible // indirect
95
- github.com/docker/distribution v2.8.2 +incompatible // indirect
96
- github.com/docker/docker v24.0.4 +incompatible // indirect
97
- github.com/docker/docker-credential-helpers v0.7 .0 // indirect
95
+ github.com/docker/cli v24.0.6 +incompatible // indirect
96
+ github.com/docker/distribution v2.8.3 +incompatible // indirect
97
+ github.com/docker/docker v24.0.6 +incompatible // indirect
98
+ github.com/docker/docker-credential-helpers v0.8 .0 // indirect
98
99
github.com/dustin/go-humanize v1.0.1 // indirect
99
100
github.com/ebitengine/purego v0.4.0-alpha.4.0.20230519103000-ee8dcecc618f // indirect
100
101
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
@@ -104,8 +105,8 @@ require (
104
105
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
105
106
github.com/go-chi/chi v4.1.2+incompatible // indirect
106
107
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
107
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
108
- github.com/go-git/go-git/v5 v5.8.1 // indirect
108
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
109
+ github.com/go-git/go-git/v5 v5.9.0 // indirect
109
110
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
110
111
github.com/go-logr/logr v1.2.4 // indirect
111
112
github.com/go-logr/stdr v1.2.2 // indirect
@@ -123,7 +124,7 @@ require (
123
124
github.com/go-playground/locales v0.14.1 // indirect
124
125
github.com/go-playground/universal-translator v0.18.1 // indirect
125
126
github.com/go-playground/validator/v10 v10.15.1 // indirect
126
- github.com/goark/errs v1.1.0 // indirect
127
+ github.com/goark/errs v1.3.2 // indirect
127
128
github.com/goark/go-cvss v1.6.6 // indirect
128
129
github.com/goccy/go-json v0.10.2 // indirect
129
130
github.com/gogo/protobuf v1.3.2 // indirect
@@ -136,29 +137,31 @@ require (
136
137
github.com/google/gnostic v0.6.9 // indirect
137
138
github.com/google/go-containerregistry v0.16.1 // indirect
138
139
github.com/google/go-github/v53 v53.2.0 // indirect
140
+ github.com/google/go-github/v55 v55.0.0 // indirect
139
141
github.com/google/go-querystring v1.1.0 // indirect
140
142
github.com/google/gofuzz v1.2.0 // indirect
141
- github.com/google/osv-scanner v1.3.6 // indirect
142
- github.com/google/s2a-go v0.1.5 // indirect
143
- github.com/google/uuid v1.3.0 // indirect
143
+ github.com/google/osv-scanner v1.4.1 // indirect
144
+ github.com/google/s2a-go v0.1.7 // indirect
145
+ github.com/google/uuid v1.3.1 // indirect
144
146
github.com/google/wire v0.5.0 // indirect
145
- github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
147
+ github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
146
148
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
147
149
github.com/h2non/filetype v1.1.3 // indirect
148
150
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
149
151
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
150
152
github.com/hashicorp/hcl v1.0.0 // indirect
153
+ github.com/ianlancetaylor/demangle v0.0.0-20230524184225-eabc099b10ab // indirect
151
154
github.com/imdario/mergo v0.3.16 // indirect
152
155
github.com/in-toto/in-toto-golang v0.9.0 // indirect
153
156
github.com/inconshreveable/mousetrap v1.1.0 // indirect
154
157
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
155
- github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
158
+ github.com/jedib0t/go-pretty/v6 v6.4.8 // indirect
156
159
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
157
160
github.com/jmespath/go-jmespath v0.4.0 // indirect
158
161
github.com/josharian/intern v1.0.0 // indirect
159
162
github.com/json-iterator/go v1.1.12 // indirect
160
163
github.com/kevinburke/ssh_config v1.2.0 // indirect
161
- github.com/klauspost/compress v1.16.7 // indirect
164
+ github.com/klauspost/compress v1.17.0 // indirect
162
165
github.com/leodido/go-urn v1.2.4 // indirect
163
166
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
164
167
github.com/lestrrat-go/httpcc v1.0.1 // indirect
@@ -171,11 +174,11 @@ require (
171
174
github.com/mailru/easyjson v0.7.7 // indirect
172
175
github.com/mattn/go-colorable v0.1.13 // indirect
173
176
github.com/mattn/go-isatty v0.0.19 // indirect
174
- github.com/mattn/go-runewidth v0.0.14 // indirect
177
+ github.com/mattn/go-runewidth v0.0.15 // indirect
175
178
github.com/miekg/pkcs11 v1.1.1 // indirect
176
179
github.com/mitchellh/go-homedir v1.1.0 // indirect
177
180
github.com/mitchellh/mapstructure v1.5.0 // indirect
178
- github.com/moby/buildkit v0.12.1 // indirect
181
+ github.com/moby/buildkit v0.12.2 // indirect
179
182
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
180
183
github.com/modern-go/reflect2 v1.0.2 // indirect
181
184
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -185,36 +188,37 @@ require (
185
188
github.com/oleiade/reflections v1.0.1 // indirect
186
189
github.com/olekukonko/tablewriter v0.0.5 // indirect
187
190
github.com/opencontainers/go-digest v1.0.0 // indirect
188
- github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
191
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
189
192
github.com/opentracing/opentracing-go v1.2.0 // indirect
190
193
github.com/outcaste-io/ristretto v0.2.1 // indirect
191
- github.com/package-url/packageurl-go v0.1.1 // indirect
194
+ github.com/owenrumney/go-sarif/v2 v2.3.0 // indirect
195
+ github.com/package-url/packageurl-go v0.1.2 // indirect
192
196
github.com/pborman/uuid v1.2.1 // indirect
193
197
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
194
198
github.com/philhofer/fwd v1.1.2 // indirect
195
199
github.com/pjbgf/sha1cd v0.3.0 // indirect
196
200
github.com/pkg/errors v0.9.1 // indirect
197
201
github.com/puzpuzpuz/xsync/v2 v2.4.1 // indirect
198
- github.com/rhysd/actionlint v1.6.22 // indirect
199
- github.com/rivo/uniseg v0.4.3 // indirect
200
- github.com/robfig/cron v1.2.0 // indirect
202
+ github.com/rhysd/actionlint v1.6.26 // indirect
203
+ github.com/rivo/uniseg v0.4.4 // indirect
204
+ github.com/robfig/cron/v3 v3.0.1 // indirect
201
205
github.com/sassoftware/relic v7.2.1+incompatible // indirect
202
206
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
203
207
github.com/segmentio/asm v1.2.0 // indirect
204
208
github.com/segmentio/ksuid v1.0.4 // indirect
205
209
github.com/sergi/go-diff v1.3.1 // indirect
206
210
github.com/shibumi/go-pathspec v1.3.0 // indirect
207
- github.com/shurcooL/githubv4 v0.0.0-20221203213311-70889c5dac07 // indirect
208
- github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
211
+ github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278 // indirect
212
+ github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
209
213
github.com/sigstore/fulcio v1.4.0 // indirect
210
214
github.com/sigstore/rekor v1.2.2 // indirect
211
215
github.com/sigstore/sigstore v1.7.2 // indirect
212
216
github.com/sigstore/timestamp-authority v1.1.2 // indirect
213
217
github.com/sirupsen/logrus v1.9.3 // indirect
214
- github.com/skeema/knownhosts v1.2.0 // indirect
218
+ github.com/skeema/knownhosts v1.2.1 // indirect
215
219
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
216
220
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
217
- github.com/spdx/tools-golang v0.5.2 // indirect
221
+ github.com/spdx/tools-golang v0.5.3 // indirect
218
222
github.com/spf13/afero v1.9.5 // indirect
219
223
github.com/spf13/cast v1.5.1 // indirect
220
224
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -229,8 +233,8 @@ require (
229
233
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
230
234
github.com/tjfoc/gmsm v1.3.2 // indirect
231
235
github.com/transparency-dev/merkle v0.0.2 // indirect
232
- github.com/vbatts/tar-split v0.11.3 // indirect
233
- github.com/xanzy/go-gitlab v0.90 .0 // indirect
236
+ github.com/vbatts/tar-split v0.11.5 // indirect
237
+ github.com/xanzy/go-gitlab v0.93 .0 // indirect
234
238
github.com/xanzy/ssh-agent v0.3.3 // indirect
235
239
github.com/zeebo/errs v1.3.0 // indirect
236
240
go.mongodb.org/mongo-driver v1.11.3 // indirect
@@ -244,25 +248,25 @@ require (
244
248
go.uber.org/zap v1.25.0 // indirect
245
249
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
246
250
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
247
- gocloud.dev v0.33 .0 // indirect
248
- golang.org/x/crypto v0.13 .0 // indirect
249
- golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
250
- golang.org/x/mod v0.12 .0 // indirect
251
- golang.org/x/oauth2 v0.11 .0 // indirect
252
- golang.org/x/sync v0.3 .0 // indirect
253
- golang.org/x/sys v0.12 .0 // indirect
254
- golang.org/x/term v0.12 .0 // indirect
251
+ gocloud.dev v0.34 .0 // indirect
252
+ golang.org/x/crypto v0.14 .0 // indirect
253
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
254
+ golang.org/x/mod v0.13 .0 // indirect
255
+ golang.org/x/oauth2 v0.13 .0 // indirect
256
+ golang.org/x/sync v0.4 .0 // indirect
257
+ golang.org/x/sys v0.13 .0 // indirect
258
+ golang.org/x/term v0.13 .0 // indirect
255
259
golang.org/x/text v0.13.0 // indirect
256
260
golang.org/x/time v0.3.0 // indirect
257
- golang.org/x/tools v0.11 .0 // indirect
258
- golang.org/x/vuln v1.0.0 // indirect
261
+ golang.org/x/tools v0.14 .0 // indirect
262
+ golang.org/x/vuln v1.0.1 // indirect
259
263
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
260
- google.golang.org/api v0.138 .0 // indirect
261
- google.golang.org/appengine v1.6.7 // indirect
262
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
263
- google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
264
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
265
- google.golang.org/grpc v1.57.0 // indirect
264
+ google.golang.org/api v0.145 .0 // indirect
265
+ google.golang.org/appengine v1.6.8 // indirect
266
+ google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
267
+ google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
268
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
269
+ google.golang.org/grpc v1.58.2 // indirect
266
270
google.golang.org/protobuf v1.31.0 // indirect
267
271
gopkg.in/DataDog/dd-trace-go.v1 v1.53.0 // indirect
268
272
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments