@@ -9,9 +9,9 @@ require (
9
9
github.com/Azure/azure-storage-blob-go v0.13.0
10
10
github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5
11
11
github.com/NYTimes/gziphandler v1.1.1
12
- github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922
12
+ github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
13
13
github.com/alicebob/miniredis/v2 v2.14.3
14
- github.com/aws/aws-sdk-go v1.40.45
14
+ github.com/aws/aws-sdk-go v1.42.8
15
15
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
16
16
github.com/cespare/xxhash v1.1.0
17
17
github.com/dustin/go-humanize v1.0.0
@@ -20,7 +20,7 @@ require (
20
20
github.com/fsouza/fake-gcs-server v1.7.0
21
21
github.com/go-kit/kit v0.12.0 // indirect
22
22
github.com/go-kit/log v0.2.0
23
- github.com/go-openapi/strfmt v0.20.2
23
+ github.com/go-openapi/strfmt v0.21.0
24
24
github.com/go-openapi/swag v0.19.15
25
25
github.com/go-redis/redis/v8 v8.11.4
26
26
github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
@@ -32,6 +32,8 @@ require (
32
32
github.com/gorilla/mux v1.8.0
33
33
github.com/grafana/dskit v0.0.0-20211021180445-3bd016e9d7f1
34
34
github.com/json-iterator/go v1.1.12
35
+ github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
36
+ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
35
37
github.com/lib/pq v1.3.0
36
38
github.com/minio/minio-go/v7 v7.0.10
37
39
github.com/mitchellh/go-wordwrap v1.0.0
@@ -44,21 +46,21 @@ require (
44
46
github.com/prometheus/alertmanager v0.23.1-0.20210914172521-e35efbddb66a
45
47
github.com/prometheus/client_golang v1.11.0
46
48
github.com/prometheus/client_model v0.2.0
47
- github.com/prometheus/common v0.31 .1
48
- github.com/prometheus/prometheus v1.8.2-0.20211011171444-354d8d2ecfac
49
+ github.com/prometheus/common v0.32 .1
50
+ github.com/prometheus/prometheus v1.8.2-0.20211119115433-692a54649ed7
49
51
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
50
52
github.com/sony/gobreaker v0.4.1
51
- github.com/spf13/afero v1.3.4
53
+ github.com/spf13/afero v1.6.0
52
54
github.com/stretchr/testify v1.7.0
53
55
github.com/thanos-io/thanos v0.22.0
54
56
github.com/uber/jaeger-client-go v2.29.1+incompatible
55
57
github.com/weaveworks/common v0.0.0-20210913144402-035033b78a78
56
58
go.etcd.io/bbolt v1.3.6
57
59
go.uber.org/atomic v1.9.0
58
- golang.org/x/net v0.0.0-20210917221730-978cfadd31cf
60
+ golang.org/x/net v0.0.0-20211020060615-d418f374d309
59
61
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
60
62
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
61
- google.golang.org/api v0.56 .0
63
+ google.golang.org/api v0.60 .0
62
64
google.golang.org/grpc v1.40.0
63
65
gopkg.in/yaml.v2 v2.4.0
64
66
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
@@ -85,7 +87,7 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.38.0
85
87
// currently fails because Thanos isn't merging release branches to main branch, and Go modules system is then
86
88
// confused about which version is the latest one. v0.22.0 was released in July, but latest tag reachable from main
87
89
// is v0.19.1. We pin version from late september here. Feel free to remove when updating to later version.
88
- replace github.com/thanos-io/thanos v0.22.0 => github.com/thanos-io/thanos v0.19.1-0.20210923155558-c15594a03c45
90
+ replace github.com/thanos-io/thanos v0.22.0 => github.com/thanos-io/thanos v0.19.1-0.20211122085937-de0e3848ff60
89
91
90
92
// Pin aws-sdk to version prior to go-kit update, to reduce the bulk of change.
91
93
// Un-pin once Cortex 1.11 is released.
0 commit comments