Skip to content

Commit 0473648

Browse files
Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.2 (kataras#2090)
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.1 to 3.23.2. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.23.1...v3.23.2) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b44d2dd commit 0473648

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/microcosm-cc/bluemonday v1.0.22
3636
github.com/russross/blackfriday/v2 v2.1.0
3737
github.com/schollz/closestmatch v2.1.0+incompatible
38-
github.com/shirou/gopsutil/v3 v3.23.1
38+
github.com/shirou/gopsutil/v3 v3.23.2
3939
github.com/tdewolff/minify/v2 v2.12.4
4040
github.com/vmihailenco/msgpack/v5 v5.3.5
4141
github.com/yosssi/ace v0.0.5
@@ -89,7 +89,7 @@ require (
8989
github.com/sanity-io/litter v1.5.5 // indirect
9090
github.com/sergi/go-diff v1.0.0 // indirect
9191
github.com/sirupsen/logrus v1.8.1 // indirect
92-
github.com/stretchr/testify v1.8.1 // indirect
92+
github.com/stretchr/testify v1.8.2 // indirect
9393
github.com/tdewolff/parse/v2 v2.6.4 // indirect
9494
github.com/tklauser/go-sysconf v0.3.11 // indirect
9595
github.com/tklauser/numcpus v0.6.0 // indirect

go.sum

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)