aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/apps.go
Commit message (Collapse)AuthorAge
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
* Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.