1
1
module github.com/thanos-io/thanos
2
2
3
3
require (
4
- cloud.google.com/go v0.74 .0
4
+ cloud.google.com/go v0.79 .0
5
5
cloud.google.com/go/storage v1.10.0
6
6
github.com/Azure/azure-pipeline-go v0.2.2
7
7
github.com/Azure/azure-storage-blob-go v0.8.0
@@ -33,7 +33,7 @@ require (
33
33
github.com/leanovate/gopter v0.2.4
34
34
github.com/lightstep/lightstep-tracer-go v0.18.1
35
35
github.com/lovoo/gcloud-opentracing v0.3.0
36
- github.com/miekg/dns v1.1.38
36
+ github.com/miekg/dns v1.1.41
37
37
github.com/minio/minio-go/v7 v7.0.10
38
38
github.com/mozillazg/go-cos v0.13.0
39
39
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
@@ -48,8 +48,8 @@ require (
48
48
github.com/prometheus/alertmanager v0.21.1-0.20210310093010-0f9cab6991e6
49
49
github.com/prometheus/client_golang v1.10.0
50
50
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
53
53
github.com/uber/jaeger-client-go v2.25.0+incompatible
54
54
github.com/uber/jaeger-lib v2.4.0+incompatible
55
55
github.com/weaveworks/common v0.0.0-20210112142934-23c8d7fa6120
@@ -58,13 +58,13 @@ require (
58
58
go.uber.org/atomic v1.7.0
59
59
go.uber.org/automaxprocs v1.2.0
60
60
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
64
64
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
68
68
gopkg.in/alecthomas/kingpin.v2 v2.2.6
69
69
gopkg.in/fsnotify.v1 v1.4.7
70
70
gopkg.in/yaml.v2 v2.4.0
@@ -81,7 +81,7 @@ replace (
81
81
// TODO: Remove this: https://github.com/thanos-io/thanos/issues/3967.
82
82
github.com/minio/minio-go/v7 => github.com/bwplotka/minio-go/v7 v7.0.11-0.20210324165441-f9927e5255a6
83
83
// 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
85
85
github.com/sercand/kuberesolver => github.com/sercand/kuberesolver v2.4.0+incompatible
86
86
google.golang.org/grpc => google.golang.org/grpc v1.29.1
87
87
0 commit comments