File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11package codec
22
33import (
4- "github.com/gogo/protobuf/proto"
5- "github.com/stretchr/testify/require"
64 "testing"
75
8- "github.com/cortexproject/cortex/pkg/cortexpb"
9- "github.com/cortexproject/cortex/pkg/querier/tripperware"
6+ "github.com/gogo/protobuf/proto"
107 "github.com/prometheus/common/model"
118 "github.com/prometheus/prometheus/model/histogram"
129 "github.com/prometheus/prometheus/model/labels"
1310 "github.com/prometheus/prometheus/promql"
1411 "github.com/prometheus/prometheus/promql/parser"
1512 v1 "github.com/prometheus/prometheus/web/api/v1"
13+ "github.com/stretchr/testify/require"
14+
15+ "github.com/cortexproject/cortex/pkg/cortexpb"
16+ "github.com/cortexproject/cortex/pkg/querier/tripperware"
1617)
1718
1819func TestProtobufCodec_Encode (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments