Commit d813fa6
committed
Bump vendored golang.org/x/sys to v0.45.0 for x/net v0.55.0
The cherry-pick of the golang.org/x/net 0.54.0 -> 0.55.0 bump applied
cleanly on release-0.14 but left the tree inconsistent: x/net v0.55.0
requires golang.org/x/sys v0.45.0, while this branch still pinned and
vendored v0.44.0. On main, x/sys was already new enough, so the
original commit did not need to touch it. This fails "make
check-vendor" since go mod tidy/vendor regenerates a different tree
than what was committed.
Regenerate go.mod, go.sum, and vendor/ with "make vendor".
Signed-off-by: Rajath Agasthya <ragasthya@nvidia.com>1 parent 59abd96 commit d813fa6
73 files changed
Lines changed: 1825 additions & 773 deletions
File tree
- vendor
- golang.org/x/sys
- unix
- windows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments