Skip to content

Commit e45cf27

Browse files
authored
Merge pull request #1223 from kubernetes-csi/dependabot/go_modules/github-dependencies-e585d1ab66
build(deps): bump github.com/prometheus/procfs from 0.15.0 to 0.15.1 in the github-dependencies group
2 parents 8a516cc + 2004abc commit e45cf27

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/pmezard/go-difflib v1.0.0 // indirect
8686
github.com/prometheus/client_model v0.6.1 // indirect
8787
github.com/prometheus/common v0.46.0 // indirect
88-
github.com/prometheus/procfs v0.15.0 // indirect
88+
github.com/prometheus/procfs v0.15.1 // indirect
8989
github.com/spf13/cobra v1.8.0 // indirect
9090
github.com/stoewer/go-strcase v1.3.0 // indirect
9191
go.etcd.io/etcd/api/v3 v3.5.14 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p
150150
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
151151
github.com/prometheus/common v0.46.0 h1:doXzt5ybi1HBKpsZOL0sSkaNHJJqkyfEWZGGqqScV0Y=
152152
github.com/prometheus/common v0.46.0/go.mod h1:Tp0qkxpb9Jsg54QMe+EAmqXkSV7Evdy1BTn+g2pa/hQ=
153-
github.com/prometheus/procfs v0.15.0 h1:A82kmvXJq2jTu5YUhSGNlYoxh85zLnKgPz4bMZgI5Ek=
154-
github.com/prometheus/procfs v0.15.0/go.mod h1:Y0RJ/Y5g5wJpkTisOtqwDSo4HwhGmLB4VQSw2sQJLHk=
153+
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
154+
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
155155
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
156156
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
157157
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=

vendor/github.com/prometheus/procfs/.golangci.yml

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

vendor/github.com/prometheus/procfs/Makefile.common

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ github.com/prometheus/client_model/go
282282
github.com/prometheus/common/expfmt
283283
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
284284
github.com/prometheus/common/model
285-
# github.com/prometheus/procfs v0.15.0
286-
## explicit; go 1.21
285+
# github.com/prometheus/procfs v0.15.1
286+
## explicit; go 1.20
287287
github.com/prometheus/procfs
288288
github.com/prometheus/procfs/internal/fs
289289
github.com/prometheus/procfs/internal/util

0 commit comments

Comments
 (0)