-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,11 @@ | |
[![Codecov](https://img.shields.io/codecov/c/github/labstack/echo-contrib.svg?style=flat-square)](https://codecov.io/gh/labstack/echo-contrib) | ||
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/labstack) | ||
|
||
## Packages | ||
# Supported Go version | ||
|
||
Name | Description | Author | ||
--- | --- | --- | ||
[casbin](https://github.com/casbin/casbin) | Access control library | [hsluoyz](https://github.com/hsluoyz) | ||
session | Session middleware backed by [gorilla/sessions](https://github.com/gorilla/sessions) | [vishr](https://github.com/vishr) | ||
jaegertracing | Jaeger tracer middleware | [carlosedp](https://github.com/carlosedp) | ||
prometheus | Prometheus metrics | [carlosedp](https://github.com/carlosedp) | ||
pprof | pprof middlware | [arun0009](https://github.com/arun0009) | ||
zipkin | [Zipkin](https://github.com/openzipkin/zipkin-go) middleware | [arun0009](https://github.com/arun0009) | ||
Each major Go release is supported until there are two newer major releases. https://golang.org/doc/devel/release.html#policy | ||
[Echo CORE](https://github.com/labstack/echo) 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/ |