Skip to content

Commit a4c0ae7

Browse files
authored
Bump grafana-tools/sdk to support timeseries panel (#240)
There's no need to have a workaround anymore. Signed-off-by: Oleg Zaytsev <[email protected]>
1 parent feaf58b commit a4c0ae7

File tree

6 files changed

+223
-278
lines changed

6 files changed

+223
-278
lines changed

go.mod

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ go 1.16
55
require (
66
cloud.google.com/go/bigtable v1.3.0
77
cloud.google.com/go/storage v1.10.0
8-
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
98
github.com/alecthomas/chroma v0.7.0
109
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
1110
github.com/alecthomas/units v0.0.0-20210912230133-d1bdfacee922
12-
github.com/aws/aws-lambda-go v1.17.0 // indirect
1311
github.com/cortexproject/cortex v1.10.1-0.20211104100946-3f329a21cad4
1412
github.com/dlclark/regexp2 v1.2.0 // indirect
15-
github.com/drone/envsubst v1.0.2 // indirect
1613
github.com/go-kit/kit v0.12.0
1714
github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
1815
github.com/gogo/protobuf v1.3.2
@@ -26,13 +23,9 @@ require (
2623
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
2724
github.com/google/go-github/v32 v32.1.0
2825
github.com/gorilla/mux v1.8.0
29-
github.com/grafana-tools/sdk v0.0.0-20210808170449-9de4d14888c5
26+
github.com/grafana-tools/sdk v0.0.0-20220203092117-edae16afa87b
3027
github.com/grafana/dskit v0.0.0-20211103155626-4e784973d341
3128
github.com/grafana/loki v1.6.2-0.20211108134117-5b9f5b9efaa5
32-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20191002090509-6af20e3a5340 // indirect
33-
github.com/influxdata/go-syslog/v3 v3.0.1-0.20201128200927-a1889d947b48 // indirect
34-
github.com/influxdata/telegraf v1.16.3 // indirect
35-
github.com/klauspost/pgzip v1.2.5 // indirect
3629
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
3730
github.com/oklog/ulid v1.3.1
3831
github.com/opentracing-contrib/go-stdlib v1.0.0
@@ -46,7 +39,6 @@ require (
4639
github.com/stretchr/testify v1.7.0
4740
github.com/thanos-io/thanos v0.22.0
4841
github.com/weaveworks/common v0.0.0-20211015155308-ebe5bdc2c89e
49-
go.opentelemetry.io/otel v0.20.0 // indirect
5042
go.uber.org/atomic v1.9.0
5143
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5244
google.golang.org/api v0.57.0
@@ -58,7 +50,9 @@ require (
5850

5951
// Cortex Overrides
6052
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
53+
6154
replace github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.40.37
55+
6256
replace github.com/thanos-io/thanos v0.22.0 => github.com/thanos-io/thanos v0.19.1-0.20210923155558-c15594a03c45
6357

6458
// Thanos Override

0 commit comments

Comments
 (0)