Skip to content

Commit 3f89184

Browse files
[+] bump shirou/gopsutil/v4 from 4.25.4 to 4.25.5 (#774)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.4 to 4.25.5. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.25.4...v4.25.5) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.25.5 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 488977d commit 3f89184

File tree

2 files changed

+7
-197
lines changed

2 files changed

+7
-197
lines changed

go.mod

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/prometheus/client_golang v1.22.0
1313
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
1414
github.com/sethvargo/go-retry v0.3.0
15-
github.com/shirou/gopsutil/v4 v4.25.4
15+
github.com/shirou/gopsutil/v4 v4.25.5
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/stretchr/testify v1.10.0
1818
github.com/testcontainers/testcontainers-go v0.37.0
@@ -42,30 +42,23 @@ require (
4242
github.com/docker/go-connections v0.5.0 // indirect
4343
github.com/docker/go-units v0.5.0 // indirect
4444
github.com/dustin/go-humanize v1.0.1 // indirect
45-
github.com/ebitengine/purego v0.8.3 // indirect
45+
github.com/ebitengine/purego v0.8.4 // indirect
4646
github.com/felixge/httpsnoop v1.0.4 // indirect
4747
github.com/go-logr/logr v1.4.2 // indirect
4848
github.com/go-logr/stdr v1.2.2 // indirect
4949
github.com/go-ole/go-ole v1.3.0 // indirect
5050
github.com/gogo/protobuf v1.3.2 // indirect
51-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
52-
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5351
github.com/golang/protobuf v1.5.4 // indirect
5452
github.com/google/btree v1.1.3 // indirect
5553
github.com/google/go-cmp v0.7.0 // indirect
5654
github.com/google/uuid v1.6.0 // indirect
57-
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
5855
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
5956
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
60-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
61-
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
6257
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
63-
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6458
github.com/jackc/pgpassfile v1.0.0 // indirect
6559
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
6660
github.com/jackc/puddle/v2 v2.2.2 // indirect
6761
github.com/jonboulle/clockwork v0.5.0 // indirect
68-
github.com/json-iterator/go v1.1.12 // indirect
6962
github.com/klauspost/compress v1.18.0 // indirect
7063
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
7164
github.com/magiconair/properties v1.8.10 // indirect
@@ -77,8 +70,6 @@ require (
7770
github.com/moby/sys/user v0.4.0 // indirect
7871
github.com/moby/sys/userns v0.1.0 // indirect
7972
github.com/moby/term v0.5.2 // indirect
80-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
81-
github.com/modern-go/reflect2 v1.0.2 // indirect
8273
github.com/morikuni/aec v1.0.0 // indirect
8374
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8475
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -90,7 +81,6 @@ require (
9081
github.com/prometheus/common v0.64.0 // indirect
9182
github.com/prometheus/procfs v0.16.1 // indirect
9283
github.com/soheilhy/cmux v0.1.5 // indirect
93-
github.com/spf13/cobra v1.9.1 // indirect
9484
github.com/spf13/pflag v1.0.6 // indirect
9585
github.com/tklauser/go-sysconf v0.3.15 // indirect
9686
github.com/tklauser/numcpus v0.10.0 // indirect
@@ -100,9 +90,7 @@ require (
10090
go.etcd.io/bbolt v1.4.0 // indirect
10191
go.etcd.io/etcd/api/v3 v3.6.0 // indirect
10292
go.etcd.io/etcd/client/pkg/v3 v3.6.0 // indirect
103-
go.etcd.io/etcd/client/v2 v2.305.21 // indirect
10493
go.etcd.io/etcd/pkg/v3 v3.6.0 // indirect
105-
go.etcd.io/etcd/raft/v3 v3.5.21 // indirect
10694
go.etcd.io/raft/v3 v3.6.0 // indirect
10795
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
10896
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
@@ -121,7 +109,6 @@ require (
121109
golang.org/x/sys v0.33.0 // indirect
122110
golang.org/x/text v0.25.0 // indirect
123111
golang.org/x/time v0.11.0 // indirect
124-
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
125112
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
126113
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
127114
google.golang.org/grpc v1.72.1 // indirect

0 commit comments

Comments
 (0)