Commit 99f1c300 by bergquist

tech: use context package over xperimental version

parent b01fd3d0
...@@ -12,7 +12,7 @@ import ( ...@@ -12,7 +12,7 @@ import (
"net/http" "net/http"
"net/url" "net/url"
"golang.org/x/net/context" "context"
"golang.org/x/oauth2" "golang.org/x/oauth2"
"github.com/grafana/grafana/pkg/bus" "github.com/grafana/grafana/pkg/bus"
......
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"net/http" "net/http"
"strings" "strings"
"golang.org/x/net/context" "context"
"golang.org/x/oauth2" "golang.org/x/oauth2"
"github.com/grafana/grafana/pkg/setting" "github.com/grafana/grafana/pkg/setting"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment