-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore: bump golang.org/x/crypto to v0.21.0 #130
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Rafid.
This PR bumps the version of golang.org/x/crypto to v0.21.0.
Changes reflect the following operation:
Resolves #126