Skip to content

Commit 3cf29d3

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.35.0&new-version=0.37.0)](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

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ require (
243243
golang.org/x/net v0.43.0 // indirect
244244
golang.org/x/oauth2 v0.30.0 // indirect
245245
golang.org/x/sync v0.17.0
246-
golang.org/x/sys v0.35.0
246+
golang.org/x/sys v0.37.0
247247
golang.org/x/term v0.34.0 // indirect
248248
google.golang.org/protobuf v1.36.8
249249
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,8 +1780,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
17801780
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
17811781
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
17821782
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1783-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
1784-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
1783+
golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
1784+
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
17851785
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
17861786
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
17871787
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=

0 commit comments

Comments
 (0)