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

please update vender "github.com/satori/go.uuid" to v1.2.0 #6

Closed
vvhh2003 opened this issue Jul 9, 2018 · 7 comments
Closed

please update vender "github.com/satori/go.uuid" to v1.2.0 #6

vvhh2003 opened this issue Jul 9, 2018 · 7 comments

Comments

@vvhh2003
Copy link

vvhh2003 commented Jul 9, 2018

there are error in at "emitter-io/go/options.go:33:10: assignment mismatch: 2 variables but 1 values"

@vvhh2003 vvhh2003 changed the title please update vender "github.com/satori/go.uuid" please update vender "github.com/satori/go.uuid" to v1.2.0 Jul 9, 2018
@kelindar
Copy link
Contributor

Make sure you update the package, it is likely that you have an older version of uuid. go get -u github.com/emitter-io/go

@vvhh2002
Copy link

It is precisely that you used an old version of "github.com/satori/go.uuid" at "emitter-io/go/options.go:33:10" . If you use dep package management, you can't compile it. I suggest updating to the latest version.
thanks.

@vvarp
Copy link

vvarp commented Jul 10, 2018

I second that - when using github.com/emitter-io/go with dep, I need to make sure that my Gopkg.toml is pointing to an older version of github.com/satori/go.uuid

@kelindar
Copy link
Contributor

Not sure what you mean, we are using the latest version of github.com/satori/go.uuid. Feel free to submit a PR to clarify.

@Christopotamus
Copy link

From a completely fresh install, running go get -u github.com/emitter-io/go I get

# github.com/emitter-io/go
../../../go/src/github.com/emitter-io/go/options.go:33:18: multiple-value uuid.NewV1() in single-value context

This was on a fresh install of go and is the first time I've tried to install emitter-io/go.

@hankchan
Copy link

@kelindar I have got the same problem with Christopotamus.

@ghost
Copy link

ghost commented Dec 19, 2018

It is not fixed, that's why https://github.com/emitter-io/go/blob/master/options.go#L33
Also, don't use satori, basically it is deprecated. Use google or gofrs(see satori/go.uuid#84).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants