2019-01-31 16:06:36 +00:00
|
|
|
module github.com/labstack/echo/v4
|
|
|
|
|
2019-06-16 21:33:25 +00:00
|
|
|
go 1.12
|
|
|
|
|
2019-01-31 16:06:36 +00:00
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-01-09 20:02:56 +00:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible // indirect
|
2019-09-07 20:46:58 +00:00
|
|
|
github.com/labstack/gommon v0.3.0
|
2020-01-09 20:02:56 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.11 // indirect
|
2019-09-07 20:46:58 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-01-09 20:02:56 +00:00
|
|
|
github.com/valyala/fasttemplate v1.1.0
|
|
|
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
|
|
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-01-31 16:06:36 +00:00
|
|
|
)
|