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

Update dependencies in all go.mod files #4087

Open
igooch opened this issue Jan 13, 2025 · 0 comments · May be fixed by #4092
Open

Update dependencies in all go.mod files #4087

igooch opened this issue Jan 13, 2025 · 0 comments · May be fixed by #4092
Assignees
Labels
area/security Issues pertaining to security

Comments

@igooch
Copy link
Collaborator

igooch commented Jan 13, 2025

Similar to #4062 bump version to golang.org/x/crypto to v0.31.0 in all go.mod files.

There are a number of dependencies that need to be updated. Rather than updating individually, it would make more sense to update them all at the same time.

Run go get -u && go mod tidy in each of the directories containing the go.mod files to upgrade all dependency patch versions.

@igooch igooch added the area/security Issues pertaining to security label Jan 13, 2025
@kamaljeeti kamaljeeti linked a pull request Jan 21, 2025 that will close this issue
@igooch igooch changed the title Bump golang.org/x/crypto to 0.31.0 in all go.mod files Update dependencies in all go.mod files Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security Issues pertaining to security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants