From 1b9d8d63782246c0b8e482731ed66ebbd0c765f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:45:58 +0200 Subject: [PATCH] chore(deps): update module github.com/tklauser/numcpus to v0.9.0 (#6197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/tklauser/numcpus](https://redirect.github.com/tklauser/numcpus) | `v0.8.0` -> `v0.9.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftklauser%2fnumcpus/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftklauser%2fnumcpus/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftklauser%2fnumcpus/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftklauser%2fnumcpus/v0.8.0/v0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
tklauser/numcpus (github.com/tklauser/numcpus) ### [`v0.9.0`](https://redirect.github.com/tklauser/numcpus/releases/tag/v0.9.0) [Compare Source](https://redirect.github.com/tklauser/numcpus/compare/v0.8.0...v0.9.0) This version introduces the `List{Offline,Online,Possible,Present}` functions (currently only implemented for Linux) which return a list of offline, online, possible or present CPUs, respectively. #### What's Changed - .github: Bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/82](https://redirect.github.com/tklauser/numcpus/pull/82) - Check that last ≥ first in parseCPURange by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/83](https://redirect.github.com/tklauser/numcpus/pull/83) - .github: Bump actions/setup-go from 5.0.0 to 5.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/84](https://redirect.github.com/tklauser/numcpus/pull/84) - go.mod: bump golang.org/x/sys from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/85](https://redirect.github.com/tklauser/numcpus/pull/85) - .github: Bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/86](https://redirect.github.com/tklauser/numcpus/pull/86) - .github: Bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/87](https://redirect.github.com/tklauser/numcpus/pull/87) - .github: drop macos-11 runner by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/88](https://redirect.github.com/tklauser/numcpus/pull/88) - Implement `List{Offline,Online,Possible,Present}` functions on Linux by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/89](https://redirect.github.com/tklauser/numcpus/pull/89) - Simplify listCPURange implementation by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/90](https://redirect.github.com/tklauser/numcpus/pull/90) - .github: Bump actions/checkout from 4.1.6 to 4.1.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/92](https://redirect.github.com/tklauser/numcpus/pull/92) - go.mod: bump golang.org/x/sys from 0.20.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/94](https://redirect.github.com/tklauser/numcpus/pull/94) - .cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.3 by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/95](https://redirect.github.com/tklauser/numcpus/pull/95) - .github: Bump actions/setup-go from 5.0.1 to 5.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/96](https://redirect.github.com/tklauser/numcpus/pull/96) - go.mod: bump golang.org/x/sys from 0.23.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/97](https://redirect.github.com/tklauser/numcpus/pull/97) - ci: update Go to 1.23 by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/98](https://redirect.github.com/tklauser/numcpus/pull/98) - go.mod: bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/99](https://redirect.github.com/tklauser/numcpus/pull/99) - .github: Bump actions/checkout from 4.1.7 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/tklauser/numcpus/pull/100](https://redirect.github.com/tklauser/numcpus/pull/100) - Don't skip testNumAndList if Get\* fails or isn't supported by [@​tklauser](https://redirect.github.com/tklauser) in [https://github.com/tklauser/numcpus/pull/101](https://redirect.github.com/tklauser/numcpus/pull/101) **Full Changelog**: https://github.com/tklauser/numcpus/compare/v0.8.0...v0.9.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- instrumentation/host/example/go.mod | 2 +- instrumentation/host/example/go.sum | 4 ++-- instrumentation/host/go.mod | 2 +- instrumentation/host/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/instrumentation/host/example/go.mod b/instrumentation/host/example/go.mod index 0d6d2bec26b..a1ae9182f72 100644 --- a/instrumentation/host/example/go.mod +++ b/instrumentation/host/example/go.mod @@ -22,7 +22,7 @@ require ( github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect github.com/shirou/gopsutil/v4 v4.24.9 // indirect github.com/tklauser/go-sysconf v0.3.14 // indirect - github.com/tklauser/numcpus v0.8.0 // indirect + github.com/tklauser/numcpus v0.9.0 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect go.opentelemetry.io/otel/metric v1.30.0 // indirect go.opentelemetry.io/otel/trace v1.30.0 // indirect diff --git a/instrumentation/host/example/go.sum b/instrumentation/host/example/go.sum index d8944e29aee..e772a3855ab 100644 --- a/instrumentation/host/example/go.sum +++ b/instrumentation/host/example/go.sum @@ -26,8 +26,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU= github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY= -github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY= -github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= +github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo= +github.com/tklauser/numcpus v0.9.0/go.mod h1:SN6Nq1O3VychhC1npsWostA+oW+VOQTxZrS604NSRyI= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0= github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts= diff --git a/instrumentation/host/go.mod b/instrumentation/host/go.mod index c4dae874559..50467b0266d 100644 --- a/instrumentation/host/go.mod +++ b/instrumentation/host/go.mod @@ -16,7 +16,7 @@ require ( github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect github.com/tklauser/go-sysconf v0.3.14 // indirect - github.com/tklauser/numcpus v0.8.0 // indirect + github.com/tklauser/numcpus v0.9.0 // indirect github.com/yusufpapurcu/wmi v1.2.4 // indirect go.opentelemetry.io/otel/trace v1.30.0 // indirect golang.org/x/sys v0.26.0 // indirect diff --git a/instrumentation/host/go.sum b/instrumentation/host/go.sum index b5d485ab182..a6cb6904088 100644 --- a/instrumentation/host/go.sum +++ b/instrumentation/host/go.sum @@ -24,8 +24,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU= github.com/tklauser/go-sysconf v0.3.14/go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY= -github.com/tklauser/numcpus v0.8.0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY= -github.com/tklauser/numcpus v0.8.0/go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE= +github.com/tklauser/numcpus v0.9.0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo= +github.com/tklauser/numcpus v0.9.0/go.mod h1:SN6Nq1O3VychhC1npsWostA+oW+VOQTxZrS604NSRyI= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0= github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0= go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts=