Skip to content

Commit 30a595b

Browse files
🌱 Bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (#1515)
1 parent 69ae593 commit 30a595b

File tree

2 files changed

+83
-74
lines changed

2 files changed

+83
-74
lines changed

go.mod

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/go-cmp v0.6.0
88
github.com/google/go-github/v46 v46.0.0
99
github.com/ossf/scorecard/v5 v5.1.1
10-
github.com/sigstore/cosign/v2 v2.4.2
10+
github.com/sigstore/cosign/v2 v2.4.3
1111
github.com/spf13/cobra v1.9.1
1212
golang.org/x/net v0.35.0
1313
)
@@ -57,27 +57,27 @@ require (
5757
github.com/aliyun/credentials-go v1.3.2 // indirect
5858
github.com/anchore/go-struct-converter v0.0.0-20250211213226-cce56d595160 // indirect
5959
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
60-
github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect
61-
github.com/aws/aws-sdk-go-v2/config v1.29.2 // indirect
62-
github.com/aws/aws-sdk-go-v2/credentials v1.17.55 // indirect
63-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.25 // indirect
64-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect
65-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect
60+
github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
61+
github.com/aws/aws-sdk-go-v2/config v1.29.6 // indirect
62+
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
63+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
64+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 // indirect
65+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 // indirect
6666
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 // indirect
67-
github.com/aws/aws-sdk-go-v2/service/ecr v1.20.2 // indirect
68-
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.18.2 // indirect
67+
github.com/aws/aws-sdk-go-v2/service/ecr v1.40.3 // indirect
68+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.31.2 // indirect
6969
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
70-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect
71-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.12 // indirect
72-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.11 // indirect
73-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.10 // indirect
70+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 // indirect
71+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
73+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
7474
github.com/aws/smithy-go v1.22.2 // indirect
75-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20231024185945-8841054dbdb8 // indirect
75+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1 // indirect
7676
github.com/blang/semver v3.5.1+incompatible // indirect
7777
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
7878
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
7979
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 // indirect
80-
github.com/buildkite/agent/v3 v3.91.0 // indirect
80+
github.com/buildkite/agent/v3 v3.92.1 // indirect
8181
github.com/buildkite/go-pipeline v0.13.3 // indirect
8282
github.com/buildkite/interpolate v0.1.5 // indirect
8383
github.com/buildkite/roko v1.3.1 // indirect
@@ -152,12 +152,12 @@ require (
152152
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
153153
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
154154
github.com/imdario/mergo v0.3.16 // indirect
155+
github.com/in-toto/attestation v1.1.0 // indirect
155156
github.com/in-toto/in-toto-golang v0.9.0 // indirect
156157
github.com/inconshreveable/mousetrap v1.1.0 // indirect
157158
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
158159
github.com/jedib0t/go-pretty/v6 v6.6.6 // indirect
159160
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect
160-
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
161161
github.com/josharian/intern v1.0.0 // indirect
162162
github.com/json-iterator/go v1.1.12 // indirect
163163
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -208,7 +208,8 @@ require (
208208
github.com/sigstore/fulcio v1.6.6 // indirect
209209
github.com/sigstore/protobuf-specs v0.4.0 // indirect
210210
github.com/sigstore/rekor v1.3.9 // indirect
211-
github.com/sigstore/sigstore v1.8.12 // indirect
211+
github.com/sigstore/sigstore v1.8.15 // indirect
212+
github.com/sigstore/sigstore-go v0.7.0 // indirect
212213
github.com/sigstore/timestamp-authority v1.2.4 // indirect
213214
github.com/sirupsen/logrus v1.9.3 // indirect
214215
github.com/skeema/knownhosts v1.3.1 // indirect
@@ -225,6 +226,7 @@ require (
225226
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
226227
github.com/thales-e-security/pool v0.0.2 // indirect
227228
github.com/theupdateframework/go-tuf v0.7.0 // indirect
229+
github.com/theupdateframework/go-tuf/v2 v2.0.2 // indirect
228230
github.com/tidwall/gjson v1.18.0 // indirect
229231
github.com/tidwall/match v1.1.1 // indirect
230232
github.com/tidwall/pretty v1.2.1 // indirect
@@ -234,7 +236,7 @@ require (
234236
github.com/vbatts/tar-split v0.12.1 // indirect
235237
github.com/xanzy/ssh-agent v0.3.3 // indirect
236238
github.com/zeebo/errs v1.4.0 // indirect
237-
gitlab.com/gitlab-org/api/client-go v0.122.0 // indirect
239+
gitlab.com/gitlab-org/api/client-go v0.123.0 // indirect
238240
go.mongodb.org/mongo-driver v1.14.0 // indirect
239241
go.opencensus.io v0.24.0 // indirect
240242
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

0 commit comments

Comments
 (0)