aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-26 11:48:17 -0800
committerGitHub <noreply@github.com>2022-12-26 11:48:17 -0800
commitbd176359cbb3c8b7c9137d3dfac3e9ecac8632f6 (patch)
tree06805abdc6c6e8c58d5bfd70704226ca4b4f9422 /go.mod
parentb2aa1a23ffd86674d794866c2879e2875e4f15af (diff)
downloadseaweedfs-bd176359cbb3c8b7c9137d3dfac3e9ecac8632f6.tar.xz
seaweedfs-bd176359cbb3c8b7c9137d3dfac3e9ecac8632f6.zip
build(deps): bump github.com/prometheus/procfs from 0.8.0 to 0.9.0 (#4084)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8debd915c..376c0bc2b 100644
--- a/go.mod
+++ b/go.mod
@@ -80,7 +80,7 @@ require (
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
- github.com/prometheus/procfs v0.8.0
+ github.com/prometheus/procfs v0.9.0
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/seaweedfs/goexif v2.0.0+incompatible