Commit 3cf29d3
authored
deps: bump golang.org/x/sys from 0.35.0 to 0.37.0 (#1899)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.35.0 to
0.37.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/1edeebeea09c66c5a886ccfefb1be5dafac5c893"><code>1edeebe</code></a>
unix: mkall.sh: fail if docker build failed</li>
<li><a
href="https://github.com/golang/sys/commit/ecada541268c911af0ea4e4e1d5b1b9ae9350f8a"><code>ecada54</code></a>
unix: use slices.{Equal,Sort} in tests</li>
<li><a
href="https://github.com/golang/sys/commit/5e63aa5e0fdbc13e970e0b19c47af41dd3c96f45"><code>5e63aa5</code></a>
windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows</li>
<li><a
href="https://github.com/golang/sys/commit/033906b9f001ad8de67ebafbb9838f968715b74d"><code>033906b</code></a>
unix: add (*CPUSet).Fill helper to enable all CPUs</li>
<li><a
href="https://github.com/golang/sys/commit/6be6c584a2e8031375fd3950a9b7bd9a867af5ee"><code>6be6c58</code></a>
windows: add FlushConsoleInputBuffer and
GetNumberOfConsoleInputEvents</li>
<li><a
href="https://github.com/golang/sys/commit/32e203842b823da11129bd4fafb58a2e67d49b6f"><code>32e2038</code></a>
unix: use Go 1.21+ clear built-in</li>
<li><a
href="https://github.com/golang/sys/commit/137f2eda356924019c101f440bbbc0270ddd857f"><code>137f2ed</code></a>
sys: add support for NetBSD getvfsstat</li>
<li><a
href="https://github.com/golang/sys/commit/b06ce0514ea5467cf3ac72ad85e4d1845c51fbad"><code>b06ce05</code></a>
windows: add FILE_ZERO_DATA_INFORMATION</li>
<li><a
href="https://github.com/golang/sys/commit/689cc11b26fb21227ba0ff5ce9222b7bd6053c30"><code>689cc11</code></a>
unix: fix Listen on solaris</li>
<li><a
href="https://github.com/golang/sys/commit/a4712b905411aebcc0c9b999c7e61826bfe4c11d"><code>a4712b9</code></a>
plan9: drop go version tags for unsupported versions</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/sys/compare/v0.35.0...v0.37.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fecdf43 commit 3cf29d3
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1780 | 1780 | | |
1781 | 1781 | | |
1782 | 1782 | | |
1783 | | - | |
1784 | | - | |
| 1783 | + | |
| 1784 | + | |
1785 | 1785 | | |
1786 | 1786 | | |
1787 | 1787 | | |
| |||
0 commit comments