@@ -6,21 +6,21 @@ require (
6
6
github.com/caarlos0/env/v6 v6.10.1
7
7
github.com/google/go-cmp v0.6.0
8
8
github.com/google/go-github/v46 v46.0.0
9
- github.com/ossf/scorecard/v5 v5.0.0-rc1
9
+ github.com/ossf/scorecard/v5 v5.0.0-rc2
10
10
github.com/sigstore/cosign/v2 v2.2.4
11
11
github.com/spf13/cobra v1.8.0
12
12
golang.org/x/net v0.25.0
13
13
)
14
14
15
15
require (
16
16
cloud.google.com/go v0.112.2 // indirect
17
- cloud.google.com/go/auth v0.2.2 // indirect
18
- cloud.google.com/go/auth/oauth2adapt v0.2.1 // indirect
17
+ cloud.google.com/go/auth v0.4.0 // indirect
18
+ cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
19
19
cloud.google.com/go/compute/metadata v0.3.0 // indirect
20
- cloud.google.com/go/iam v1.1.7 // indirect
20
+ cloud.google.com/go/iam v1.1.8 // indirect
21
21
cloud.google.com/go/storage v1.40.0 // indirect
22
22
dario.cat/mergo v1.0.0 // indirect
23
- deps.dev/api/v3 v3.0.0-20240411010756-f6f382da6e02 // indirect
23
+ deps.dev/api/v3 v3.0.0-20240503042720-6166138ce783 // indirect
24
24
filippo.io/edwards25519 v1.1.0 // indirect
25
25
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
26
26
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -75,21 +75,21 @@ require (
75
75
github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251 // indirect
76
76
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
77
77
github.com/clbanning/mxj/v2 v2.7.0 // indirect
78
- github.com/cloudflare/circl v1.3.7 // indirect
78
+ github.com/cloudflare/circl v1.3.8 // indirect
79
79
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
80
80
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
81
81
github.com/containerd/typeurl/v2 v2.1.1 // indirect
82
82
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
83
83
github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 // indirect
84
- github.com/cyphar/filepath-securejoin v0.2.4 // indirect
84
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
85
85
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86
86
github.com/dghubble/trie v0.1.0 // indirect
87
87
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
88
88
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
89
89
github.com/dimchansky/utfbom v1.1.1 // indirect
90
- github.com/docker/cli v26.1.0 +incompatible // indirect
90
+ github.com/docker/cli v26.1.1 +incompatible // indirect
91
91
github.com/docker/distribution v2.8.3+incompatible // indirect
92
- github.com/docker/docker v26.1.0 +incompatible // indirect
92
+ github.com/docker/docker v26.1.1 +incompatible // indirect
93
93
github.com/docker/docker-credential-helpers v0.8.1 // indirect
94
94
github.com/dustin/go-humanize v1.0.1 // indirect
95
95
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -135,7 +135,7 @@ require (
135
135
github.com/google/uuid v1.6.0 // indirect
136
136
github.com/google/wire v0.6.0 // indirect
137
137
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
138
- github.com/googleapis/gax-go/v2 v2.12.3 // indirect
138
+ github.com/googleapis/gax-go/v2 v2.12.4 // indirect
139
139
github.com/h2non/filetype v1.1.3 // indirect
140
140
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
141
141
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
@@ -145,7 +145,7 @@ require (
145
145
github.com/in-toto/in-toto-golang v0.9.0 // indirect
146
146
github.com/inconshreveable/mousetrap v1.1.0 // indirect
147
147
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
148
- github.com/jedib0t/go-pretty/v6 v6.5.8 // indirect
148
+ github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
149
149
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
150
150
github.com/jmespath/go-jmespath v0.4.0 // indirect
151
151
github.com/josharian/intern v1.0.0 // indirect
@@ -161,7 +161,7 @@ require (
161
161
github.com/miekg/pkcs11 v1.1.1 // indirect
162
162
github.com/mitchellh/go-homedir v1.1.0 // indirect
163
163
github.com/mitchellh/mapstructure v1.5.0 // indirect
164
- github.com/moby/buildkit v0.13.1 // indirect
164
+ github.com/moby/buildkit v0.13.2 // indirect
165
165
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
166
166
github.com/modern-go/reflect2 v1.0.2 // indirect
167
167
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -190,7 +190,7 @@ require (
190
190
github.com/segmentio/ksuid v1.0.4 // indirect
191
191
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
192
192
github.com/shibumi/go-pathspec v1.3.0 // indirect
193
- github.com/shurcooL/githubv4 v0.0.0-20240120211514-18a1ae0e79dc // indirect
193
+ github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 // indirect
194
194
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
195
195
github.com/sigstore/fulcio v1.4.5 // indirect
196
196
github.com/sigstore/rekor v1.3.6 // indirect
@@ -215,38 +215,38 @@ require (
215
215
github.com/tjfoc/gmsm v1.4.1 // indirect
216
216
github.com/transparency-dev/merkle v0.0.2 // indirect
217
217
github.com/vbatts/tar-split v0.11.5 // indirect
218
- github.com/xanzy/go-gitlab v0.103.0 // indirect
218
+ github.com/xanzy/go-gitlab v0.104.1 // indirect
219
219
github.com/xanzy/ssh-agent v0.3.3 // indirect
220
220
github.com/zeebo/errs v1.3.0 // indirect
221
221
go.mongodb.org/mongo-driver v1.14.0 // indirect
222
222
go.opencensus.io v0.24.0 // indirect
223
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50 .0 // indirect
224
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50 .0 // indirect
225
- go.opentelemetry.io/otel v1.25 .0 // indirect
226
- go.opentelemetry.io/otel/metric v1.25 .0 // indirect
227
- go.opentelemetry.io/otel/trace v1.25 .0 // indirect
223
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51 .0 // indirect
224
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51 .0 // indirect
225
+ go.opentelemetry.io/otel v1.26 .0 // indirect
226
+ go.opentelemetry.io/otel/metric v1.26 .0 // indirect
227
+ go.opentelemetry.io/otel/trace v1.26 .0 // indirect
228
228
go.step.sm/crypto v0.44.2 // indirect
229
229
go.uber.org/multierr v1.11.0 // indirect
230
230
go.uber.org/zap v1.27.0 // indirect
231
231
gocloud.dev v0.37.0 // indirect
232
232
golang.org/x/crypto v0.23.0 // indirect
233
- golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
233
+ golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
234
234
golang.org/x/mod v0.17.0 // indirect
235
- golang.org/x/oauth2 v0.19 .0 // indirect
235
+ golang.org/x/oauth2 v0.20 .0 // indirect
236
236
golang.org/x/sync v0.7.0 // indirect
237
237
golang.org/x/sys v0.20.0 // indirect
238
238
golang.org/x/term v0.20.0 // indirect
239
239
golang.org/x/text v0.15.0 // indirect
240
240
golang.org/x/time v0.5.0 // indirect
241
- golang.org/x/tools v0.20 .0 // indirect
241
+ golang.org/x/tools v0.21 .0 // indirect
242
242
golang.org/x/vuln v1.1.0 // indirect
243
243
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
244
- google.golang.org/api v0.176 .0 // indirect
245
- google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
246
- google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
247
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
244
+ google.golang.org/api v0.178 .0 // indirect
245
+ google.golang.org/genproto v0.0.0-20240506185236-b8a5c65736ae // indirect
246
+ google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
247
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
248
248
google.golang.org/grpc v1.63.2 // indirect
249
- google.golang.org/protobuf v1.33.0 // indirect
249
+ google.golang.org/protobuf v1.34.1 // indirect
250
250
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
251
251
gopkg.in/inf.v0 v0.9.1 // indirect
252
252
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments