1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-07 23:01:56 +02:00
echo/glide.yaml

16 lines
329 B
YAML
Raw Normal View History

package: github.com/labstack/echo
import:
- package: github.com/labstack/gommon
subpackages:
- color
- log
- package: github.com/valyala/fasthttp
- package: golang.org/x/net
subpackages:
- context
- websocket
- package: github.com/valyala/fasttemplate
- package: github.com/stretchr/testify
subpackages:
- assert