summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/markbates/goth/provider.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/markbates/goth/provider.go')
-rw-r--r--vendor/github.com/markbates/goth/provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/markbates/goth/provider.go b/vendor/github.com/markbates/goth/provider.go
index 58d0d60bbf..294679d2aa 100644
--- a/vendor/github.com/markbates/goth/provider.go
+++ b/vendor/github.com/markbates/goth/provider.go
@@ -1,10 +1,10 @@
package goth
import (
+ "context"
"fmt"
"net/http"
- "golang.org/x/net/context"
"golang.org/x/oauth2"
)