-
-
Notifications
You must be signed in to change notification settings - Fork 143
Update Google API version #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The Google API module renamed Userinfoplus to Userinfo; this can lead to incompatibilties when using gologin with other Google API packages. This commit updates the dependency version for the Google API wrapper and replaces references to Userinfoplus with simply Userinfo.
Failing tests |
Apologies, @dghubble; I've updated the test and it looks like it's passing now. |
Google seems to have renamed the So this doesn't affect gologin and ability to login directly. But, as you mention, if you later use those It looks like you tried several versions based on your go.sum. Would you mind resetting go.mod and go.sum, then just running |
I'm not sure how I got Thanks for the guidance! |
I also experience this issue when depending on some |
@nyergler thanks! |
* Google API renamed Userinfoplus to Userinfo * See #40
@dghubble Would it be possible to tag |
* Google API renamed Userinfoplus to Userinfo * See dghubble/gologin#40
The Google API module renamed Userinfoplus to Userinfo; this can
lead to incompatibilties when using gologin with other Google API
packages.
This commit updates the dependency version for the Google API wrapper
and replaces references to Userinfoplus with simply Userinfo.