-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Backport of update golang/x/net into release/1.10.x #18485
Backport of update golang/x/net into release/1.10.x #18485
Conversation
33becdc
to
96e9b10
Compare
2864f0e
to
3732930
Compare
Accidentally had the wrong version of go in my path. Updates coming. |
* Update gopsutil to v3 * Adds v2 field names in host-info response to allow eventual deprecation in favor of v3 field names * Map v3 to v2 field names to keep host-info api compat * copy gopsutil license into source * bump klog version to fix builds
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.
I assume the additional version bumps are because some deps required older net/... versions and thus we needed to bump them too?
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 gopsutil backport LGTM.
Backport
This PR is auto-generated from #18483 to be assessed for backporting due to the inclusion of the label backport/1.10.x.
WARNING automatic cherry-pick of commits failed. Commits will require human attention.
The below text is copied from the body of the original PR.
go get -u golang.org/x/net && go mod tidy
Overview of commits