-
Notifications
You must be signed in to change notification settings - Fork 288
go get does not work due to broken dependency #292
Comments
Are you using dependency manager? Our master build is green. |
cc @black-adder |
We do not use dependency manager, we use library that uses |
How do you get any of the dependencies of |
The go.uuid master has a breaking change. See https://github.com/satori/go.uuid/tree/v1.2.0 vs. https://github.com/satori/go.uuid/tree/master. |
I hope it's not going to be released as 1.x and break semver. @black-adder do we really need dependency on uuid? |
We don't have a need for the package TBH it just looks nicer that a random number but both will work for throttling. |
See satori/go.uuid#66 about breaking change. |
Thank you, all the dependencies we pull manually. We decided to use glide. |
Unfortunately master of
jaeger-client-go
is broken because of the last commit which doesn't work properly with go.uuidThe text was updated successfully, but these errors were encountered: