Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkg/block/block.go
Original file line number Diff line number Diff line change
@@ -5,21 +5,19 @@ package block
import (
"context"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path"
"path/filepath"
"strings"

"github.com/go-kit/kit/log/level"

"github.com/thanos-io/thanos/pkg/block/metadata"

"fmt"

"github.com/go-kit/kit/log"
"github.com/go-kit/kit/log/level"
"github.com/oklog/ulid"
"github.com/pkg/errors"

"github.com/thanos-io/thanos/pkg/block/metadata"
"github.com/thanos-io/thanos/pkg/objstore"
"github.com/thanos-io/thanos/pkg/runutil"
)

0 comments on commit 3a69c5e

Please sign in to comment.