Skip to content

Commit 670c38d

Browse files
authored
fix(deps): update module github.com/sigstore/sigstore to v1.6.4 (#1689)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/sigstore/sigstore](https://togithub.com/sigstore/sigstore) | require | patch | `v1.6.3` -> `v1.6.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sigstore/sigstore</summary> ### [`v1.6.4`](https://togithub.com/sigstore/sigstore/releases/tag/v1.6.4) [Compare Source](https://togithub.com/sigstore/sigstore/compare/v1.6.3...v1.6.4) #### What's Changed - break out e2e test images into Dockerfiles so dependabot will work by [@&#8203;bobcallaway](https://togithub.com/bobcallaway) in [https://github.com/sigstore/sigstore/pull/1116](https://togithub.com/sigstore/sigstore/pull/1116) - remove trailing slash in dependabot cfg by [@&#8203;bobcallaway](https://togithub.com/bobcallaway) in [https://github.com/sigstore/sigstore/pull/1117](https://togithub.com/sigstore/sigstore/pull/1117) - chore: remove leftover TUF code - policy.go and signer.go by [@&#8203;rdimitrov](https://togithub.com/rdimitrov) in [https://github.com/sigstore/sigstore/pull/1128](https://togithub.com/sigstore/sigstore/pull/1128) **Full Changelog**: sigstore/sigstore@v1.6.3...v1.6.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/slsa-framework/slsa-github-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM1LjQ4LjIifQ==--> Signed-off-by: Renovate Bot <[email protected]>
1 parent c04243f commit 670c38d

File tree

2 files changed

+62
-56
lines changed

2 files changed

+62
-56
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/secure-systems-lab/go-securesystemslib v0.6.0
1414
github.com/sigstore/cosign/v2 v2.0.2
1515
github.com/sigstore/rekor v1.1.1
16-
github.com/sigstore/sigstore v1.6.3
16+
github.com/sigstore/sigstore v1.6.4
1717
github.com/spf13/cobra v1.7.0
1818
golang.org/x/oauth2 v0.7.0
1919
gopkg.in/square/go-jose.v2 v2.6.0
@@ -27,8 +27,8 @@ require (
2727
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
2828
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
2929
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30-
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
31-
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
30+
github.com/Azure/go-autorest/autorest v0.11.29 // indirect
31+
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
3232
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
3333
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
3434
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
@@ -49,19 +49,19 @@ require (
4949
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
5050
github.com/aliyun/credentials-go v1.2.3 // indirect
5151
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
52-
github.com/aws/aws-sdk-go-v2 v1.17.8 // indirect
53-
github.com/aws/aws-sdk-go-v2/config v1.18.21 // indirect
54-
github.com/aws/aws-sdk-go-v2/credentials v1.13.20 // indirect
55-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.2 // indirect
56-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.32 // indirect
57-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.26 // indirect
58-
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.33 // indirect
52+
github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect
53+
github.com/aws/aws-sdk-go-v2/config v1.18.23 // indirect
54+
github.com/aws/aws-sdk-go-v2/credentials v1.13.22 // indirect
55+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
56+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect
57+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect
58+
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 // indirect
5959
github.com/aws/aws-sdk-go-v2/service/ecr v1.15.0 // indirect
6060
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.12.0 // indirect
61-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.26 // indirect
62-
github.com/aws/aws-sdk-go-v2/service/sso v1.12.8 // indirect
63-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.8 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/sts v1.18.9 // indirect
61+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27 // indirect
62+
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 // indirect
63+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/sts v1.18.11 // indirect
6565
github.com/aws/smithy-go v1.13.5 // indirect
6666
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20220228164355-396b2034c795 // indirect
6767
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -109,7 +109,7 @@ require (
109109
github.com/google/go-github/v50 v50.2.0 // indirect
110110
github.com/google/go-querystring v1.1.0 // indirect
111111
github.com/google/gofuzz v1.2.0 // indirect
112-
github.com/google/s2a-go v0.1.2 // indirect
112+
github.com/google/s2a-go v0.1.3 // indirect
113113
github.com/google/trillian v1.5.1 // indirect
114114
github.com/google/uuid v1.3.0 // indirect
115115
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
@@ -178,11 +178,11 @@ require (
178178
golang.org/x/net v0.9.0 // indirect
179179
golang.org/x/sync v0.1.0 // indirect
180180
golang.org/x/sys v0.8.0 // indirect
181-
golang.org/x/term v0.7.0 // indirect
181+
golang.org/x/term v0.8.0 // indirect
182182
golang.org/x/text v0.9.0 // indirect
183183
golang.org/x/time v0.3.0 // indirect
184184
golang.org/x/tools v0.8.0 // indirect
185-
google.golang.org/api v0.119.0 // indirect
185+
google.golang.org/api v0.121.0 // indirect
186186
google.golang.org/appengine v1.6.7 // indirect
187187
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
188188
google.golang.org/grpc v1.54.0 // indirect

0 commit comments

Comments
 (0)