-
Notifications
You must be signed in to change notification settings - Fork 849
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
Migrate from satori/go.uuid to gofrs/uuid #14283
Comments
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Feb 5, 2021
ArcturusZhang
added
CodeGen
Issues that relate to code generation
enhancement
Mgmt
This issue is related to a management-plane library.
labels
Feb 5, 2021
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Feb 5, 2021
i would like to refactor code to use new module |
Merged
drewandersonnz
added a commit
to drewandersonnz/ARO-RP
that referenced
this issue
Mar 17, 2021
As per https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md#v5200 NOTE: We have switched the uuid package from github.com/satori/go.uuid to github.com/gofrs/uuid as announced in this issue: Azure/azure-sdk-for-go#14283 : go get github.com/gofrs/uuid : vendor gofrs/uuid
Merged
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are planning to replace the
github.com/satori/go.uuid
package withgithub.aaakk.us.kg/gofrs/uuid
to resolve its potential security issues in a major version at the end of this month.In major version release v53.0.0, you will have to replace all the import statements of the
uuid
in order to avoid compile errors.Thank you!
The text was updated successfully, but these errors were encountered: