-
Notifications
You must be signed in to change notification settings - Fork 289
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
Replace package satori/go.uuid #178
Comments
done at #188 |
Solved. |
So this isn't actually solved. The package (https://github.com/gobuffalo/uuid) we moved to is a fork of the problematic package and archived. |
https://github.com/gobuffalo/uuid has removed the .Equal function. I can't compile the current master source, because seems like all mentained uuid versions are incompatible. Or which are you using? |
According to satori/go.uuid#90 (comment), https://github.com/gofrs/uuid is the permanent and maintained fork of the module. I was already able to build and run gotrue using this module. I will do some more testing and submit a PR if everything works correctly. |
This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks! |
This issue was closed because it had no activity for over 1 year. |
This issue has been opened automaticaly because we think you are using satori/uuid in your code. Unfortunately, satori/uuid has a critical defect where it doesn't generate random UUIDV4s satori/go.uuid#73 and should be replaced as the maintainer has been unresponsive for 5 months with the bug still open. Alternative packages you should consider: https://github.com/google/uuid https://github.com/pborman/uuid
The text was updated successfully, but these errors were encountered: