Revert "tech: use context package over xperimental version"

This reverts commit 99f1c30071.
pull/7623/head
bergquist 8 years ago
parent 99f1c30071
commit 70b36a02af
  1. 2
      pkg/api/login_oauth.go
  2. 2
      pkg/social/social.go

@ -12,7 +12,7 @@ import (
"net/http"
"net/url"
"context"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"github.com/grafana/grafana/pkg/bus"

@ -4,7 +4,7 @@ import (
"net/http"
"strings"
"context"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"github.com/grafana/grafana/pkg/setting"

Loading…
Cancel
Save