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

View File

@@ -1,6 +1,7 @@
package api
import (
"context"
"crypto/rand"
"crypto/tls"
"crypto/x509"
@@ -11,7 +12,6 @@ import (
"net/http"
"net/url"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"github.com/grafana/grafana/pkg/bus"