File tree 5 files changed +5
-2
lines changed
5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import (
27
27
28
28
"github.com/cortexproject/cortex/pkg/alertmanager/alertmanagerpb"
29
29
"github.com/cortexproject/cortex/pkg/ring"
30
- "github.com/cortexproject/cortex/pkg/util/flagext"
31
30
util_log "github.com/cortexproject/cortex/pkg/util/log"
32
31
"github.com/cortexproject/cortex/pkg/util/test"
33
32
)
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import (
14
14
"github.com/prometheus/client_golang/prometheus"
15
15
"github.com/stretchr/testify/require"
16
16
17
+ "github.com/cortexproject/cortex/pkg/util/flagext"
17
18
"github.com/cortexproject/cortex/pkg/ring"
18
19
)
19
20
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ import (
18
18
perrors "github.com/pkg/errors"
19
19
"github.com/prometheus/client_golang/prometheus"
20
20
"go.uber.org/atomic"
21
+
22
+ "github.com/cortexproject/cortex/pkg/util/flagext"
21
23
)
22
24
23
25
// LifecyclerConfig is the config to build a Lifecycler.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
13
13
14
14
"github.com/go-kit/log"
15
15
"github.com/go-kit/log/level"
16
- "github.com/grafana/dskit/flagext"
17
16
"github.com/grafana/dskit/kv"
18
17
"github.com/grafana/dskit/services"
19
18
"github.com/pkg/errors"
@@ -22,6 +21,7 @@ import (
22
21
23
22
shardUtil "github.com/cortexproject/cortex/pkg/ring/shard"
24
23
"github.com/cortexproject/cortex/pkg/ring/util"
24
+ "github.com/cortexproject/cortex/pkg/util/flagext"
25
25
utilmath "github.com/cortexproject/cortex/pkg/util/math"
26
26
)
27
27
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
25
25
26
26
"github.com/cortexproject/cortex/pkg/ring/shard"
27
27
"github.com/cortexproject/cortex/pkg/ring/util"
28
+ "github.com/cortexproject/cortex/pkg/util/flagext"
28
29
)
29
30
30
31
const (
You can’t perform that action at this time.
0 commit comments