@@ -9,9 +9,9 @@ require (
99 github.com/Azure/azure-storage-blob-go v0.13.0
1010 github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5
1111 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
1313 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
1515 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
1616 github.com/cespare/xxhash v1.1.0
1717 github.com/dustin/go-humanize v1.0.0
@@ -20,7 +20,7 @@ require (
2020 github.com/fsouza/fake-gcs-server v1.7.0
2121 github.com/go-kit/kit v0.12.0 // indirect
2222 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
2424 github.com/go-openapi/swag v0.19.15
2525 github.com/go-redis/redis/v8 v8.11.4
2626 github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
@@ -32,6 +32,8 @@ require (
3232 github.com/gorilla/mux v1.8.0
3333 github.com/grafana/dskit v0.0.0-20211021180445-3bd016e9d7f1
3434 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
3537 github.com/lib/pq v1.3.0
3638 github.com/minio/minio-go/v7 v7.0.10
3739 github.com/mitchellh/go-wordwrap v1.0.0
@@ -44,21 +46,21 @@ require (
4446 github.com/prometheus/alertmanager v0.23.1-0.20210914172521-e35efbddb66a
4547 github.com/prometheus/client_golang v1.11.0
4648 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
4951 github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
5052 github.com/sony/gobreaker v0.4.1
51- github.com/spf13/afero v1.3.4
53+ github.com/spf13/afero v1.6.0
5254 github.com/stretchr/testify v1.7.0
5355 github.com/thanos-io/thanos v0.22.0
5456 github.com/uber/jaeger-client-go v2.29.1+incompatible
5557 github.com/weaveworks/common v0.0.0-20210913144402-035033b78a78
5658 go.etcd.io/bbolt v1.3.6
5759 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
5961 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
6062 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
6264 google.golang.org/grpc v1.40.0
6365 gopkg.in/yaml.v2 v2.4.0
6466 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
8587// currently fails because Thanos isn't merging release branches to main branch, and Go modules system is then
8688// confused about which version is the latest one. v0.22.0 was released in July, but latest tag reachable from main
8789// 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
8991
9092// Pin aws-sdk to version prior to go-kit update, to reduce the bulk of change.
9193// Un-pin once Cortex 1.11 is released.
0 commit comments