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 (
1919 github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
2020 github.com/felixge/fgprof v0.9.1
2121 github.com/fsouza/fake-gcs-server v1.7.0
22- github.com/go-kit/kit v0.12.0
2322 github.com/go-kit/log v0.2.0
2423 github.com/go-openapi/strfmt v0.21.0
2524 github.com/go-openapi/swag v0.19.15
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
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"
1212 "github.com/oklog/ulid"
1313 "github.com/pkg/errors"
1414 "github.com/prometheus/client_golang/prometheus"
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66
7- "github.com/go-kit/kit/ log"
7+ "github.com/go-kit/log"
88 "github.com/thanos-io/thanos/pkg/block/metadata"
99)
1010
You can’t perform that action at this time.
0 commit comments