build(deps): bump golang.org/x/crypto from 0.11.1-0.20230711161743-2e82bdd1719d to 0.31.0#521
Conversation
go.mod
Outdated
| github.com/bwesterb/go-ristretto v1.2.3 | ||
| golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d | ||
| golang.org/x/sys v0.10.0 | ||
| golang.org/x/crypto v0.31.0 |
There was a problem hiding this comment.
The current Go 1.24 development version uses v0.30.0: https://github.com/golang/go/blob/9118060040ab7af4d384c2c1e2862673e2bbb8c3/src/go.mod
(It uses the same x/sys version, v0.28.0)
The only difference with v0.31.0 is a fix for a SSH vulnerability which is irrelevant to CIRCL: golang/crypto@v0.30.0...v0.31.0
If we are going to update this, I would suggest sticking to v0.30.0. Otherwise we would have to modify go.mod, go.sum and vendor/modules.txt when vendoring circl into stdlib. Doing so could cause merge conflicts in future rebases.
There was a problem hiding this comment.
I have updated to v0.30.0, @Lekensteyn let us know when a new integration with Go is ready so we bump dependencies up here.
|
@dependabot recreate |
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.1-0.20230711161743-2e82bdd1719d to 0.31.0. - [Commits](https://github.com/golang/crypto/commits/v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
d5b0950 to
9bb2253
Compare
|
Superseded by #585. |
Bumps golang.org/x/crypto from 0.11.1-0.20230711161743-2e82bdd1719d to 0.31.0.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.