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

uuid.NewV1() new Satori implementation #940

Closed
SoufienMIMS opened this issue Jan 3, 2018 · 4 comments
Closed

uuid.NewV1() new Satori implementation #940

SoufienMIMS opened this issue Jan 3, 2018 · 4 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved.
Milestone

Comments

@SoufienMIMS
Copy link

Hi guys!

I have this error when I'm generating a docker image using your azure-sdk-for-go :

image

It is probably because the sdk used (github.com/satori/go.uuid) got an API updates.

@SoufienMIMS
Copy link
Author

SoufienMIMS commented Jan 3, 2018

Here a screenshot of the last commit diff showing it :
image

Here the link I found for this : satori/go.uuid@0ef6afb

@joshgav joshgav added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jan 3, 2018
@joshgav joshgav added this to the v14.0.0 (GA) milestone Jan 3, 2018
@joshgav
Copy link
Contributor

joshgav commented Jan 3, 2018

Hi @SoufienMIMS, would you be able to try dep or another dependency manager? Then you can specify a specific version of satori/uuid, as we do here:

version = "1.1.0"

@joshgav joshgav self-assigned this Jan 3, 2018
@SoufienMIMS
Copy link
Author

Hey @joshgav,

I finally used godep and used a vendoring system to avoid this issue for the moment to get able to build my project with the tag v1.0.0 of satori's uuid.

You'll find an opened issue here discussing about this last update here : satori/go.uuid#66

Thanks for your help !

@joshgav
Copy link
Contributor

joshgav commented Jan 4, 2018

Great, glad you were able to get unblocked, and thanks for the tip!

@joshgav joshgav closed this as completed Jan 4, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved.
Projects
None yet
Development

No branches or pull requests

2 participants