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

go get not working correctly #945

Closed
ritazh opened this issue Jan 5, 2018 · 1 comment
Closed

go get not working correctly #945

ritazh opened this issue Jan 5, 2018 · 1 comment
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved.

Comments

@ritazh
Copy link
Member

ritazh commented Jan 5, 2018

using go get -u gives me this error:

github.com/Azure/azure-sdk-for-go/storage
azure-sdk-for-go/storage/table_batch.go:134:61: multiple-value uuid.NewV1() in single-value context
azure-sdk-for-go/storage/table_batch.go:141:48: multiple-value uuid.NewV1() in single-value context

Fixed it by running dep ensure inside of github.com/Azure/azure-sdk-for-go in GOPATH

@joshgav joshgav added bug This issue requires a change to an existing behavior in the product in order to be resolved. dependencies labels Jan 5, 2018
@joshgav joshgav self-assigned this Jan 5, 2018
@joshgav
Copy link
Contributor

joshgav commented Jan 5, 2018

Thanks for reporting @ritazh! We're working on addressing this in #947 so will close this now.

@joshgav joshgav closed this as completed Jan 5, 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