mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
7a7b394f14
Signed-off-by: Vishal Rana <vr@labstack.com>
20 lines
452 B
YAML
20 lines
452 B
YAML
package: github.com/labstack/echo
|
|
import:
|
|
- package: github.com/dgrijalva/jwt-go
|
|
- package: github.com/labstack/gommon
|
|
subpackages:
|
|
- bytes
|
|
- color
|
|
- log
|
|
- random
|
|
- package: github.com/mattn/go-isatty
|
|
- package: github.com/stretchr/testify
|
|
subpackages:
|
|
- assert
|
|
- package: github.com/valyala/fasthttp
|
|
- package: github.com/valyala/fasttemplate
|
|
- package: golang.org/x/net
|
|
subpackages:
|
|
- context
|
|
- package: gopkg.in/tylerb/graceful.v1
|