File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ package querier
2
2
3
3
import (
4
4
"context"
5
- "github.com/cortexproject/cortex/pkg/cortexpb"
6
- "github.com/cortexproject/cortex/pkg/util/limiter"
5
+
7
6
"github.com/prometheus/common/model"
8
7
"github.com/prometheus/prometheus/model/labels"
9
8
"github.com/prometheus/prometheus/scrape"
10
9
"github.com/stretchr/testify/mock"
11
10
11
+ "github.com/cortexproject/cortex/pkg/cortexpb"
12
12
"github.com/cortexproject/cortex/pkg/ingester/client"
13
13
"github.com/cortexproject/cortex/pkg/prom1/storage/metric"
14
14
"github.com/cortexproject/cortex/pkg/util/flagext"
15
+ "github.com/cortexproject/cortex/pkg/util/limiter"
15
16
"github.com/cortexproject/cortex/pkg/util/validation"
16
17
)
17
18
You can’t perform that action at this time.
0 commit comments