diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-27 10:49:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 10:49:36 -0700 |
| commit | 8667aa8e176830ae9e59585c9f212555918a738e (patch) | |
| tree | d3e9728d52b533017c7fc3e998cba0c9388bfe9e /go.mod | |
| parent | fe532592ccf7146b60b6a11a279d4c289582d955 (diff) | |
| download | seaweedfs-8667aa8e176830ae9e59585c9f212555918a738e.tar.xz seaweedfs-8667aa8e176830ae9e59585c9f212555918a738e.zip | |
chore(deps): bump github.com/prometheus/procfs from 0.17.0 to 0.19.1 (#7388)
* chore(deps): bump github.com/prometheus/procfs from 0.17.0 to 0.19.1
Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.17.0 to 0.19.1.
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](https://github.com/prometheus/procfs/compare/v0.17.0...v0.19.1)
---
updated-dependencies:
- dependency-name: github.com/prometheus/procfs
dependency-version: 0.19.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod tidy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.66.1 // indirect - github.com/prometheus/procfs v0.17.0 + github.com/prometheus/procfs v0.19.1 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/seaweedfs/goexif v1.0.3 |
