Skip to content

Commit ac51bb1

Browse files
committed
Remove blocklisted pkg
Signed-off-by: Alvin Lin <[email protected]>
1 parent 568d256 commit ac51bb1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pkg/compactor/shuffle_sharding_grouper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
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"

pkg/compactor/shuffle_sharding_planner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
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

0 commit comments

Comments
 (0)