File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
3434 code.cloudfoundry.org/go-loggregator/v10 v10.0.1
3535 github.com/cespare/xxhash/v2 v2.3.0
3636 github.com/go-chi/chi/v5 v5.2.0
37- github.com/shirou/gopsutil/v4 v4.24.12
37+ github.com/shirou/gopsutil/v4 v4.25.1
3838)
3939
4040require (
Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFo
390390github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75 /go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E =
391391github.com/satori/go.uuid v0.0.0-20160603004225-b111a074d5ef /go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0 =
392392github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
393- github.com/shirou/gopsutil/v4 v4.24.12 h1:qvePBOk20e0IKA1QXrIIU+jmk+zEiYVVx06WjBRlZo4 =
394- github.com/shirou/gopsutil/v4 v4.24.12 /go.mod h1:DCtMPAad2XceTeIAbGyVfycbYQNBGk2P8cvDi7/VN9o =
393+ github.com/shirou/gopsutil/v4 v4.25.1 h1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0ZqmLjXs =
394+ github.com/shirou/gopsutil/v4 v4.25.1 /go.mod h1:RoUCUpndaJFtT+2zsZzzmhvbfGoDCJ7nFXKJf8GqJbI =
395395github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 /go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg =
396396github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 /go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg =
397397github.com/shurcooL/vfsgen v0.0.0-20180825020608-02ddb050ef6b /go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw =
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ github.com/prometheus/prometheus/util/stats
240240github.com/prometheus/prometheus/util/strutil
241241github.com/prometheus/prometheus/util/teststorage
242242github.com/prometheus/prometheus/util/testutil
243- # github.com/shirou/gopsutil/v4 v4.24.12
243+ # github.com/shirou/gopsutil/v4 v4.25.1
244244## explicit; go 1.18
245245github.com/shirou/gopsutil/v4/common
246246github.com/shirou/gopsutil/v4/cpu
You can’t perform that action at this time.
0 commit comments