Skip to content
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

Open
wants to merge 2 commits into
base: v3.0
Choose a base branch
from

Conversation

thaJeztah
Copy link

@thaJeztah thaJeztah commented Apr 14, 2019

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

@thaJeztah
Copy link
Author

@williamgrosset @justincormack PTAL

@f2prateek
Copy link
Contributor

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.

@thaJeztah
Copy link
Author

I'll update this one against the V3 branch

@thaJeztah thaJeztah changed the base branch from master to v3.0 April 14, 2019 23:56
@thaJeztah
Copy link
Author

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"]
Copy link
Author

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

@ob1dev
Copy link

ob1dev commented Sep 6, 2019

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants