diff options
author | haixunlu <luhaixun@gmail.com> | 2018-12-18 12:49:30 -0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-12-18 15:49:30 -0500 |
commit | 311df9c521f05cdca880152e73dbed47afb74cde (patch) | |
tree | f3b9159e6dc23e6659e1da5939ff7f09d7a32c16 /vendor/vendor.json | |
parent | ff93d9dbda5cebe90d86e4b7dfb2c6b8642970ce (diff) |
auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)
* Add new Authentication Source: GitHub, including GitHub Enterprise.
* Add vendor dependencies.
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index 1868ab2e..88b7532d 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -231,6 +231,18 @@ "revisionTime": "2018-09-14T20:37:51Z" }, { + "checksumSHA1": "xbq5LdoNE+8lM/0TjMJCjOZ1Brc=", + "path": "github.com/google/go-github/github", + "revision": "a83ae98ad5d09188c49d6056edb60ec9bdf202bd", + "revisionTime": "2018-06-13T00:47:29Z" + }, + { + "checksumSHA1": "p3IB18uJRs4dL2K5yx24MrLYE9A=", + "path": "github.com/google/go-querystring/query", + "revision": "53e6ce116135b80d037921a7fdd5138cf32d7a8a", + "revisionTime": "2017-01-11T10:11:55Z" + }, + { "checksumSHA1": "MLO0PyrK2MUO6A7Z9PxWuu43C/A=", "path": "github.com/issue9/identicon", "revision": "d36b54562f4cf70c83653e13dc95c220c79ef521", |