Skip to content

Commit

Permalink
build(deps): Bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.…
Browse files Browse the repository at this point in the history
…11 (#720)

Bumps
[github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from
3.23.10 to 3.23.11.
<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.11</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>process</h3>
<ul>
<li>feat: use lsof for net_connections on FreeBSD by <a
href="https://github.com/wolf31o2"><code>@​wolf31o2</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1551">shirou/gopsutil#1551</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/wolf31o2"><code>@​wolf31o2</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1551">shirou/gopsutil#1551</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.11">https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.11</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/321901ee51bc7bac4d3ec86be31fd9d200ea5476"><code>321901e</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1554">#1554</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e1bb8db88f3f55da94347e75dfb7468ee24d4a2d"><code>e1bb8db</code></a>
chore(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/fad5e6864773d95e092fc97fd60a56aa14ec254f"><code>fad5e68</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1551">#1551</a>
from blinklabs-io/feat/use-lsof-freebsd-connections</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a8418dfd73098a842e15bc2747dfcd25c9aadac0"><code>a8418df</code></a>
feat: use lsof for net_connections on FreeBSD</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e74324b6a726997ce756b8f79dbbd7a3a0999ba0"><code>e74324b</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1548">#1548</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/807d46607893f9dd42a0d60b0bfbc154295bcae9"><code>807d466</code></a>
chore(deps): bump golang.org/x/sys from 0.13.0 to 0.14.0</li>
<li>See full diff in <a
href="https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.11">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.10&new-version=3.23.11)](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 Dec 5, 2023
1 parent 2058164 commit defc6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/pkg/sftp v1.13.6
github.com/runfinch/common-tests v0.7.9
github.com/shirou/gopsutil/v3 v3.23.10
github.com/shirou/gopsutil/v3 v3.23.11
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,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.10 h1:/N42opWlYzegYaVkWejXWJpbzKv2JDy3mrgGzKsh9hM=
github.com/shirou/gopsutil/v3 v3.23.10/go.mod h1:JIE26kpucQi+innVlAUnIEOSBhBUkirr5b44yr55+WE=
github.com/shirou/gopsutil/v3 v3.23.11 h1:i3jP9NjCPUz7FiZKxlMnODZkdSIp2gnzfrvsu9CuWEQ=
github.com/shirou/gopsutil/v3 v3.23.11/go.mod h1:1FrWgea594Jp7qmjHUUPlJDTPgcsb9mGnXDxavtikzM=
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 @@ -586,7 +586,6 @@ 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.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down

0 comments on commit defc6c5

Please sign in to comment.