chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.45.0#4
chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.45.0#4dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.45.0. - [Commits](golang/crypto@v0.8.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7c461e1. Configure here.
| module github.com/fw-ai/postgres | ||
|
|
||
| go 1.18 | ||
| go 1.24.0 |
There was a problem hiding this comment.
Go minimum version jumps six versions breaking consumers
Medium Severity
The go directive jumped from 1.18 to 1.24.0 as a side effect of bumping golang.org/x/crypto to v0.45.0. Since Go 1.21, this directive is a strictly enforced minimum version requirement. Any downstream consumer of this library on Go < 1.24 will either fail to build (Go < 1.21) or be forced into an automatic toolchain download (Go 1.21+). This is a six-version compatibility break for a library module that Dependabot doesn't highlight in its PR description.
Reviewed by Cursor Bugbot for commit 7c461e1. Configure here.
|
Superseded by #5. |


Bumps golang.org/x/crypto from 0.8.0 to 0.45.0.
Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsDependabot 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 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.
Note
Medium Risk
Bumps the module’s
goversion to1.24.0and updates indirectgolang.org/xdependencies, which may impact build/toolchain compatibility and transitive behavior despite no code changes.Overview
Updates module metadata by raising the
godirective from1.18to1.24.0.Refreshes indirect dependencies, notably bumping
golang.org/x/cryptotov0.45.0andgolang.org/x/texttov0.31.0(with correspondinggo.sumupdates).Reviewed by Cursor Bugbot for commit 7c461e1. Bugbot is set up for automated code reviews on this repo. Configure here.