2019-05-07 21:42:24 +02:00
|
|
|
module github.com/labstack/echo/v4
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2019-10-23 23:11:40 +02:00
|
|
|
github.com/labstack/gommon v0.3.0
|
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-05-07 21:42:24 +02:00
|
|
|
github.com/valyala/fasttemplate v1.0.1
|
2019-10-23 23:11:40 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
2019-05-07 21:42:24 +02:00
|
|
|
)
|