File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
github.com/prometheus/prometheus/config Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ require (
85
85
github.com/prometheus/client_golang v1.22.0
86
86
github.com/prometheus/client_model v0.6.2
87
87
github.com/prometheus/common v0.65.0
88
- github.com/prometheus/prometheus v0.304.1
88
+ github.com/prometheus/prometheus v0.304.2
89
89
github.com/redis/go-redis/v9 v9.10.0
90
90
github.com/segmentio/fasthash v1.0.3
91
91
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
Original file line number Diff line number Diff line change @@ -1120,8 +1120,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
1120
1120
github.com/prometheus/procfs v0.6.0 /go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA =
1121
1121
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
1122
1122
github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
1123
- github.com/prometheus/prometheus v0.304.1 h1:e4kpJMb2Vh/PcR6LInake+ofcvFYHT+bCfmBvOkaZbY =
1124
- github.com/prometheus/prometheus v0.304.1 /go.mod h1:ioGx2SGKTY+fLnJSQCdTHqARVldGNS8OlIe3kvp98so =
1123
+ github.com/prometheus/prometheus v0.304.2 h1:HhjbaAwet87x8Be19PFI/5W96UMubGy3zt24kayEuh4 =
1124
+ github.com/prometheus/prometheus v0.304.2 /go.mod h1:ioGx2SGKTY+fLnJSQCdTHqARVldGNS8OlIe3kvp98so =
1125
1125
github.com/prometheus/sigv4 v0.2.0 h1:qDFKnHYFswJxdzGeRP63c4HlH3Vbn1Yf/Ao2zabtVXk =
1126
1126
github.com/prometheus/sigv4 v0.2.0 /go.mod h1:D04rqmAaPPEUkjRQxGqjoxdyJuyCh6E0M18fZr0zBiE =
1127
1127
github.com/puzpuzpuz/xsync/v3 v3.5.1 h1:GJYJZwO6IdxN/IKbneznS6yPkVC+c3zyY/j19c++5Fg =
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ require (
178
178
179
179
// replace k8s.io/client-go => k8s.io/client-go v0.21.0
180
180
// Using a fork of Prometheus with Mimir-specific changes.
181
- replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.304.1
181
+ replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.304.2
182
182
183
183
replace github.com/prometheus/otlptranslator => github.com/prometheus/otlptranslator v0.0.0-20250414121140-35db323fe9fb
184
184
Original file line number Diff line number Diff line change @@ -406,8 +406,8 @@ github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
406
406
github.com/prometheus/procfs v0.6.0 /go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA =
407
407
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
408
408
github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
409
- github.com/prometheus/prometheus v0.304.1 h1:e4kpJMb2Vh/PcR6LInake+ofcvFYHT+bCfmBvOkaZbY =
410
- github.com/prometheus/prometheus v0.304.1 /go.mod h1:ioGx2SGKTY+fLnJSQCdTHqARVldGNS8OlIe3kvp98so =
409
+ github.com/prometheus/prometheus v0.304.2 h1:HhjbaAwet87x8Be19PFI/5W96UMubGy3zt24kayEuh4 =
410
+ github.com/prometheus/prometheus v0.304.2 /go.mod h1:ioGx2SGKTY+fLnJSQCdTHqARVldGNS8OlIe3kvp98so =
411
411
github.com/prometheus/sigv4 v0.2.0 h1:qDFKnHYFswJxdzGeRP63c4HlH3Vbn1Yf/Ao2zabtVXk =
412
412
github.com/prometheus/sigv4 v0.2.0 /go.mod h1:D04rqmAaPPEUkjRQxGqjoxdyJuyCh6E0M18fZr0zBiE =
413
413
github.com/redis/go-redis/v9 v9.10.0 h1:FxwK3eV8p/CQa0Ch276C7u2d0eNC9kCmAYQ7mCXCzVs =
Original file line number Diff line number Diff line change @@ -1662,7 +1662,7 @@ github.com/prometheus/otlptranslator
1662
1662
github.com/prometheus/procfs
1663
1663
github.com/prometheus/procfs/internal/fs
1664
1664
github.com/prometheus/procfs/internal/util
1665
- # github.com/prometheus/prometheus v0.304.1
1665
+ # github.com/prometheus/prometheus v0.304.2
1666
1666
## explicit; go 1.23.0
1667
1667
github.com/prometheus/prometheus/config
1668
1668
github.com/prometheus/prometheus/discovery
You can’t perform that action at this time.
0 commit comments