From 93f6e98047559b188acf8a11468b9c913217b234 Mon Sep 17 00:00:00 2001
From: skyblue <ssx205@gmail.com>
Date: Wed, 2 Apr 2014 22:23:45 +0800
Subject: [PATCH] change oauth2 path

---
 routers/user/social.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 && ...