We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any application that depends on this library will indirectly require golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
Currently mongo uses this library in its Go driver. Which my library uses. Resulting in security warnings.
Bumping golang.org/x/crypto to at least version 0.21.0 will patch:
golang.org/x/crypto
0.21.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Any application that depends on this library will indirectly require
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
Currently mongo uses this library in its Go driver. Which my library uses. Resulting in security warnings.
Proposal
Bumping
golang.org/x/crypto
to at least version0.21.0
will patch:The text was updated successfully, but these errors were encountered: