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

Upgrade Go crypto and net dependencies #2581

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dotNomad
Copy link
Collaborator

This PR upgrades two Go dependencies:

  • golang.org/x/crypto to 0.32.0
  • golang.org/x/net to 0.34.0

Type of Change

    • Bug Fix
    • New Feature
    • Breaking Change
    • Documentation
    • Refactor
    • Tooling

Approach

The approach here was just to use go get <dependency>@latest and then go mod vendor.

Directions for Reviewers

Pull this down and check that CLI tooling like just and tests behave as expected.

Run the extension itself and test the behavior has not been impacted by upgraded dependencies.

`go get golang.org/x/crypto@latest`
`go mod vendor`
`go get golang.org/x/net@latest`
`go mod vendor`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant