This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Update module markbates/goth to v1 #122
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-markbates-goth-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
3 times, most recently
from
July 2, 2019 13:08
58df89c
to
e5b2e5c
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
2 times, most recently
from
August 15, 2019 21:39
34a67ac
to
3831fdd
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
September 25, 2019 14:47
3831fdd
to
267067e
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
October 9, 2019 18:52
267067e
to
e52140f
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
October 20, 2019 20:45
e52140f
to
7b280fc
Compare
renovate
bot
changed the title
Update module markbates/goth to v1
chore(deps): update module markbates/goth to v1
Oct 22, 2019
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
2 times, most recently
from
October 29, 2019 14:44
dd8e918
to
86c7f2b
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
October 31, 2019 23:55
86c7f2b
to
b0274a4
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
December 19, 2019 15:26
b0274a4
to
552755f
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
2 times, most recently
from
January 19, 2020 14:08
2c5ce22
to
e8f228e
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
January 31, 2020 14:48
e8f228e
to
a2187c9
Compare
renovate
bot
changed the title
chore(deps): update module markbates/goth to v1
Update module markbates/goth to v1
Feb 10, 2020
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
February 24, 2020 16:02
a2187c9
to
cb54eb4
Compare
|
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
March 5, 2020 15:27
cb54eb4
to
5c5854a
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
2 times, most recently
from
March 13, 2020 18:05
f978b1d
to
276432b
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
March 28, 2020 19:31
276432b
to
ff33b57
Compare
renovate
bot
force-pushed
the
renovate/github.com-markbates-goth-1.x
branch
from
April 7, 2020 15:34
ff33b57
to
1931658
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20180113214406-24f8ac10e57e
->v1.64.0
Release Notes
markbates/goth
v1.64.0
Compare Source
v1.63.0
Compare Source
hd
parameter to the Google provider. Thanks @coufalja! 🎉v1.62.0
Compare Source
v1.61.3
Compare Source
v1.61.2
Compare Source
v1.61.1
Compare Source
v1.61.0
Compare Source
email
andis_private_email
fields to the Apple provider'sGetUser
implementation. Thanks @dstapleton92!Provider
in acontext.Context
. Thanks @zinefer!v1.60.0
Compare Source
v1.59.0
Compare Source
IDToken
from OpenID providers on the user struct – thanks @cadethacker!v1.58.1
Compare Source
SecretParams
public – thanks @lucjross!v1.58.0
Compare Source
v1.57.0
Compare Source
FetchURL
logic to use the appropriate scope for the info it needs. Thanks @Rican7!v1.56.0
Compare Source
v1.55.0
Compare Source
v1.54.1
Compare Source
v1.54.0
Compare Source
v1.53.0
Compare Source
v1.52.0
Compare Source
v1.51.0
Compare Source
user.RawData
field. Thanks @danielbprice!v1.50.0
Compare Source
user_ids
field, as it was apparently causing issues. Thanks @lukashes!v1.49.0
Compare Source
user.RawData
. Thanks @danielbprice!v1.48.0
Compare Source
v1.47.2
Compare Source
x/net/context
from the library in favour ofcontext
. Thanks @sapk! 🎉v1.47.1
Compare Source
scopes
parameter (see #236). Thanks @filinvadim! 🎉v1.47.0
Compare Source
Adds two new providers,
It also deprecates the existing Google+ provider (called
gplus
in the codebase) in favour of the new Google provider, as the new Google provider requires fewer permissions by default, and will follow Google's ownx/oauth2/google
provider for authentication endpoints.v1.46.1
Compare Source
Fixes the OpenID Connect provider to more accurately follow the OpenID Connect Audiences spec by fixing a bug where we'd only check the
aud
claim if it were a string, but not an array. We now handle the cases where,aud
is a single string containing the Client IDaud
is an array. In this case, we check to see if the Client ID is present in the array.Big thanks to @OvermindDL1 for the contribution! 🎉
v1.46.0
Compare Source
Adds support for Azure Active Directory V2.0 (thanks @devigned!) 🎉
v1.45.9
Compare Source
Updates the Discord provider to use the correct URL when fetching the user's avatar. Thanks @badgamernl!
v1.45.8
Compare Source
Updates the VK provider to use an
int64
instead of anint
in the VK user struct. Thanks @snovichkov!v1.45.7
Compare Source
user.Name
field. Thanks @FdeFabricio for the contribution!v1.45.6
Compare Source
sub
field to populate the User ID. Thanks @sethetter!v1.45.4
Compare Source
Release v1.45.4:
GetFromSession
andStoreInSession
methodsv1.45.3
Compare Source
Updates the Dropbox provider to use v2 of their API (thanks @adamo57!).
v1.45.2
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
v1.44.1
Compare Source
v1.44.0
Compare Source
v1.43.0
Compare Source
v1.42.0
Compare Source
v1.41.0
Compare Source
v1.40.0
Compare Source
v1.39.0
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.