-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update all deps #1501
update all deps #1501
Conversation
543ecce
to
7e28bf2
Compare
I'm afraid this is one of my first experiences with go modules 😅 Some thorough review of what I've done here would be appreciated. |
Do we have some tests for the Proto client API? :) |
There's an example client that does a few calls:
but I don't think that this is wired up with travis or anything. Also, thanks for getting me to try this, we've got a small bug in error reporting for VerifyPassword:
☝️This is what the server logs. Looks like we're using |
⏩ #1502 ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But if it works now after the manual test than all good, maybe we could add some protobuf based exercise to the tests later on.
I'm still hesitant to merge this. This PR is |
Please try |
I'll look into this tomorrow. |
Signed-off-by: Stephan Renatus <[email protected]>
Signed-off-by: Stephan Renatus <[email protected]>
0d12fe5
to
ea7fd6d
Compare
Signed-off-by: Stephan Renatus <[email protected]>
So, I've run only I'm ready to assume that the five months that have passed since #1411 are the reason for the difference... 😄 |
This is totally normal 😄 👍 |
#1411 with the protobuf code updated, too.