Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Update module markbates/goth to v1 #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 30, 2019

This PR contains the following updates:

Package Type Update Change
github.com/markbates/goth require major v0.0.0-20180113214406-24f8ac10e57e -> v1.64.0

Release Notes

markbates/goth

v1.64.0

Compare Source

v1.63.0

Compare Source

  • Adds the option to pass the hd parameter to the Google provider. Thanks @​coufalja! 🎉

v1.62.0

Compare Source

v1.61.3

Compare Source

  • Adds support for multiple Apple public keys. This should fix intermittent failures with the Apple provider. Thanks @​dstapleton92!

v1.61.2

Compare Source

  • Updates the GitHub provider to use the authorization header for authentication. Thanks @​mrkschan!
  • Fixes a JWT decoding issue in the OpenID provider. Thanks @​oscarlofwenhamn!

v1.61.1

Compare Source

  • Updates the Twitch provider for Twitch's v5 API changes. Thanks @​codephobia!

v1.61.0

Compare Source

  • Adds the email and is_private_email fields to the Apple provider's GetUser implementation. Thanks @​dstapleton92!
  • Modifies gothic to export a non-collidable context key for setting the Provider in a context.Context. Thanks @​zinefer!

v1.60.0

Compare Source

v1.59.0

Compare Source

  • Adds the IDToken from OpenID providers on the user struct – thanks @​cadethacker!

v1.58.1

Compare Source

  • Make Apple provider's SecretParams public – thanks @​lucjross!

v1.58.0

Compare Source

  • Adds support for sign in with Apple, and drops support for Go versions 1.7 and 1.8. Thanks @​lucjross! 🎉

v1.57.0

Compare Source

  • Fixes the Slack provider's FetchURL logic to use the appropriate scope for the info it needs. Thanks @​Rican7!

v1.56.0

Compare Source

  • Updates the Twitch provider to use v5 of their API rather than the deprecated v3. Thanks @​huntrar! 🎉

v1.55.0

Compare Source

  • Fixes provider deduction from existing sessions so that an argument is not needed on the authentication landing page. Thanks @​akramer! 🎉

v1.54.1

Compare Source

  • Updates the Salesforce provider to export the AuthURL and TokenURL. This enables consumers of the package to override them, which is necessary to use custom URLs when authenticating with Salesforce Community instances. Thanks @​kkirsche! 🎉

v1.54.0

Compare Source

v1.53.0

Compare Source

  • Updates the LinkedIn provider to accommodate the changes to their OAuth implementation. Thanks @​baloo32! 🎉

v1.52.0

Compare Source

v1.51.0

Compare Source

v1.50.0

Compare Source

  • Adds support for Nextcloud. Thanks @​lnxbil!
  • Logs port information when running the example. Thanks @​apuchitnis!
  • Removes duplicate VK provider. Thanks @​tsdtsdtsd!
  • Updates the VK provider not to use the user_ids field, as it was apparently causing issues. Thanks @​lukashes!

v1.49.0

Compare Source

v1.48.0

Compare Source

  • Updates the battle.net provider to use their API's new user info endpoint when getting the user data. Thanks @​Toyz! 🎉

v1.47.2

Compare Source

  • Removes any usage of x/net/context from the library in favour of context. Thanks @​sapk! 🎉

v1.47.1

Compare Source

  • Adds Facebook field expansion support in the 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 own x/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,

  1. The aud is a single string containing the Client ID
  2. The aud 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 an int in the VK user struct. Thanks @​snovichkov!

v1.45.7

Compare Source

  • Updates the Instagram provider to use the full name instead of the username for the user.Name field. Thanks @​FdeFabricio for the contribution!

v1.45.6

Compare Source

  • Updates the Auth0 provider to use the sub field to populate the User ID. Thanks @​sethetter!

v1.45.4

Compare Source

Release v1.45.4:

  • Provides fixes for the Dropbox provider
  • Exports Gothic's GetFromSession and StoreInSession methods
  • Adds support for Naver thanks to @​sunho 🎉

v1.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch 3 times, most recently from 58df89c to e5b2e5c Compare July 2, 2019 13:08
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch 2 times, most recently from 34a67ac to 3831fdd Compare August 15, 2019 21:39
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from 3831fdd to 267067e Compare September 25, 2019 14:47
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from 267067e to e52140f Compare October 9, 2019 18:52
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from e52140f to 7b280fc Compare October 20, 2019 20:45
@renovate renovate bot changed the title Update module markbates/goth to v1 chore(deps): update module markbates/goth to v1 Oct 22, 2019
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch 2 times, most recently from dd8e918 to 86c7f2b Compare October 29, 2019 14:44
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from 86c7f2b to b0274a4 Compare October 31, 2019 23:55
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from b0274a4 to 552755f Compare December 19, 2019 15:26
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch 2 times, most recently from 2c5ce22 to e8f228e Compare January 19, 2020 14:08
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from e8f228e to a2187c9 Compare January 31, 2020 14:48
@renovate renovate bot changed the title chore(deps): update module markbates/goth to v1 Update module markbates/goth to v1 Feb 10, 2020
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from a2187c9 to cb54eb4 Compare February 24, 2020 16:02
@renovate
Copy link
Author

renovate bot commented Feb 24, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/golangci/golangci-api":"/mnt/renovate/gh/golangci/golangci-api" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/golangci/golangci-api" renovate/go bash -l -c "git config --global url.\"https://x-access-token:**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: downloading github.com/aws/aws-sdk-go v1.28.5
go: downloading github.com/markbates/goth v1.64.0
go: downloading github.com/golangci/golangci-lint v1.20.0
go: downloading github.com/gorilla/context v1.1.1
go: downloading github.com/dukex/mixpanel v0.0.0-20180925151559-f8d5594f958e
go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
go: downloading gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
go: downloading golang.org/x/text v0.3.2
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/fatih/color v1.9.0
go: downloading golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading github.com/lib/pq v1.3.0
go: downloading github.com/savaki/amplitude-go v0.0.0-20160610055645-f62e3b57c0e4
verifying github.com/golangci/[email protected]: checksum mismatch
	downloaded: h1:BRmroXvnikbTCJJ+wbBgbt2kfbDC5RGONSK8xL9D6eo=
	go.sum:     h1:bokjFHRgut7TT9YiKSVWVscWfZNs1fQgSz94geGPHJw=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.

@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from cb54eb4 to 5c5854a Compare March 5, 2020 15:27
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch 2 times, most recently from f978b1d to 276432b Compare March 13, 2020 18:05
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from 276432b to ff33b57 Compare March 28, 2020 19:31
@renovate renovate bot force-pushed the renovate/github.com-markbates-goth-1.x branch from ff33b57 to 1931658 Compare April 7, 2020 15:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant