Skip to content

Commit 04ef371

Browse files
🌱 Bump github.com/ossf/scorecard/v4 from 4.4.0 to 4.5.0
Bumps [github.com/ossf/scorecard/v4](https://github.com/ossf/scorecard) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/ossf/scorecard/releases) - [Changelog](https://github.com/ossf/scorecard/blob/main/.goreleaser.yml) - [Commits](ossf/scorecard@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: github.com/ossf/scorecard/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b61a68 commit 04ef371

File tree

2 files changed

+88
-57
lines changed

2 files changed

+88
-57
lines changed

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ require (
77
github.com/google/go-cmp v0.5.8
88
github.com/google/go-github/v42 v42.0.0
99
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
10-
github.com/ossf/scorecard/v4 v4.4.0
10+
github.com/ossf/scorecard/v4 v4.5.0
1111
github.com/sigstore/cosign v1.9.1-0.20220614200746-190e679f4cf8
1212
github.com/sirupsen/logrus v1.9.0
1313
github.com/spf13/cobra v1.5.0
14-
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
15-
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
14+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
15+
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
1616
sigs.k8s.io/release-sdk v0.9.2
1717
sigs.k8s.io/release-utils v0.7.3
1818
)
1919

2020
require (
2121
bitbucket.org/creachadair/shell v0.0.7 // indirect
22-
cloud.google.com/go v0.100.2 // indirect
23-
cloud.google.com/go/compute v1.6.1 // indirect
22+
cloud.google.com/go v0.102.1 // indirect
23+
cloud.google.com/go/compute v1.7.0 // indirect
2424
cloud.google.com/go/iam v0.3.0 // indirect
25-
cloud.google.com/go/storage v1.22.1 // indirect
25+
cloud.google.com/go/storage v1.23.0 // indirect
2626
github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
2727
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
2828
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
@@ -32,6 +32,7 @@ require (
3232
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3333
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3434
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35+
github.com/Masterminds/semver/v3 v3.1.1 // indirect
3536
github.com/Microsoft/go-winio v0.5.2 // indirect
3637
github.com/PaesslerAG/gval v1.0.0 // indirect
3738
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
@@ -59,15 +60,15 @@ require (
5960
github.com/blang/semver v3.5.1+incompatible // indirect
6061
github.com/blang/semver/v4 v4.0.0 // indirect
6162
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
62-
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4 // indirect
63+
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
6364
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
6465
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
6566
github.com/cespare/xxhash/v2 v2.1.2 // indirect
6667
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220119192733-fe33c00cee21 // indirect
6768
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
6869
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
6970
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
70-
github.com/containerd/stargz-snapshotter/estargz v0.11.4 // indirect
71+
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
7172
github.com/containerd/typeurl v1.0.2 // indirect
7273
github.com/coreos/go-oidc/v3 v3.2.0 // indirect
7374
github.com/coreos/go-semver v0.3.0 // indirect
@@ -76,9 +77,9 @@ require (
7677
github.com/cyberphone/json-canonicalization v0.0.0-20210823021906-dc406ceaf94b // indirect
7778
github.com/davecgh/go-spew v1.1.1 // indirect
7879
github.com/dimchansky/utfbom v1.1.1 // indirect
79-
github.com/docker/cli v20.10.16+incompatible // indirect
80+
github.com/docker/cli v20.10.17+incompatible // indirect
8081
github.com/docker/distribution v2.8.1+incompatible // indirect
81-
github.com/docker/docker v20.10.16+incompatible // indirect
82+
github.com/docker/docker v20.10.17+incompatible // indirect
8283
github.com/docker/docker-credential-helpers v0.6.4 // indirect
8384
github.com/dustin/go-humanize v1.0.0 // indirect
8485
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
@@ -121,15 +122,15 @@ require (
121122
github.com/google/btree v1.0.1 // indirect
122123
github.com/google/certificate-transparency-go v1.1.2 // indirect
123124
github.com/google/gnostic v0.5.7-v3refs // indirect
124-
github.com/google/go-containerregistry v0.10.0 // indirect
125+
github.com/google/go-containerregistry v0.11.0 // indirect
125126
github.com/google/go-github/v38 v38.1.0 // indirect
126-
github.com/google/go-github/v41 v41.0.0 // indirect
127127
github.com/google/go-github/v45 v45.2.0 // indirect
128128
github.com/google/go-querystring v1.1.0 // indirect
129129
github.com/google/gofuzz v1.2.0 // indirect
130130
github.com/google/trillian v1.4.1 // indirect
131131
github.com/google/uuid v1.3.0 // indirect
132132
github.com/google/wire v0.5.0 // indirect
133+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
133134
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
134135
github.com/googleapis/go-type-adapters v1.0.0 // indirect
135136
github.com/gorilla/websocket v1.4.2 // indirect
@@ -152,7 +153,7 @@ require (
152153
github.com/josharian/intern v1.0.0 // indirect
153154
github.com/json-iterator/go v1.1.12 // indirect
154155
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
155-
github.com/klauspost/compress v1.15.4 // indirect
156+
github.com/klauspost/compress v1.15.8 // indirect
156157
github.com/leodido/go-urn v1.2.1 // indirect
157158
github.com/letsencrypt/boulder v0.0.0-20220331220046-b23ab962616e // indirect
158159
github.com/magiconair/properties v1.8.6 // indirect
@@ -182,7 +183,7 @@ require (
182183
github.com/prometheus/client_model v0.2.0 // indirect
183184
github.com/prometheus/common v0.34.0 // indirect
184185
github.com/prometheus/procfs v0.7.3 // indirect
185-
github.com/rhysd/actionlint v1.6.13 // indirect
186+
github.com/rhysd/actionlint v1.6.15 // indirect
186187
github.com/rivo/uniseg v0.2.0 // indirect
187188
github.com/robfig/cron v1.2.0 // indirect
188189
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -246,19 +247,19 @@ require (
246247
go.uber.org/zap v1.21.0 // indirect
247248
gocloud.dev v0.25.0 // indirect
248249
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
249-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
250-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
251-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
250+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
251+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
252+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
252253
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
253254
golang.org/x/text v0.3.7 // indirect
254255
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
255-
golang.org/x/tools v0.1.10 // indirect
256-
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
257-
google.golang.org/api v0.83.0 // indirect
256+
golang.org/x/tools v0.1.12 // indirect
257+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
258+
google.golang.org/api v0.87.0 // indirect
258259
google.golang.org/appengine v1.6.7 // indirect
259-
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
260+
google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9 // indirect
260261
google.golang.org/grpc v1.47.0 // indirect
261-
google.golang.org/protobuf v1.28.0 // indirect
262+
google.golang.org/protobuf v1.28.1 // indirect
262263
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
263264
gopkg.in/inf.v0 v0.9.1 // indirect
264265
gopkg.in/ini.v1 v1.66.6 // indirect

0 commit comments

Comments
 (0)