-
Notifications
You must be signed in to change notification settings - Fork 87
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
switch to a maintained uuid library #150
base: v3.0
Are you sure you want to change the base?
Conversation
Thanks for the PR. Same as what I mentioned in #149, the master branch contains code for the v2 version which has been deprecated and is no longer maintained. |
I'll update this one against the V3 branch |
5b6138d
to
a34f232
Compare
updated, but looked like there were issues with the vendor directory in the V3 branch as well, so opened #151, and based this one on top of that |
@@ -1,3 +0,0 @@ | |||
[submodule "vendor/github.com/bmizerany/assert"] |
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.
Couldn't find references to this package, so guess this was ok to remove
Hi @f2prateek and @williamgrosset, did you have a chance to look at this PR? |
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The github.com/xtgo/uuid library has not been updated since 5 years, and may well be buggy. Use the google/uuid library instead, which is actively maintained, tested, and widely in use (e.g., in Docker, Kubernetes). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
a34f232
to
904b59f
Compare
The github.com/xtgo/uuid library has not been updated since 5 years, and may well be buggy. Use the google/uuid library instead, which is actively maintained, tested, and widely in use (e.g., in Docker, Kubernetes).
I based this on top of #151, and will rebase once that is merged