-
Notifications
You must be signed in to change notification settings - Fork 231
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
Issues with downstream installation of echo web framework on linux/docker #239
Comments
I'm thinking this is more an issue with |
There's a thread on their forum addressing it https://forum.labstack.com/t/problem-with-the-new-update/789/3 and the maintainer seems adamant that this is not an issue with their repository. It seems like an issue with the dependency management chain somewhere (which I'm confused by as the Gopkg.toml file for this repo specifies v3.3.5) |
Try using my maintained fork which uses go modules already: https://github.com/erikdubbelboer/realize |
👍 I'll take a look, thanks @erikdubbelboer! Speaking of being maintained, any idea what the status of the repo here is? Looks like there hasn't been much activity for a few months now cc: @asoseil |
I'm getting the same issue when trying to edit: |
Error:
Dockerfile:
go env:
The issues seem to stem from the v4.0.0 release of
labstack/echo
here labstack/echo@6d9e043The text was updated successfully, but these errors were encountered: