2019-01-30 12:56:56 +02:00
|
|
|
module github.com/labstack/echo/v4
|
|
|
|
|
2019-04-28 07:32:29 +02:00
|
|
|
go 1.12
|
|
|
|
|
2019-01-30 12:56:56 +02:00
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-10-24 23:59:52 +02:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible // indirect
|
2019-08-17 16:39:36 +02:00
|
|
|
github.com/labstack/gommon v0.3.0
|
2019-10-24 23:59:52 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
2019-08-17 16:39:36 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-24 23:59:52 +02:00
|
|
|
github.com/valyala/fasttemplate v1.1.0
|
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
|
|
golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191024172528-b4ff53e7a1cb // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-01-30 12:56:56 +02:00
|
|
|
)
|