mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 16:50:27 +00:00
14 lines
508 B
Modula-2
14 lines
508 B
Modula-2
module github.com/labstack/echo/v4
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/labstack/gommon v0.2.8
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
|
|
golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664
|
|
golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect
|
|
)
|