aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authoroscar.lofwenhamn <44643697+oscarlofwenhamn@users.noreply.github.com>2020-02-24 18:08:43 +0100
committerGitHub <noreply@github.com>2020-02-24 12:08:43 -0500
commit0eeee9c72165442bb9855e662ecb7a810a9266c8 (patch)
tree1c3cb04181d734fd48a0aa587174937eb62dfc70 /vendor/modules.txt
parentc97433d07df5dd2c5b92ed705041e4082dcd1b2f (diff)
downloadgitea-0eeee9c72165442bb9855e662ecb7a810a9266c8.tar.gz
gitea-0eeee9c72165442bb9855e662ecb7a810a9266c8.zip
Update markbates/goth (#10444)
- Fixes a JWT decoding issue in the OpenID provider - Updates the GitHub provider to use the authorization header for authentication - Updates the Twitch provider for Twitch's v5 API changes - Adds the email and is_private_email fields to the Apple provider's GetUser implementation - Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context - Adds new scopes to the Spotify provider - Adds the IDToken from OpenID providers on the user struct - Make Apple provider's SecretParams public - Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8 - Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs Signed-off-by: Oscar LÃfwenhamn <oscar.lofwenhamn@cgi.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 97d9c86ee1..7c3f1399db 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -300,7 +300,7 @@ github.com/mailru/easyjson
github.com/mailru/easyjson/buffer
github.com/mailru/easyjson/jlexer
github.com/mailru/easyjson/jwriter
-# github.com/markbates/goth v1.56.0
+# github.com/markbates/goth v1.61.2
github.com/markbates/goth
github.com/markbates/goth/gothic
github.com/markbates/goth/providers/bitbucket