@@ -6,19 +6,19 @@ 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.10.0
9
+ github.com/ossf/scorecard/v4 v4.10.1
10
10
github.com/sigstore/cosign v1.13.1
11
11
github.com/spf13/cobra v1.6.1
12
12
golang.org/x/net v0.4.0
13
13
)
14
14
15
15
require (
16
16
bitbucket.org/creachadair/shell v0.0.7 // indirect
17
- cloud.google.com/go v0.105 .0 // indirect
18
- cloud.google.com/go/compute v1.12.1 // indirect
19
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
20
- cloud.google.com/go/iam v0.7 .0 // indirect
21
- cloud.google.com/go/storage v1.27.0 // indirect
17
+ cloud.google.com/go v0.107 .0 // indirect
18
+ cloud.google.com/go/compute v1.14.0 // indirect
19
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
20
+ cloud.google.com/go/iam v0.9 .0 // indirect
21
+ cloud.google.com/go/storage v1.28.1 // indirect
22
22
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
23
23
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible // indirect
24
24
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -29,7 +29,7 @@ require (
29
29
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
30
30
github.com/Azure/go-autorest/logger v0.2.1 // indirect
31
31
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
32
- github.com/BurntSushi/toml v1.2.0 // indirect
32
+ github.com/BurntSushi/toml v1.2.1 // indirect
33
33
github.com/CycloneDX/cyclonedx-go v0.7.0 // indirect
34
34
github.com/Masterminds/semver/v3 v3.2.0 // indirect
35
35
github.com/Microsoft/go-winio v0.6.0 // indirect
@@ -75,7 +75,7 @@ require (
75
75
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
76
76
github.com/cncf/xds/go v0.0.0-20220314180256-7f1daf1720fc // indirect
77
77
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
78
- github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
78
+ github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
79
79
github.com/containerd/typeurl v1.0.2 // indirect
80
80
github.com/coreos/go-oidc/v3 v3.4.0 // indirect
81
81
github.com/coreos/go-semver v0.3.0 // indirect
@@ -84,9 +84,9 @@ require (
84
84
github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b // indirect
85
85
github.com/davecgh/go-spew v1.1.1 // indirect
86
86
github.com/dimchansky/utfbom v1.1.1 // indirect
87
- github.com/docker/cli v20.10.20 +incompatible // indirect
87
+ github.com/docker/cli v20.10.22 +incompatible // indirect
88
88
github.com/docker/distribution v2.8.1+incompatible // indirect
89
- github.com/docker/docker v20.10.20 +incompatible // indirect
89
+ github.com/docker/docker v20.10.22 +incompatible // indirect
90
90
github.com/docker/docker-credential-helpers v0.7.0 // indirect
91
91
github.com/dustin/go-humanize v1.0.0 // indirect
92
92
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
@@ -114,7 +114,7 @@ require (
114
114
github.com/go-playground/validator/v10 v10.11.0 // indirect
115
115
github.com/gogo/protobuf v1.3.2 // indirect
116
116
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
117
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
117
+ github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
118
118
github.com/golang/glog v1.0.0 // indirect
119
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
120
120
github.com/golang/mock v1.6.0 // indirect
@@ -128,11 +128,11 @@ require (
128
128
github.com/google/go-github/v45 v45.2.0 // indirect
129
129
github.com/google/go-querystring v1.1.0 // indirect
130
130
github.com/google/gofuzz v1.2.0 // indirect
131
- github.com/google/osv-scanner v0 .0.0-20221212045131-8aef1778b823 // indirect
131
+ github.com/google/osv-scanner v1 .0.1 // indirect
132
132
github.com/google/trillian v1.5.0 // indirect
133
133
github.com/google/uuid v1.3.0 // indirect
134
134
github.com/google/wire v0.5.0 // indirect
135
- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
135
+ github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
136
136
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
137
137
github.com/gorilla/websocket v1.4.2 // indirect
138
138
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
@@ -145,15 +145,15 @@ require (
145
145
github.com/hashicorp/hcl v1.0.0 // indirect
146
146
github.com/imdario/mergo v0.3.12 // indirect
147
147
github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add // indirect
148
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
149
- github.com/jedib0t/go-pretty/v6 v6.4.0 // indirect
148
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
149
+ github.com/jedib0t/go-pretty/v6 v6.4.3 // indirect
150
150
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
151
151
github.com/jhump/protoreflect v1.13.0 // indirect
152
152
github.com/jmespath/go-jmespath v0.4.0 // indirect
153
153
github.com/jonboulle/clockwork v0.3.0 // indirect
154
154
github.com/josharian/intern v1.0.0 // indirect
155
155
github.com/json-iterator/go v1.1.12 // indirect
156
- github.com/klauspost/compress v1.15.11 // indirect
156
+ github.com/klauspost/compress v1.15.13 // indirect
157
157
github.com/leodido/go-urn v1.2.1 // indirect
158
158
github.com/letsencrypt/boulder v0.0.0-20220929215747-76583552c2be // indirect
159
159
github.com/magiconair/properties v1.8.6 // indirect
@@ -165,7 +165,7 @@ require (
165
165
github.com/miekg/pkcs11 v1.1.1 // indirect
166
166
github.com/mitchellh/go-homedir v1.1.0 // indirect
167
167
github.com/mitchellh/mapstructure v1.5.0 // indirect
168
- github.com/moby/buildkit v0.10.4 // indirect
168
+ github.com/moby/buildkit v0.10.6 // indirect
169
169
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
170
170
github.com/modern-go/reflect2 v1.0.2 // indirect
171
171
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
@@ -184,15 +184,15 @@ require (
184
184
github.com/prometheus/client_model v0.2.0 // indirect
185
185
github.com/prometheus/common v0.37.0 // indirect
186
186
github.com/prometheus/procfs v0.8.0 // indirect
187
- github.com/rhysd/actionlint v1.6.21 // indirect
188
- github.com/rivo/uniseg v0.4.2 // indirect
187
+ github.com/rhysd/actionlint v1.6.22 // indirect
188
+ github.com/rivo/uniseg v0.4.3 // indirect
189
189
github.com/robfig/cron v1.2.0 // indirect
190
190
github.com/russross/blackfriday/v2 v2.1.0 // indirect
191
191
github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74 // indirect
192
192
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
193
193
github.com/segmentio/ksuid v1.0.4 // indirect
194
194
github.com/shibumi/go-pathspec v1.3.0 // indirect
195
- github.com/shurcooL/githubv4 v0.0.0-20220922232305-70b4d362a8cb // indirect
195
+ github.com/shurcooL/githubv4 v0.0.0-20221203213311-70889c5dac07 // indirect
196
196
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
197
197
github.com/sigstore/fulcio v0.6.0 // indirect
198
198
github.com/sigstore/rekor v0.12.1-0.20220915152154-4bb6f441c1b2 // indirect
@@ -249,21 +249,21 @@ require (
249
249
go.uber.org/multierr v1.8.0 // indirect
250
250
go.uber.org/zap v1.23.0 // indirect
251
251
gocloud.dev v0.27.0 // indirect
252
- golang.org/x/crypto v0.1 .0 // indirect
253
- golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
252
+ golang.org/x/crypto v0.4 .0 // indirect
253
+ golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15 // indirect
254
254
golang.org/x/mod v0.7.0 // indirect
255
- golang.org/x/oauth2 v0.1 .0 // indirect
255
+ golang.org/x/oauth2 v0.3 .0 // indirect
256
256
golang.org/x/sync v0.1.0 // indirect
257
257
golang.org/x/sys v0.3.0 // indirect
258
258
golang.org/x/term v0.3.0 // indirect
259
259
golang.org/x/text v0.5.0 // indirect
260
260
golang.org/x/time v0.1.0 // indirect
261
261
golang.org/x/tools v0.3.0 // indirect
262
262
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
263
- google.golang.org/api v0.103 .0 // indirect
263
+ google.golang.org/api v0.105 .0 // indirect
264
264
google.golang.org/appengine v1.6.7 // indirect
265
- google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
266
- google.golang.org/grpc v1.50.1 // indirect
265
+ google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect
266
+ google.golang.org/grpc v1.51.0 // indirect
267
267
google.golang.org/protobuf v1.28.1 // indirect
268
268
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
269
269
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -278,7 +278,7 @@ require (
278
278
k8s.io/klog/v2 v2.80.1 // indirect
279
279
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
280
280
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
281
- mvdan.cc/sh/v3 v3.5.1 // indirect
281
+ mvdan.cc/sh/v3 v3.6.0 // indirect
282
282
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
283
283
sigs.k8s.io/release-utils v0.7.3 // indirect
284
284
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
0 commit comments