From a6c4624728cc149c4f80e5daccf417b23fab4df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:09:01 +0000 Subject: [PATCH] deps(deps): bump github.com/prometheus/procfs from 0.16.1 to 0.20.1 Bumps [github.com/prometheus/procfs](https://github.com/prometheus/procfs) from 0.16.1 to 0.20.1. - [Release notes](https://github.com/prometheus/procfs/releases) - [Commits](https://github.com/prometheus/procfs/compare/v0.16.1...v0.20.1) --- updated-dependencies: - dependency-name: github.com/prometheus/procfs dependency-version: 0.20.1 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- prometheus/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/go.mod b/prometheus/go.mod index 3c4012a..8678a2d 100644 --- a/prometheus/go.mod +++ b/prometheus/go.mod @@ -15,7 +15,7 @@ require ( github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/prometheus/client_model v0.6.2 // indirect github.com/prometheus/common v0.66.1 // indirect - github.com/prometheus/procfs v0.16.1 // indirect + github.com/prometheus/procfs v0.20.1 // indirect go.yaml.in/yaml/v2 v2.4.2 // indirect golang.org/x/sys v0.44.0 // indirect google.golang.org/protobuf v1.36.11 // indirect