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

Partially Replace UUID Module #111

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

tri-adam
Copy link
Member

The github.com/satori/go.uuid module is no longer maintained (see #3 and sylabs/sif#7 for more context). We cannot fully replace this module until a stable release of github.com/sylabs/sif/v2 is available, since the github.com/sylabs/sif API requires it. In the interim, replace all other uses of the unmaintained module.

The github.com/satori/go.uuid package is no longer maintained. We cannot
fully replace this yet because the github.com/sylabs/sif API requires
it. For now, replace all other uses of github.com/satori/go.uuid with
github.com/google/uuid.
@tri-adam tri-adam added the dependencies Pull requests that update a dependency file label Jun 23, 2021
@tri-adam tri-adam self-assigned this Jun 23, 2021
@tri-adam tri-adam marked this pull request as ready for review June 23, 2021 03:32
@tri-adam tri-adam merged commit d7f654e into sylabs:master Jun 23, 2021
@tri-adam tri-adam deleted the replace-uuid branch June 23, 2021 13:07
@dtrudg dtrudg mentioned this pull request Jul 2, 2021
9 tasks
dtrudg added a commit that referenced this pull request Jul 16, 2021
Pick #98 / #111 (SIF adjacent) to release-3.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants