We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing echo with: glide get github.com/labstack/echo the code does not run because gommon is missing as dependency.
glide get github.com/labstack/echo
There are more dependencies missing: letsencrypt graceful
vendor/github.com/labstack/echo/echo.go:53:2: cannot find package "github.com/labstack/gommon/color" in any of
Gommon should be in dependencies.
Or, the docs should mention the need to install ALL the dependencies manually.
It is not.
v3.0.2
The text was updated successfully, but these errors were encountered:
It is glide issue reported here Masterminds/glide#468. For now you can manually add your dependencies in glide.yaml.
glide
glide.yaml
Sorry, something went wrong.
Yes, it looks like glide bug, when doing glide up after glide get, it installed the dependencies. Don't understand why glide up didn't. Thx.
vishr
No branches or pull requests
Description
When installing echo with:
glide get github.com/labstack/echo
the code does not run because gommon is missing as dependency.There are more dependencies missing:
letsencrypt
graceful
Expected behaviour
Gommon should be in dependencies.
Or, the docs should mention the need to install ALL the dependencies manually.
Actual behaviour
It is not.
Steps to reproduce
Version/commit
v3.0.2
The text was updated successfully, but these errors were encountered: