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

Newest release is missing gommon as dependency #756

Closed
lunemec opened this issue Nov 30, 2016 · 2 comments
Closed

Newest release is missing gommon as dependency #756

lunemec opened this issue Nov 30, 2016 · 2 comments
Assignees

Comments

@lunemec
Copy link

lunemec commented Nov 30, 2016

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

vendor/github.com/labstack/echo/echo.go:53:2: cannot find package "github.com/labstack/gommon/color" in any of

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

  • Create new project.
  • Run glide get github.com/labstack/echo
  • Create main.go from echo documentation.
  • Try to run the code.

Version/commit

v3.0.2

@vishr
Copy link
Member

vishr commented Nov 30, 2016

It is glide issue reported here Masterminds/glide#468. For now you can manually add your dependencies in glide.yaml.

@vishr vishr self-assigned this Nov 30, 2016
@lunemec
Copy link
Author

lunemec commented Dec 21, 2016

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.

@lunemec lunemec closed this as completed Dec 21, 2016
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

2 participants