tech: use context package over xperimental version

This commit is contained in:
bergquist
2017-02-20 21:44:15 +01:00
parent b01fd3d0b5
commit 99f1c30071
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"