Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
99f1c300
Commit
99f1c300
authored
Feb 20, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech: use context package over xperimental version
parent
b01fd3d0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pkg/api/login_oauth.go
+1
-1
pkg/social/social.go
+1
-1
No files found.
pkg/api/login_oauth.go
View file @
99f1c300
...
@@ -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"
...
...
pkg/social/social.go
View file @
99f1c300
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment