Skip to content

Commit 48bcdb8

Browse files
build(deps): bump github.com/prometheus/prometheus
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.310.0 to 0.311.1. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.310.0...v0.311.1) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-version: 0.311.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32a5f79 commit 48bcdb8

11 files changed

Lines changed: 504 additions & 116 deletions

File tree

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/alecthomas/kingpin/v2 v2.4.0
77
github.com/prometheus/client_golang v1.23.2
8-
github.com/prometheus/prometheus v0.310.0
8+
github.com/prometheus/prometheus v0.311.1
99
github.com/sirupsen/logrus v1.9.4
1010
golang.org/x/crypto v0.49.0
1111
)
@@ -16,13 +16,12 @@ require (
1616
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1717
github.com/gogo/protobuf v1.3.2 // indirect
1818
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
19-
github.com/kr/text v0.2.0 // indirect
2019
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2120
github.com/prometheus/client_model v0.6.2 // indirect
2221
github.com/prometheus/common v0.67.5 // indirect
2322
github.com/prometheus/procfs v0.16.1 // indirect
2423
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
25-
go.yaml.in/yaml/v2 v2.4.3 // indirect
24+
go.yaml.in/yaml/v2 v2.4.4 // indirect
2625
golang.org/x/sys v0.42.0 // indirect
2726
golang.org/x/text v0.35.0 // indirect
2827
google.golang.org/protobuf v1.36.11 // indirect

go.sum

Lines changed: 68 additions & 77 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)