Commits
- [`e4ec7b2`](https://github.com/shirou/gopsutil/commit/e4ec7b275ada47ca32799106c2dba142d96aaf93) [disk][linux] Fix [#555](https://github-redirect.dependabot.com/shirou/gopsutil/issues/555) for kernels >=2.6.26
- [`2f74cb5`](https://github.com/shirou/gopsutil/commit/2f74cb51781d173ae257a61e955594064ab6f7b0) Merge pull request [#751](https://github-redirect.dependabot.com/shirou/gopsutil/issues/751) from asnowfox/master
- [`dad54b9`](https://github.com/shirou/gopsutil/commit/dad54b96cb5fe318d79d2e812c8c4d60fa4f5e08) Merge pull request [#754](https://github-redirect.dependabot.com/shirou/gopsutil/issues/754) from Lomanic/issue752
- [`3eefe64`](https://github.com/shirou/gopsutil/commit/3eefe649484ff31c3654ab18d75cf1d58c546a19) [process] Fix [#752](https://github-redirect.dependabot.com/shirou/gopsutil/issues/752) sort PIDS returned by process.Pids()
- [`58dc3b2`](https://github.com/shirou/gopsutil/commit/58dc3b28aaabbc5d4fdd09a8146279276305aa10) [process][windows] Amend last commit, don't wrap err in NumThreads()
- [`9a445d5`](https://github.com/shirou/gopsutil/commit/9a445d5f6aa07ca0797b7571c644a95d2be54716) [process][windows] Use win32 API in process.NumThreads() instead of slow WMI ...
- [`e4d2c2f`](https://github.com/shirou/gopsutil/commit/e4d2c2f87a3443b42f7ce6e8c351860c8c8e92d4) Merge pull request [#749](https://github-redirect.dependabot.com/shirou/gopsutil/issues/749) from Lomanic/issue628windows
- [`fe02b2b`](https://github.com/shirou/gopsutil/commit/fe02b2b4bad5e383630e7488b6c98b19b1525924) Merge pull request [#750](https://github-redirect.dependabot.com/shirou/gopsutil/issues/750) from Lomanic/issue560
- [`dc5a475`](https://github.com/shirou/gopsutil/commit/dc5a4756c99daf5563fcb4e89d54fbbabb91c83b) [disk][darwin] Fix [#560](https://github-redirect.dependabot.com/shirou/gopsutil/issues/560) using github.com/lufia/iostat cgo implementation
- [`71adb75`](https://github.com/shirou/gopsutil/commit/71adb75383abfcfd4e97054aae270bec4b446e37) [cpu][windows] Add support for logical arg in Counts [#640](https://github-redirect.dependabot.com/shirou/gopsutil/issues/640) [#628](https://github-redirect.dependabot.com/shirou/gopsutil/issues/628)
- Additional commits viewable in [compare view](https://github.com/shirou/gopsutil/compare/v2.18.07...v2.19.8)
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 commands and options
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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/shirou/gopsutil from 2.18.07 to 2.19.8.
Commits
- [`e4ec7b2`](https://github.com/shirou/gopsutil/commit/e4ec7b275ada47ca32799106c2dba142d96aaf93) [disk][linux] Fix [#555](https://github-redirect.dependabot.com/shirou/gopsutil/issues/555) for kernels >=2.6.26 - [`2f74cb5`](https://github.com/shirou/gopsutil/commit/2f74cb51781d173ae257a61e955594064ab6f7b0) Merge pull request [#751](https://github-redirect.dependabot.com/shirou/gopsutil/issues/751) from asnowfox/master - [`dad54b9`](https://github.com/shirou/gopsutil/commit/dad54b96cb5fe318d79d2e812c8c4d60fa4f5e08) Merge pull request [#754](https://github-redirect.dependabot.com/shirou/gopsutil/issues/754) from Lomanic/issue752 - [`3eefe64`](https://github.com/shirou/gopsutil/commit/3eefe649484ff31c3654ab18d75cf1d58c546a19) [process] Fix [#752](https://github-redirect.dependabot.com/shirou/gopsutil/issues/752) sort PIDS returned by process.Pids() - [`58dc3b2`](https://github.com/shirou/gopsutil/commit/58dc3b28aaabbc5d4fdd09a8146279276305aa10) [process][windows] Amend last commit, don't wrap err in NumThreads() - [`9a445d5`](https://github.com/shirou/gopsutil/commit/9a445d5f6aa07ca0797b7571c644a95d2be54716) [process][windows] Use win32 API in process.NumThreads() instead of slow WMI ... - [`e4d2c2f`](https://github.com/shirou/gopsutil/commit/e4d2c2f87a3443b42f7ce6e8c351860c8c8e92d4) Merge pull request [#749](https://github-redirect.dependabot.com/shirou/gopsutil/issues/749) from Lomanic/issue628windows - [`fe02b2b`](https://github.com/shirou/gopsutil/commit/fe02b2b4bad5e383630e7488b6c98b19b1525924) Merge pull request [#750](https://github-redirect.dependabot.com/shirou/gopsutil/issues/750) from Lomanic/issue560 - [`dc5a475`](https://github.com/shirou/gopsutil/commit/dc5a4756c99daf5563fcb4e89d54fbbabb91c83b) [disk][darwin] Fix [#560](https://github-redirect.dependabot.com/shirou/gopsutil/issues/560) using github.com/lufia/iostat cgo implementation - [`71adb75`](https://github.com/shirou/gopsutil/commit/71adb75383abfcfd4e97054aae270bec4b446e37) [cpu][windows] Add support for logical arg in Counts [#640](https://github-redirect.dependabot.com/shirou/gopsutil/issues/640) [#628](https://github-redirect.dependabot.com/shirou/gopsutil/issues/628) - Additional commits viewable in [compare view](https://github.com/shirou/gopsutil/compare/v2.18.07...v2.19.8)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 commands and options
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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.