Blame vendor/github.com/labstack/echo/v4/go.mod

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