Skip to content

Commit

Permalink
build(deps): Bump github.com/shirou/gopsutil/v3 from 3.23.7 to 3.23.8 (
Browse files Browse the repository at this point in the history
…#552)

Bumps
[github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from
3.23.7 to 3.23.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.23.8</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<p><a
href="https://redirect.github.com/shirou/gopsutil/issues/1514">#1514</a>
improves <code>Processes()</code> performance 6% or more. Thank you <a
href="https://github.com/atoulme"><code>@​atoulme</code></a> !</p>
<h3>cpu</h3>
<ul>
<li>Enable setting of vendor and related information for all Power
versions by <a
href="https://github.com/kishen-v"><code>@​kishen-v</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1495">shirou/gopsutil#1495</a></li>
<li>chore: change CIRCLECI environment variable to CI. by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1518">shirou/gopsutil#1518</a></li>
</ul>
<h3>disk</h3>
<ul>
<li>fix: fixed windows disk package leaks by <a
href="https://github.com/ozanh"><code>@​ozanh</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1501">shirou/gopsutil#1501</a></li>
<li>fix IOCounters() SerialNumber enumeration by <a
href="https://github.com/gdvalle"><code>@​gdvalle</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1508">shirou/gopsutil#1508</a></li>
</ul>
<h3>host</h3>
<ul>
<li>[host][linux]: remove double quote from lsb release info by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1504">shirou/gopsutil#1504</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>mem: linux: fix vmstat field names by <a
href="https://github.com/chouquette"><code>@​chouquette</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1498">shirou/gopsutil#1498</a></li>
</ul>
<h3>process</h3>
<ul>
<li>Fix Processes() calls with many cores by <a
href="https://github.com/atoulme"><code>@​atoulme</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1514">shirou/gopsutil#1514</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kishen-v"><code>@​kishen-v</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1495">shirou/gopsutil#1495</a></li>
<li><a
href="https://github.com/chouquette"><code>@​chouquette</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1498">shirou/gopsutil#1498</a></li>
<li><a href="https://github.com/ozanh"><code>@​ozanh</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1501">shirou/gopsutil#1501</a></li>
<li><a href="https://github.com/gdvalle"><code>@​gdvalle</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1508">shirou/gopsutil#1508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v3.23.7...v3.23.8">https://github.com/shirou/gopsutil/compare/v3.23.7...v3.23.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/faad8060806256ffc4da37f9535160af4e8b0fee"><code>faad806</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1518">#1518</a>
from shirou/feature/remove_circleci</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/febdeab87192b3b2ce92b85e18872b7aa820a23c"><code>febdeab</code></a>
chore: change CIRCLECI environment variable to CI.</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a09263d9e8aada5c5f5aeec43200819bb5c9a682"><code>a09263d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1514">#1514</a>
from atoulme/faster_file_read</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/54c31d884d8caa2caa6e1fa4ab81526ebe25f82f"><code>54c31d8</code></a>
Revert &quot;test results&quot;</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/ae119d36b8280344151f33a5db5c4a5d58faff89"><code>ae119d3</code></a>
test results</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/6fff1c0e99b0a8b6f9566cfea98353918830f0b0"><code>6fff1c0</code></a>
proper benchmark</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/89575bdf5ad71dbaa0970f426c8f90e3bd759aa4"><code>89575bd</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1513">#1513</a>
from shirou/dependabot/github_actions/actions/checko...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/4ed0f1436a55c8083fda990321046f12d73c92c0"><code>4ed0f14</code></a>
return err if not EOF</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/ca71a6db3c7495189bdc01e2235e79175cfd5bd2"><code>ca71a6d</code></a>
lint</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a48fd711371c6f4bf1f4f8d92e5eb791bd6b9a61"><code>a48fd71</code></a>
Revert &quot;send results&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v3.23.7...v3.23.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v3&package-manager=go_modules&previous-version=3.23.7&new-version=3.23.8)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent baf645f commit cf9399a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.6
github.com/runfinch/common-tests v0.7.3
github.com/shirou/gopsutil/v3 v3.23.7
github.com/shirou/gopsutil/v3 v3.23.8
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.9.5
github.com/spf13/cobra v1.7.0
Expand Down Expand Up @@ -41,8 +41,8 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
Expand Down
15 changes: 7 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shirou/gopsutil/v3 v3.23.7 h1:C+fHO8hfIppoJ1WdsVm1RoI0RwXoNdfTK7yWXV0wVj4=
github.com/shirou/gopsutil/v3 v3.23.7/go.mod h1:c4gnmoRC0hQuaLqvxnx1//VXQ0Ms/X9UnJF8pddY5z4=
github.com/shirou/gopsutil/v3 v3.23.8 h1:xnATPiybo6GgdRoC4YoGnxXZFRc3dqQTGi73oLvvBrE=
github.com/shirou/gopsutil/v3 v3.23.8/go.mod h1:7hmCaBn+2ZwaZOr6jmPBZDfawwMGuo1id3C6aM8EDqQ=
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
Expand Down Expand Up @@ -351,10 +351,10 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=
github.com/tklauser/go-sysconf v0.3.11/go.mod h1:GqXfhXY3kiPa0nAXPDIQIWzJbMCB7AmcWpGR8lSZfqI=
github.com/tklauser/numcpus v0.6.0 h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=
github.com/tklauser/numcpus v0.6.0/go.mod h1:FEZLMke0lhOUG6w2JadTzp0a+Nl8PF/GFkQ5UVIcaL4=
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
github.com/xanzy/ssh-agent v0.2.1 h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/xorcare/pointer v1.2.2 h1:zjD77b5DTehClND4MK+9dDE0DcpFIZisAJ/+yVJvKYA=
Expand Down Expand Up @@ -586,10 +586,9 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0 h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down

0 comments on commit cf9399a

Please sign in to comment.