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

This commit is contained in:
bergquist
2018-01-16 12:32:58 +01:00
parent 87064bff79
commit 5eb36e65f2
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package tsdb
import (
"golang.org/x/net/context"
"context"
proto "github.com/grafana/grafana/pkg/tsdb/models"
plugin "github.com/hashicorp/go-plugin"