Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump golang.org/x/crypto to v0.21.0 #130

Merged
merged 4 commits into from
Apr 8, 2024

Conversation

rebornplusplus
Copy link
Member

This PR bumps the version of golang.org/x/crypto to v0.21.0.

Changes reflect the following operation:

go get -u golang.org/x/crypto

Resolves #126

@rebornplusplus rebornplusplus marked this pull request as ready for review April 3, 2024 07:13
@cjdcordeiro cjdcordeiro added the Simple Nice for a quick look on a minute or two label Apr 3, 2024
go.sum Outdated Show resolved Hide resolved
.golangci.yaml Outdated Show resolved Hide resolved
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/term v0.12.0
golang.org/x/crypto v0.21.0
golang.org/x/term v0.18.0
Copy link

@dolmen dolmen Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade of golang.org/x/term is out of scope of this PR.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

golang.org/x/term is required for golang.org/x/crypto actually: https://cs.opensource.google/go/x/crypto/+/master:go.mod.

module golang.org/x/crypto

go 1.18

require (
	golang.org/x/net v0.21.0 // tagx:ignore
	golang.org/x/sys v0.19.0
	golang.org/x/term v0.19.0
)

require golang.org/x/text v0.14.0 // indirect

Copy link
Contributor

@niemeyer niemeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Rafid.

@niemeyer niemeyer merged commit 91e9dbf into canonical:main Apr 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simple Nice for a quick look on a minute or two
Projects
None yet
Development

Successfully merging this pull request may close these issues.

security: Upgrade golang.org/x/crypto to remediate CVEs
5 participants