@@ -7,7 +7,7 @@ require (
7
7
github.com/google/go-cmp v0.5.9
8
8
github.com/google/go-github/v46 v46.0.0
9
9
github.com/ossf/scorecard/v4 v4.12.0
10
- github.com/sigstore/cosign/v2 v2.1.1
10
+ github.com/sigstore/cosign/v2 v2.2.0
11
11
github.com/spf13/cobra v1.7.0
12
12
golang.org/x/net v0.15.0
13
13
)
@@ -32,6 +32,13 @@ require (
32
32
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
33
33
github.com/BurntSushi/toml v1.3.2 // indirect
34
34
github.com/CycloneDX/cyclonedx-go v0.7.1 // indirect
35
+ github.com/DataDog/appsec-internal-go v1.0.0 // indirect
36
+ github.com/DataDog/datadog-agent/pkg/obfuscate v0.45.0-rc.1 // indirect
37
+ github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.46.0-rc.4 // indirect
38
+ github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
39
+ github.com/DataDog/go-libddwaf v1.4.1 // indirect
40
+ github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
41
+ github.com/DataDog/sketches-go v1.2.1 // indirect
35
42
github.com/Masterminds/semver/v3 v3.2.1 // indirect
36
43
github.com/Microsoft/go-winio v0.6.1 // indirect
37
44
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
@@ -68,7 +75,9 @@ require (
68
75
github.com/blang/semver v3.5.1+incompatible // indirect
69
76
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
70
77
github.com/bradleyfalzon/ghinstallation/v2 v2.6.0 // indirect
71
- github.com/buildkite/agent/v3 v3.49.0 // indirect
78
+ github.com/buildkite/agent/v3 v3.52.1 // indirect
79
+ github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
80
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
72
81
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect
73
82
github.com/clbanning/mxj/v2 v2.5.6 // indirect
74
83
github.com/cloudflare/circl v1.3.3 // indirect
@@ -78,13 +87,16 @@ require (
78
87
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
79
88
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 // indirect
80
89
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
81
- github.com/digitorus/pkcs7 v0.0.0-20221212123742-001c36b64ec3 // indirect
82
- github.com/digitorus/timestamp v0.0.0-20221019182153-ef3b63b79b31 // indirect
90
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
91
+ github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
92
+ github.com/digitorus/timestamp v0.0.0-20230821155606-d1ad5ca9624c // indirect
83
93
github.com/dimchansky/utfbom v1.1.1 // indirect
84
94
github.com/docker/cli v24.0.4+incompatible // indirect
85
95
github.com/docker/distribution v2.8.2+incompatible // indirect
86
96
github.com/docker/docker v24.0.4+incompatible // indirect
87
97
github.com/docker/docker-credential-helpers v0.7.0 // indirect
98
+ github.com/dustin/go-humanize v1.0.1 // indirect
99
+ github.com/ebitengine/purego v0.4.0-alpha.4.0.20230519103000-ee8dcecc618f // indirect
88
100
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
89
101
github.com/emirpasic/gods v1.18.1 // indirect
90
102
github.com/fatih/color v1.15.0 // indirect
@@ -98,7 +110,7 @@ require (
98
110
github.com/go-logr/logr v1.2.4 // indirect
99
111
github.com/go-logr/stdr v1.2.2 // indirect
100
112
github.com/go-openapi/analysis v0.21.4 // indirect
101
- github.com/go-openapi/errors v0.20.3 // indirect
113
+ github.com/go-openapi/errors v0.20.4 // indirect
102
114
github.com/go-openapi/jsonpointer v0.20.0 // indirect
103
115
github.com/go-openapi/jsonreference v0.20.2 // indirect
104
116
github.com/go-openapi/loads v0.21.2 // indirect
@@ -110,9 +122,10 @@ require (
110
122
github.com/go-piv/piv-go v1.11.0 // indirect
111
123
github.com/go-playground/locales v0.14.1 // indirect
112
124
github.com/go-playground/universal-translator v0.18.1 // indirect
113
- github.com/go-playground/validator/v10 v10.14.0 // indirect
125
+ github.com/go-playground/validator/v10 v10.15.1 // indirect
114
126
github.com/goark/errs v1.1.0 // indirect
115
127
github.com/goark/go-cvss v1.6.6 // indirect
128
+ github.com/goccy/go-json v0.10.2 // indirect
116
129
github.com/gogo/protobuf v1.3.2 // indirect
117
130
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
118
131
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -122,12 +135,11 @@ require (
122
135
github.com/google/certificate-transparency-go v1.1.6 // indirect
123
136
github.com/google/gnostic v0.6.9 // indirect
124
137
github.com/google/go-containerregistry v0.16.1 // indirect
125
- github.com/google/go-github/v50 v50.2.0 // indirect
126
138
github.com/google/go-github/v53 v53.2.0 // indirect
127
139
github.com/google/go-querystring v1.1.0 // indirect
128
140
github.com/google/gofuzz v1.2.0 // indirect
129
141
github.com/google/osv-scanner v1.3.6 // indirect
130
- github.com/google/s2a-go v0.1.4 // indirect
142
+ github.com/google/s2a-go v0.1.5 // indirect
131
143
github.com/google/uuid v1.3.0 // indirect
132
144
github.com/google/wire v0.5.0 // indirect
133
145
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
@@ -148,6 +160,12 @@ require (
148
160
github.com/kevinburke/ssh_config v1.2.0 // indirect
149
161
github.com/klauspost/compress v1.16.7 // indirect
150
162
github.com/leodido/go-urn v1.2.4 // indirect
163
+ github.com/lestrrat-go/blackmagic v1.0.1 // indirect
164
+ github.com/lestrrat-go/httpcc v1.0.1 // indirect
165
+ github.com/lestrrat-go/httprc v1.0.4 // indirect
166
+ github.com/lestrrat-go/iter v1.0.2 // indirect
167
+ github.com/lestrrat-go/jwx/v2 v2.0.11 // indirect
168
+ github.com/lestrrat-go/option v1.0.1 // indirect
151
169
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
152
170
github.com/magiconair/properties v1.8.7 // indirect
153
171
github.com/mailru/easyjson v0.7.7 // indirect
@@ -164,29 +182,34 @@ require (
164
182
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
165
183
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
166
184
github.com/oklog/ulid v1.3.1 // indirect
185
+ github.com/oleiade/reflections v1.0.1 // indirect
167
186
github.com/olekukonko/tablewriter v0.0.5 // indirect
168
187
github.com/opencontainers/go-digest v1.0.0 // indirect
169
- github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
188
+ github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
170
189
github.com/opentracing/opentracing-go v1.2.0 // indirect
190
+ github.com/outcaste-io/ristretto v0.2.1 // indirect
171
191
github.com/package-url/packageurl-go v0.1.1 // indirect
172
192
github.com/pborman/uuid v1.2.1 // indirect
173
193
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
194
+ github.com/philhofer/fwd v1.1.2 // indirect
174
195
github.com/pjbgf/sha1cd v0.3.0 // indirect
175
196
github.com/pkg/errors v0.9.1 // indirect
197
+ github.com/puzpuzpuz/xsync/v2 v2.4.1 // indirect
176
198
github.com/rhysd/actionlint v1.6.22 // indirect
177
199
github.com/rivo/uniseg v0.4.3 // indirect
178
200
github.com/robfig/cron v1.2.0 // indirect
179
201
github.com/sassoftware/relic v7.2.1+incompatible // indirect
180
- github.com/secure-systems-lab/go-securesystemslib v0.6.0 // indirect
202
+ github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
203
+ github.com/segmentio/asm v1.2.0 // indirect
181
204
github.com/segmentio/ksuid v1.0.4 // indirect
182
205
github.com/sergi/go-diff v1.3.1 // indirect
183
206
github.com/shibumi/go-pathspec v1.3.0 // indirect
184
207
github.com/shurcooL/githubv4 v0.0.0-20221203213311-70889c5dac07 // indirect
185
208
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
186
- github.com/sigstore/fulcio v1.3.1 // indirect
187
- github.com/sigstore/rekor v1.2.2-0.20230530122220-67cc9e58bd23 // indirect
188
- github.com/sigstore/sigstore v1.7.1 // indirect
189
- github.com/sigstore/timestamp-authority v1.1.1 // indirect
209
+ github.com/sigstore/fulcio v1.4.0 // indirect
210
+ github.com/sigstore/rekor v1.2.2 // indirect
211
+ github.com/sigstore/sigstore v1.7.2 // indirect
212
+ github.com/sigstore/timestamp-authority v1.1.2 // indirect
190
213
github.com/sirupsen/logrus v1.9.3 // indirect
191
214
github.com/skeema/knownhosts v1.2.0 // indirect
192
215
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
@@ -201,28 +224,31 @@ require (
201
224
github.com/subosito/gotenv v1.4.2 // indirect
202
225
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
203
226
github.com/thales-e-security/pool v0.0.2 // indirect
204
- github.com/theupdateframework/go-tuf v0.5.2 // indirect
227
+ github.com/theupdateframework/go-tuf v0.6.1 // indirect
228
+ github.com/tinylib/msgp v1.1.8 // indirect
205
229
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
206
230
github.com/tjfoc/gmsm v1.3.2 // indirect
207
231
github.com/transparency-dev/merkle v0.0.2 // indirect
208
232
github.com/vbatts/tar-split v0.11.3 // indirect
209
- github.com/xanzy/go-gitlab v0.89 .0 // indirect
233
+ github.com/xanzy/go-gitlab v0.90 .0 // indirect
210
234
github.com/xanzy/ssh-agent v0.3.3 // indirect
211
235
github.com/zeebo/errs v1.3.0 // indirect
212
236
go.mongodb.org/mongo-driver v1.11.3 // indirect
213
237
go.opencensus.io v0.24.0 // indirect
214
238
go.opentelemetry.io/otel v1.16.0 // indirect
215
239
go.opentelemetry.io/otel/metric v1.16.0 // indirect
216
240
go.opentelemetry.io/otel/trace v1.16.0 // indirect
217
- go.step.sm/crypto v0.32.1 // indirect
241
+ go.step.sm/crypto v0.35.0 // indirect
218
242
go.uber.org/atomic v1.11.0 // indirect
219
243
go.uber.org/multierr v1.11.0 // indirect
220
- go.uber.org/zap v1.24.0 // indirect
244
+ go.uber.org/zap v1.25.0 // indirect
245
+ go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
246
+ go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
221
247
gocloud.dev v0.33.0 // indirect
222
248
golang.org/x/crypto v0.13.0 // indirect
223
249
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
224
250
golang.org/x/mod v0.12.0 // indirect
225
- golang.org/x/oauth2 v0.10 .0 // indirect
251
+ golang.org/x/oauth2 v0.11 .0 // indirect
226
252
golang.org/x/sync v0.3.0 // indirect
227
253
golang.org/x/sys v0.12.0 // indirect
228
254
golang.org/x/term v0.12.0 // indirect
@@ -231,20 +257,21 @@ require (
231
257
golang.org/x/tools v0.11.0 // indirect
232
258
golang.org/x/vuln v1.0.0 // indirect
233
259
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
234
- google.golang.org/api v0.134 .0 // indirect
260
+ google.golang.org/api v0.138 .0 // indirect
235
261
google.golang.org/appengine v1.6.7 // indirect
236
- google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
237
- google.golang.org/genproto/googleapis/api v0.0.0-20230731193218-e0aa005b6bdf // indirect
238
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // 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
239
265
google.golang.org/grpc v1.57.0 // indirect
240
266
google.golang.org/protobuf v1.31.0 // indirect
267
+ gopkg.in/DataDog/dd-trace-go.v1 v1.53.0 // indirect
241
268
gopkg.in/inf.v0 v0.9.1 // indirect
242
269
gopkg.in/ini.v1 v1.67.0 // indirect
243
270
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
244
271
gopkg.in/warnings.v0 v0.1.2 // indirect
245
272
gopkg.in/yaml.v2 v2.4.0 // indirect
246
273
gopkg.in/yaml.v3 v3.0.1 // indirect
247
- gotest.tools/v3 v3.1.0 // indirect
274
+ inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
248
275
k8s.io/api v0.27.3 // indirect
249
276
k8s.io/apimachinery v0.27.3 // indirect
250
277
k8s.io/client-go v0.27.3 // indirect
0 commit comments