summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lafriks
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to dep (#3972)Antoine GIRARD2018-05-214-243/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Update xormstore dependency to fix OAuth2 support for MySQL (#3955)Lauris BH2018-05-131-1/+1
|
* Store OAuth2 session data in database (#3660)Lauris BH2018-04-297-0/+573
* Store OAuth2 session data in database * Rename table to `oauth2_session` and do not skip xormstorage initialization error