use context over golang.org/x/net/context

This commit is contained in:
bergquist
2018-01-16 12:32:42 +01:00
parent 87064bff79
commit 5eb36e65f2
6 changed files with 10 additions and 6 deletions
@@ -1,13 +1,14 @@
package tsdb
import (
"context"
"fmt"
"github.com/grafana/grafana/pkg/components/null"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/tsdb"
proto "github.com/grafana/grafana/pkg/tsdb/models"
"golang.org/x/net/context"
)
func NewDatasourcePluginWrapper(log log.Logger, plugin TsdbPlugin) *DatasourcePluginWrapper {