Skip to content

Commit

Permalink
Remove usage of "golang.org/x/net/context" (grafana#2099)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
  • Loading branch information
pstibrany authored Feb 10, 2020
1 parent 7279221 commit b17042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunk_store_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package chunk

import (
"context"
"fmt"
"math/rand"
"reflect"
Expand All @@ -12,7 +13,6 @@ import (
"github.com/prometheus/prometheus/promql"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"

"github.com/cortexproject/cortex/pkg/chunk/cache"
"github.com/cortexproject/cortex/pkg/chunk/encoding"
Expand Down

0 comments on commit b17042f

Please sign in to comment.