summaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorskyblue <ssx205@gmail.com>2014-04-02 22:23:45 +0800
committerskyblue <ssx205@gmail.com>2014-04-02 22:23:45 +0800
commit93f6e98047559b188acf8a11468b9c913217b234 (patch)
treec2c7bde5404f9250a20516c0d63d80d7c0ac6e45 /routers
parent5180506678c9c4e7265eaee557d91992ec97fa3a (diff)
downloadgitea-93f6e98047559b188acf8a11468b9c913217b234.tar.gz
gitea-93f6e98047559b188acf8a11468b9c913217b234.zip
change oauth2 path
Diffstat (limited to 'routers')
-rw-r--r--routers/user/social.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/social.go b/routers/user/social.go
index 2f711d58ca..b5c5436ba0 100644
--- a/routers/user/social.go
+++ b/routers/user/social.go
@@ -8,7 +8,7 @@ import (
"code.google.com/p/goauth2/oauth"
"github.com/gogits/gogs/modules/log"
- "github.com/martini-contrib/oauth2"
+ "github.com/gogits/oauth2"
)
// github && google && ...