Skip to content

Commit 02ab6b8

Browse files
authored
go.mod: Update Prometheus mod to pull in prometheus/prometheus#7414 (#2787)
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
1 parent 6c513e5 commit 02ab6b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1717
- [#2648](https://github.com/thanos-io/thanos/pull/2648) Store: allow index cache and caching bucket to be configured at the same time.
1818
- [#2705](https://github.com/thanos-io/thanos/pull/2705) minio-go: Added support for `af-south-1` and `eu-south-1` regions.
1919
- [#2728](https://github.com/thanos-io/thanos/pull/2728) Query: Fixed panics when using larger number of replica labels with short series label sets.
20+
- [#2787](https://github.com/thanos-io/thanos/pull/2787) Update Prometheus mod to pull in prometheus/prometheus#7414.
2021

2122
### Changed
2223

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/prometheus/client_golang v1.6.0
4848
github.com/prometheus/client_model v0.2.0
4949
github.com/prometheus/common v0.10.0
50-
github.com/prometheus/prometheus v1.8.2-0.20200609165731-66dfb951c4ca
50+
github.com/prometheus/prometheus v1.8.2-0.20200619100132-74207c04655e
5151
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
5252
github.com/uber/jaeger-client-go v2.23.1+incompatible
5353
github.com/uber/jaeger-lib v2.2.0+incompatible

0 commit comments

Comments
 (0)