-
Notifications
You must be signed in to change notification settings - Fork 10
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 Deprecated UUID Package #7
Comments
Did a little research into this. The
The Line 270 in c256955
Line 319 in c256955
Strictly speaking, the semantics of Go module versioning require a major version bump to implement this backwards incompatible change (see here for more info.) |
Hey! I wandered into this issue because someone posted on that issue you linked. I wanted to mention that this repo is using a version of satori/go.uuid that has a CVE filed against it because periodically the UUIDs will be about 50% 0's. This problem is fixed on master but the maintainer failed to tag it. It seems like the recommendations in the issue here are pretty great! But I'd suggest expediency. |
Thank you for the heads up @cameracker, much appreciated! I've gone ahead and opened up #8 as a short-term solution to this that doesn't require a major version bump. We still need to move away from that module to something that is maintained, but this buys us some time to consider if there are any other breaking changes we want to introduce with the new major version of this module. |
The
github.com/satori/go.uuid
module used by this project does not appear to be actively maintained (ref).We should consider switching to the
github.com/gofrs/uuid
package, or some other suitable alternative.The text was updated successfully, but these errors were encountered: