Skip to content

Commit 8635294

Browse files
build(deps): Bump github.com/shirou/gopsutil/v3 from 3.23.4 to 3.23.5 (runfinch#437)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.4 to 3.23.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/32e8a92ad6ba363a9cbc05ea9e284c11c723efe3"><code>32e8a92</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1475">#1475</a> from shirou/feature/fix_potential_leak_on_common_sleep</li> <li><a href="https://github.com/shirou/gopsutil/commit/3e789a459a881bc31b8f24435fe02013818466ee"><code>3e789a4</code></a> [common]: fix potential leak on Sleep.</li> <li><a href="https://github.com/shirou/gopsutil/commit/03ae19bea8ddab95f5f373d14f9f7a91ebc293b2"><code>03ae19b</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1472">#1472</a> from powersj/fix/writeback</li> <li><a href="https://github.com/shirou/gopsutil/commit/194e6e2edc1530a9f4f73d58d1094af865b3120e"><code>194e6e2</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1467">#1467</a> from shirou/dependabot/go_modules/github.com/yusufpa...</li> <li><a href="https://github.com/shirou/gopsutil/commit/553769014163e842a64c5714480a0439ee4fa1b2"><code>5537690</code></a> chore(deps): bump github.com/yusufpapurcu/wmi from 1.2.2 to 1.2.3</li> <li><a href="https://github.com/shirou/gopsutil/commit/1983d2b90843b90f1f6958bbb5f741f511201f90"><code>1983d2b</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1468">#1468</a> from shirou/dependabot/go_modules/github.com/stretch...</li> <li><a href="https://github.com/shirou/gopsutil/commit/d71f0022a12a981442e245cfb8d962e9c00ff8b6"><code>d71f002</code></a> fix(mem): Correct capitalization of linux writeback</li> <li><a href="https://github.com/shirou/gopsutil/commit/fd69d68f44b6d9c2054497a8f37ac51f5bcefaa3"><code>fd69d68</code></a> chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3</li> <li><a href="https://github.com/shirou/gopsutil/commit/7c610c50377c48e230fd092e65e656b03b97b069"><code>7c610c5</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1462">#1462</a> from cuishuang/master</li> <li><a href="https://github.com/shirou/gopsutil/commit/9aa4e7a744bb35916461100865e7774a76f4053c"><code>9aa4e7a</code></a> fix some comments</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v3.23.4...v3.23.5">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.4&new-version=3.23.5)](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 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>
1 parent f6f8aeb commit 8635294

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Diff for: go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/pelletier/go-toml v1.9.5
1313
github.com/pkg/sftp v1.13.5
1414
github.com/runfinch/common-tests v0.7.0
15-
github.com/shirou/gopsutil/v3 v3.23.4
15+
github.com/shirou/gopsutil/v3 v3.23.5
1616
github.com/sirupsen/logrus v1.9.2
1717
github.com/spf13/afero v1.9.5
1818
github.com/spf13/cobra v1.7.0
19-
github.com/stretchr/testify v1.8.2
19+
github.com/stretchr/testify v1.8.3
2020
github.com/xorcare/pointer v1.2.2
2121
golang.org/x/crypto v0.9.0
2222
golang.org/x/tools v0.9.3
@@ -37,10 +37,10 @@ require (
3737
github.com/pkg/errors v0.9.1 // indirect
3838
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
3939
github.com/rogpeppe/go-internal v1.10.0 // indirect
40-
github.com/shoenig/go-m1cpu v0.1.5 // indirect
40+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
4141
github.com/tklauser/go-sysconf v0.3.11 // indirect
4242
github.com/tklauser/numcpus v0.6.0 // indirect
43-
github.com/yusufpapurcu/wmi v1.2.2 // indirect
43+
github.com/yusufpapurcu/wmi v1.2.3 // indirect
4444
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
4545
google.golang.org/grpc v1.53.0 // indirect
4646
google.golang.org/protobuf v1.30.0 // indirect

Diff for: go.sum

+10-11
Original file line numberDiff line numberDiff line change
@@ -314,12 +314,12 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
314314
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
315315
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
316316
github.com/sergi/go-diff v1.2.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
317-
github.com/shirou/gopsutil/v3 v3.23.4 h1:hZwmDxZs7Ewt75DV81r4pFMqbq+di2cbt9FsQBqLD2o=
318-
github.com/shirou/gopsutil/v3 v3.23.4/go.mod h1:ZcGxyfzAMRevhUR2+cfhXDH6gQdFYE/t8j1nsU4mPI8=
319-
github.com/shoenig/go-m1cpu v0.1.5 h1:LF57Z/Fpb/WdGLjt2HZilNnmZOxg/q2bSKTQhgbrLrQ=
320-
github.com/shoenig/go-m1cpu v0.1.5/go.mod h1:Wwvst4LR89UxjeFtLRMrpgRiyY4xPsejnVZym39dbAQ=
321-
github.com/shoenig/test v0.6.3 h1:GVXWJFk9PiOjN0KoJ7VrJGH6uLPnqxR7/fe3HUPfE0c=
322-
github.com/shoenig/test v0.6.3/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
317+
github.com/shirou/gopsutil/v3 v3.23.5 h1:5SgDCeQ0KW0S4N0znjeM/eFHXXOKyv2dVNgRq/c9P6Y=
318+
github.com/shirou/gopsutil/v3 v3.23.5/go.mod h1:Ng3Maa27Q2KARVJ0SPZF5NdrQSC3XHKP8IIWrHgMeLY=
319+
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
320+
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
321+
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
322+
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
323323
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y=
324324
github.com/sirupsen/logrus v1.9.2/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
325325
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
@@ -344,8 +344,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
344344
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
345345
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
346346
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
347-
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
348-
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
347+
github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY=
348+
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
349349
github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=
350350
github.com/tklauser/go-sysconf v0.3.11/go.mod h1:GqXfhXY3kiPa0nAXPDIQIWzJbMCB7AmcWpGR8lSZfqI=
351351
github.com/tklauser/numcpus v0.6.0 h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=
@@ -360,8 +360,8 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
360360
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
361361
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
362362
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
363-
github.com/yusufpapurcu/wmi v1.2.2 h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg=
364-
github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
363+
github.com/yusufpapurcu/wmi v1.2.3 h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=
364+
github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
365365
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
366366
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
367367
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
@@ -583,7 +583,6 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
583583
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
584584
golang.org/x/sys v0.4.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
585585
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
586-
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
587586
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
588587
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
589588
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

0 commit comments

Comments
 (0)