Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

middleware.go:75:38: multiple-value uuid.NewV1() in single-value context #394

Closed
wxqsly opened this issue Jul 12, 2018 · 2 comments
Closed
Assignees

Comments

@wxqsly
Copy link

wxqsly commented Jul 12, 2018

Hi,
When execute go get github.com/gambol99/keycloak-proxy today.
It showed me with this error.
github.com/gambol99/keycloak-proxy
.\middleware.go:75:38: multiple-value uuid.NewV1() in single-value context

@gambol99
Copy link
Contributor

It's trying to compile off the master of github.com/satori/go.uuid where as the vendor is locked the latest v1.2.0 tag (about 3 commits behind) .. Looks like 0ef6afb introduced an error in return. Perhaps better to

$ go get -u go get github.com/gambol99/keycloak-proxy
$ dep ensure -v

@gambol99 gambol99 self-assigned this Jul 12, 2018
@wxqsly
Copy link
Author

wxqsly commented Jul 16, 2018

Still not success using above solution.
I had to checkout specified release tag v2.2.2 and build, it works.

@wxqsly wxqsly closed this as completed Jul 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants