Blob Blame History Raw
module github.com/labstack/echo/v4

go 1.12

require (
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/labstack/gommon v0.3.0
	github.com/stretchr/testify v1.4.0
	github.com/valyala/fasttemplate v1.0.1
	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
)