-
Notifications
You must be signed in to change notification settings - Fork 601
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
undefined: uuid.Must #69
Comments
Did you update your local copy of satori/uuid ? The master branch from this repository provides |
The problem for seems to be that the override to master in Gopkg.toml is overwritten by dep when doing the dep ensure -update and then its reverted back to the release. Probably due to another dependency. |
@leffen I've tagged v1.2.0 which is last commit before API has changed but contains some bug fixes and improvements including I plan to make a few more changes over weekend / review some PRs and going to release v2.0.0 early next week. |
Cool, Thanks. Looking forward to the new release :-) |
Waiting the release, you can do this to force version for the transitive dependency : [[override]] More info on : https://github.com/golang/dep/blob/master/docs/FAQ.md#how-do-i-constrain-a-transitive-dependencys-version |
@satori No rush, any idea when the next release is going to get tagged? |
Hi,
I am struggelig with dep and a dependency with this library. Unfortunately it seems like renstrom/shortuuid uses uuid.Must. Is it possible to get a release with this included so Dep can be satisfied ?
The text was updated successfully, but these errors were encountered: