glide install does not work with the currect version
Successful installation
Installation error:
[ERROR] Update failed for github.com/labstack/echo: github.com/labstack/echo contains uncommitted changes. Skipping update
[ERROR] Failed to do initial checkout of config: github.com/labstack/echo contains uncommitted changes. Skipping update
glide get github.com/labstack/echo or add github.com/labstack/echo to glide.yaml and issue glide install
master
Try removing your vendor directory and install
It doesn't work.
I cleared glide's cache (located in ~/.glide), reran and it worked.
Most helpful comment
I cleared glide's cache (located in
~/.glide), reran and it worked.