5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 02:16:58 +00:00
matterbridge/vendor/github.com/labstack/echo/v4/go.mod

12 lines
273 B
Modula-2
Raw Normal View History

module github.com/labstack/echo/v4
2019-06-16 21:33:25 +00:00
go 1.12
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2019-09-07 20:46:58 +00:00
github.com/labstack/gommon v0.3.0
github.com/stretchr/testify v1.4.0
2019-06-16 21:33:25 +00:00
github.com/valyala/fasttemplate v1.0.1
2019-09-07 20:46:58 +00:00
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
)