For Echo v5 support:
go get github.com/labstack/echo-contrib/v5This repository does not use semantic versioning. MAJOR version tracks which Echo version should be used. MINOR version tracks API changes (possibly backwards incompatible, which is a very rare occasion), and a PATCH version is incremented for fixes.
Always add at least one integration test in your project.
Minimal needed Echo versions:
v5.x.yneeds Echov5.0.0+, usego get github.com/labstack/echo-contrib/v5@latestv0.18.0needs Echov4.15.0+, usego get github.com/labstack/echo-contrib@v0
For v0.x.y releases the code is located in v4 branch.
Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy
Echo CORE tests with last FOUR major releases (unless there are pressing vulnerabilities) As this library depends on MANY DIFFERENT libraries which of SOME support only last 2 Go releases we could have situations when we derive from last four major releases promise.
p.s. you really should use latest versions of Go as there are many vulnerebilites fixed only in supported versions. Please see https://pkg.go.dev/vuln/