Skip to content

x/crypto: transitive dependency package "golang.org/x/net" is not updated with latest crypto version #73256

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

Closed
Supriya-Khedkar87 opened this issue Apr 8, 2025 · 1 comment
Milestone

Comments

@Supriya-Khedkar87
Copy link

latest version of crypto package is still using same version of below transitive decency -
golang.org/x/net v0.21.0 // tagx:ignore

Are we going to update transitive decencies with parent component?

@gopherbot gopherbot added this to the Unreleased milestone Apr 8, 2025
@dmitshur dmitshur changed the title x/crypto: Transitive dependency package "golang.org/x/net" is not updated with latest crypto version x/crypto: transitive dependency package "golang.org/x/net" is not updated with latest crypto version Apr 8, 2025
@dmitshur
Copy link
Member

dmitshur commented Apr 8, 2025

The golang.org/x/crypto module only uses the golang.org/x/net/idna package from the golang.org/x/net module, and that package hasn't changed since v0.21.0: https://go.googlesource.com/net/+diff/v0.21.0..v0.39.0/idna. So there aren't any changes to pull in.

That said, the automated monthly tagging workflow can do better at upgrading these, even if not to the very latest (upcoming) version, but at least to the one before. I filed #73264 for that.

Closing since there's nothing to do here.

@dmitshur dmitshur closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2025
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

No branches or pull requests

3 participants