mirror of
https://github.com/containers/podman.git
synced 2026-07-12 16:25:08 -04:00
Update module github.com/shirou/gopsutil/v4 to v4.26.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -56,7 +56,7 @@ require (
|
||||
github.com/opencontainers/selinux v1.15.1
|
||||
github.com/openshift/imagebuilder v1.2.21
|
||||
github.com/rootless-containers/rootlesskit/v2 v2.3.6
|
||||
github.com/shirou/gopsutil/v4 v4.26.5
|
||||
github.com/shirou/gopsutil/v4 v4.26.6
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/spf13/pflag v1.0.10
|
||||
|
||||
4
go.sum
4
go.sum
@@ -335,8 +335,8 @@ github.com/secure-systems-lab/go-securesystemslib v0.11.0 h1:iuCR9kcMFD4QurdKrGv
|
||||
github.com/secure-systems-lab/go-securesystemslib v0.11.0/go.mod h1:+PMOTjUGwHj2vcZ+TFKlb1tXRbrdWE1LYDT5i9JC80Q=
|
||||
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
|
||||
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
|
||||
github.com/shirou/gopsutil/v4 v4.26.5 h1:RPcBXkpz7kOj9PqGFQOlBPZHsyaPvPVQc098y9RmCNM=
|
||||
github.com/shirou/gopsutil/v4 v4.26.5/go.mod h1:LZ6ewCSkBqUpvSOf+LsTGnRinC6iaNUNMGBtDkJBaLQ=
|
||||
github.com/shirou/gopsutil/v4 v4.26.6 h1:Mzr/npDtQC/xpeEuQKHZt8Zo9CmPvhTj8nkR8w5TLDs=
|
||||
github.com/shirou/gopsutil/v4 v4.26.6/go.mod h1:LZ6ewCSkBqUpvSOf+LsTGnRinC6iaNUNMGBtDkJBaLQ=
|
||||
github.com/sigstore/fulcio v1.8.7 h1:d7QJQxukgXarqPCT9uDNeyzt1Bbt/biw58/VfOnwI/o=
|
||||
github.com/sigstore/fulcio v1.8.7/go.mod h1:7fX+QyigZxRGKTgHvTfOfxwwniCDxK02PVloHy5/vg4=
|
||||
github.com/sigstore/protobuf-specs v0.5.1 h1:/5OPaNuolRJmQfeZLayJGFXMpsRJEdgC6ah1/+7Px7U=
|
||||
|
||||
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_386.go
generated
vendored
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_386.go
generated
vendored
@@ -13,7 +13,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
sizeOfBcachestats = 0x90
|
||||
sizeOfBcachestats = 0x68
|
||||
)
|
||||
|
||||
type Bcachestats struct {
|
||||
@@ -27,12 +27,7 @@ type Bcachestats struct {
|
||||
Numreads int64
|
||||
Cachehits int64
|
||||
Busymapped int64
|
||||
Dmapages int64
|
||||
Highpages int64
|
||||
Delwribufs int64
|
||||
Kvaslots int64
|
||||
Avail int64
|
||||
Highflips int64
|
||||
Highflops int64
|
||||
Dmaflips int64
|
||||
}
|
||||
|
||||
4
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_amd64.go
generated
vendored
4
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_amd64.go
generated
vendored
@@ -11,7 +11,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
sizeOfBcachestats = 0x78
|
||||
sizeOfBcachestats = 0x68
|
||||
)
|
||||
|
||||
type Bcachestats struct {
|
||||
@@ -25,8 +25,6 @@ type Bcachestats struct {
|
||||
Numreads int64
|
||||
Cachehits int64
|
||||
Busymapped int64
|
||||
Dmapages int64
|
||||
Highpages int64
|
||||
Delwribufs int64
|
||||
Kvaslots int64
|
||||
Avail int64
|
||||
|
||||
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm.go
generated
vendored
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm.go
generated
vendored
@@ -13,7 +13,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
sizeOfBcachestats = 0x90
|
||||
sizeOfBcachestats = 0x68
|
||||
)
|
||||
|
||||
type Bcachestats struct {
|
||||
@@ -27,12 +27,7 @@ type Bcachestats struct {
|
||||
Numreads int64
|
||||
Cachehits int64
|
||||
Busymapped int64
|
||||
Dmapages int64
|
||||
Highpages int64
|
||||
Delwribufs int64
|
||||
Kvaslots int64
|
||||
Avail int64
|
||||
Highflips int64
|
||||
Highflops int64
|
||||
Dmaflips int64
|
||||
}
|
||||
|
||||
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm64.go
generated
vendored
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_arm64.go
generated
vendored
@@ -13,7 +13,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
sizeOfBcachestats = 0x90
|
||||
sizeOfBcachestats = 0x68
|
||||
)
|
||||
|
||||
type Bcachestats struct {
|
||||
@@ -27,12 +27,7 @@ type Bcachestats struct {
|
||||
Numreads int64
|
||||
Cachehits int64
|
||||
Busymapped int64
|
||||
Dmapages int64
|
||||
Highpages int64
|
||||
Delwribufs int64
|
||||
Kvaslots int64
|
||||
Avail int64
|
||||
Highflips int64
|
||||
Highflops int64
|
||||
Dmaflips int64
|
||||
}
|
||||
|
||||
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_riscv64.go
generated
vendored
7
vendor/github.com/shirou/gopsutil/v4/mem/mem_openbsd_riscv64.go
generated
vendored
@@ -13,7 +13,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
sizeOfBcachestats = 0x90
|
||||
sizeOfBcachestats = 0x68
|
||||
)
|
||||
|
||||
type Bcachestats struct {
|
||||
@@ -27,12 +27,7 @@ type Bcachestats struct {
|
||||
Numreads int64
|
||||
Cachehits int64
|
||||
Busymapped int64
|
||||
Dmapages int64
|
||||
Highpages int64
|
||||
Delwribufs int64
|
||||
Kvaslots int64
|
||||
Avail int64
|
||||
Highflips int64
|
||||
Highflops int64
|
||||
Dmaflips int64
|
||||
}
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -568,7 +568,7 @@ github.com/seccomp/libseccomp-golang
|
||||
# github.com/secure-systems-lab/go-securesystemslib v0.11.0
|
||||
## explicit; go 1.25.0
|
||||
github.com/secure-systems-lab/go-securesystemslib/encrypted
|
||||
# github.com/shirou/gopsutil/v4 v4.26.5
|
||||
# github.com/shirou/gopsutil/v4 v4.26.6
|
||||
## explicit; go 1.24.0
|
||||
github.com/shirou/gopsutil/v4/common
|
||||
github.com/shirou/gopsutil/v4/cpu
|
||||
|
||||
Reference in New Issue
Block a user