You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: