diff options
-rw-r--r-- | routers/user/social.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/social.go b/routers/user/social.go index 2f711d58..b5c5436b 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 && ... |