Skip to content

Commit 7800db6

Browse files
Merge pull request #26040 from containers/renovate/github.com-shirou-gopsutil-v4-4.x
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.4
2 parents 083c8bc + ebcdd3c commit 7800db6

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/opencontainers/selinux v1.12.0
6161
github.com/openshift/imagebuilder v1.2.16-0.20250224193648-e87e4e105fd8
6262
github.com/rootless-containers/rootlesskit/v2 v2.3.2
63-
github.com/shirou/gopsutil/v4 v4.25.3
63+
github.com/shirou/gopsutil/v4 v4.25.4
6464
github.com/sirupsen/logrus v1.9.3
6565
github.com/spf13/cobra v1.9.1
6666
github.com/spf13/pflag v1.0.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ github.com/segmentio/ksuid v1.0.4 h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c
423423
github.com/segmentio/ksuid v1.0.4/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE=
424424
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
425425
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
426-
github.com/shirou/gopsutil/v4 v4.25.3 h1:SeA68lsu8gLggyMbmCn8cmp97V1TI9ld9sVzAUcKcKE=
427-
github.com/shirou/gopsutil/v4 v4.25.3/go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA=
426+
github.com/shirou/gopsutil/v4 v4.25.4 h1:cdtFO363VEOOFrUCjZRh4XVJkb548lyF0q0uTeMqYPw=
427+
github.com/shirou/gopsutil/v4 v4.25.4/go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA=
428428
github.com/sigstore/fulcio v1.6.6 h1:XaMYX6TNT+8n7Npe8D94nyZ7/ERjEsNGFC+REdi/wzw=
429429
github.com/sigstore/fulcio v1.6.6/go.mod h1:BhQ22lwaebDgIxVBEYOOqLRcN5+xOV+C9bh/GUXRhOk=
430430
github.com/sigstore/protobuf-specs v0.4.1 h1:5SsMqZbdkcO/DNHudaxuCUEjj6x29tS2Xby1BxGU7Zc=

vendor/github.com/shirou/gopsutil/v4/cpu/cpu_darwin.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/shirou/gopsutil/v4/cpu/cpu_windows.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ github.com/secure-systems-lab/go-securesystemslib/encrypted
897897
# github.com/segmentio/ksuid v1.0.4
898898
## explicit; go 1.12
899899
github.com/segmentio/ksuid
900-
# github.com/shirou/gopsutil/v4 v4.25.3
900+
# github.com/shirou/gopsutil/v4 v4.25.4
901901
## explicit; go 1.23
902902
github.com/shirou/gopsutil/v4/common
903903
github.com/shirou/gopsutil/v4/cpu

0 commit comments

Comments
 (0)