File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ require (
19
19
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
20
20
github.com/felixge/fgprof v0.9.1
21
21
github.com/fsouza/fake-gcs-server v1.7.0
22
- github.com/go-kit/kit v0.12.0
23
22
github.com/go-kit/log v0.2.0
24
23
github.com/go-openapi/strfmt v0.21.0
25
24
github.com/go-openapi/swag v0.19.15
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/go-kit/kit/ log"
11
- "github.com/go-kit/kit/ log/level"
10
+ "github.com/go-kit/log"
11
+ "github.com/go-kit/log/level"
12
12
"github.com/oklog/ulid"
13
13
"github.com/pkg/errors"
14
14
"github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"fmt"
6
6
7
- "github.com/go-kit/kit/ log"
7
+ "github.com/go-kit/log"
8
8
"github.com/thanos-io/thanos/pkg/block/metadata"
9
9
)
10
10
You can’t perform that action at this time.
0 commit comments