Skip to content

Commit 0e71999

Browse files
renovate-botenteraga6
authored andcommitted
fix(deps): update go (slsa-framework#2351)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/secure-systems-lab/go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib) | require | minor | `v0.6.0` -> `v0.7.0` | | [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) | require | patch | `v2.1.0` -> `v2.1.1` | | golang.org/x/oauth2 | require | minor | `v0.9.0` -> `v0.10.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>secure-systems-lab/go-securesystemslib (github.com/secure-systems-lab/go-securesystemslib)</summary> ### [`v0.7.0`](https://github.com/secure-systems-lab/go-securesystemslib/compare/v0.6.0...v0.7.0) [Compare Source](https://github.com/secure-systems-lab/go-securesystemslib/compare/v0.6.0...v0.7.0) </details> <details> <summary>sigstore/cosign (github.com/sigstore/cosign/v2)</summary> ### [`v2.1.1`](https://github.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v211) [Compare Source](https://github.com/sigstore/cosign/compare/v2.1.0...v2.1.1) #### Bug Fixes - wait for the workers become available again to continue the execution ([#&#8203;3084](https://github.com/sigstore/cosign/issues/3084)) - fix help text when in a container ([#&#8203;3082](https://github.com/sigstore/cosign/issues/3082)) #### Documentation - update changelog ([#&#8203;3080](https://github.com/sigstore/cosign/issues/3080)) - DNM: Add CHANGELOG for v2.1.0 ([#&#8203;3068](https://github.com/sigstore/cosign/issues/3068)) - Carlos Tadeu Panato Junior - priyawadhwa </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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://developer.mend.io/github/slsa-framework/slsa-github-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Noah Elzner <[email protected]>
1 parent da114ec commit 0e71999

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

go.mod

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ require (
1010
github.com/google/go-github/v53 v53.2.0
1111
github.com/in-toto/in-toto-golang v0.9.0
1212
github.com/pelletier/go-toml v1.9.5
13-
github.com/secure-systems-lab/go-securesystemslib v0.6.0
14-
github.com/sigstore/cosign/v2 v2.1.0
13+
github.com/secure-systems-lab/go-securesystemslib v0.7.0
14+
github.com/sigstore/cosign/v2 v2.1.1
1515
github.com/sigstore/rekor v1.2.2-0.20230530122220-67cc9e58bd23
1616
github.com/sigstore/sigstore v1.7.1
1717
github.com/spf13/cobra v1.7.0
18-
golang.org/x/oauth2 v0.9.0
18+
golang.org/x/oauth2 v0.10.0
1919
gopkg.in/square/go-jose.v2 v2.6.0
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
2222

2323
require (
24-
cloud.google.com/go/compute v1.19.3 // indirect
24+
cloud.google.com/go/compute v1.20.1 // indirect
2525
cloud.google.com/go/compute/metadata v0.2.3 // indirect
2626
filippo.io/edwards25519 v1.0.0 // indirect
2727
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
@@ -50,18 +50,18 @@ require (
5050
github.com/aliyun/credentials-go v1.2.3 // indirect
5151
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
5252
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
53-
github.com/aws/aws-sdk-go-v2/config v1.18.26 // indirect
54-
github.com/aws/aws-sdk-go-v2/credentials v1.13.25 // indirect
53+
github.com/aws/aws-sdk-go-v2/config v1.18.27 // indirect
54+
github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect
5555
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 // indirect
5656
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect
5757
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 // indirect
5858
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 // 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
6161
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 // indirect
62-
github.com/aws/aws-sdk-go-v2/service/sso v1.12.11 // indirect
63-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.11 // indirect
64-
github.com/aws/aws-sdk-go-v2/service/sts v1.19.1 // indirect
62+
github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 // indirect
63+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect
64+
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // 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
@@ -177,21 +177,21 @@ require (
177177
go.uber.org/atomic v1.10.0 // indirect
178178
go.uber.org/multierr v1.11.0 // indirect
179179
go.uber.org/zap v1.24.0 // indirect
180-
golang.org/x/crypto v0.10.0 // indirect
180+
golang.org/x/crypto v0.11.0 // indirect
181181
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
182182
golang.org/x/mod v0.11.0 // indirect
183-
golang.org/x/net v0.11.0 // indirect
183+
golang.org/x/net v0.12.0 // indirect
184184
golang.org/x/sync v0.3.0 // indirect
185-
golang.org/x/sys v0.9.0 // indirect
186-
golang.org/x/term v0.9.0 // indirect
187-
golang.org/x/text v0.10.0 // indirect
185+
golang.org/x/sys v0.10.0 // indirect
186+
golang.org/x/term v0.10.0 // indirect
187+
golang.org/x/text v0.11.0 // indirect
188188
golang.org/x/time v0.3.0 // indirect
189189
golang.org/x/tools v0.9.3 // indirect
190190
google.golang.org/api v0.128.0 // indirect
191191
google.golang.org/appengine v1.6.7 // indirect
192192
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
193193
google.golang.org/grpc v1.56.0 // indirect
194-
google.golang.org/protobuf v1.30.0 // indirect
194+
google.golang.org/protobuf v1.31.0 // indirect
195195
gopkg.in/inf.v0 v0.9.1 // indirect
196196
gopkg.in/ini.v1 v1.67.0 // indirect
197197
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)