Skip to content

Commit 087525f

Browse files
committed
Prometheus upgrade.
Signed-off-by: Bartlomiej Plotka <[email protected]>
1 parent 3cb75ec commit 087525f

File tree

4 files changed

+104
-56
lines changed

4 files changed

+104
-56
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/thanos-io/thanos
22

33
require (
4-
cloud.google.com/go v0.74.0
4+
cloud.google.com/go v0.79.0
55
cloud.google.com/go/storage v1.10.0
66
github.com/Azure/azure-pipeline-go v0.2.2
77
github.com/Azure/azure-storage-blob-go v0.8.0
@@ -33,7 +33,7 @@ require (
3333
github.com/leanovate/gopter v0.2.4
3434
github.com/lightstep/lightstep-tracer-go v0.18.1
3535
github.com/lovoo/gcloud-opentracing v0.3.0
36-
github.com/miekg/dns v1.1.38
36+
github.com/miekg/dns v1.1.41
3737
github.com/minio/minio-go/v7 v7.0.10
3838
github.com/mozillazg/go-cos v0.13.0
3939
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
@@ -48,8 +48,8 @@ require (
4848
github.com/prometheus/alertmanager v0.21.1-0.20210310093010-0f9cab6991e6
4949
github.com/prometheus/client_golang v1.10.0
5050
github.com/prometheus/client_model v0.2.0
51-
github.com/prometheus/common v0.18.0
52-
github.com/prometheus/prometheus v1.8.2-0.20210315220929-1cba1741828b
51+
github.com/prometheus/common v0.20.0
52+
github.com/prometheus/prometheus v1.8.2-0.20210413124018-62afcabd01ea
5353
github.com/uber/jaeger-client-go v2.25.0+incompatible
5454
github.com/uber/jaeger-lib v2.4.0+incompatible
5555
github.com/weaveworks/common v0.0.0-20210112142934-23c8d7fa6120
@@ -58,13 +58,13 @@ require (
5858
go.uber.org/atomic v1.7.0
5959
go.uber.org/automaxprocs v1.2.0
6060
go.uber.org/goleak v1.1.10
61-
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
62-
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd
63-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
61+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
62+
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
63+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
6464
golang.org/x/text v0.3.5
65-
google.golang.org/api v0.39.0
66-
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
67-
google.golang.org/grpc v1.34.0
65+
google.golang.org/api v0.42.0
66+
google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f
67+
google.golang.org/grpc v1.36.0
6868
gopkg.in/alecthomas/kingpin.v2 v2.2.6
6969
gopkg.in/fsnotify.v1 v1.4.7
7070
gopkg.in/yaml.v2 v2.4.0
@@ -81,7 +81,7 @@ replace (
8181
// TODO: Remove this: https://github.com/thanos-io/thanos/issues/3967.
8282
github.com/minio/minio-go/v7 => github.com/bwplotka/minio-go/v7 v7.0.11-0.20210324165441-f9927e5255a6
8383
// Make sure Prometheus version is pinned as Prometheus semver does not include Go APIs.
84-
github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20210315220929-1cba1741828b
84+
github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20210413124018-62afcabd01ea
8585
github.com/sercand/kuberesolver => github.com/sercand/kuberesolver v2.4.0+incompatible
8686
google.golang.org/grpc => google.golang.org/grpc v1.29.1
8787

0 commit comments

Comments
 (0)