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

How to upgrade from echo v3.3.10 to v4.1.5? #1339

Closed
amarjeetanandsingh opened this issue May 14, 2019 · 4 comments
Closed

How to upgrade from echo v3.3.10 to v4.1.5? #1339

amarjeetanandsingh opened this issue May 14, 2019 · 4 comments

Comments

@amarjeetanandsingh
Copy link

I have an application running on echo v3.3.10. How to upgrade to v4.1.5?

@hb-chen
Copy link

hb-chen commented May 29, 2019

go.mod require github.com/labstack/echo/v4 v4.1.5
then search and replace your import
github.com/labstack/echo => github.com/labstack/echo/v4
github.com/labstack/echo/middleware => github.com/labstack/echo/v4/middleware

If you rely on other external packages , also need to modify.

@llitfkitfk
Copy link

go get github.com/labstack/echo/v4

@stale
Copy link

stale bot commented Sep 14, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 14, 2019
@amarjeetanandsingh
Copy link
Author

Thanks for the response

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

3 participants