forked from lug/matterbridge
Update direct dependencies where possible
This commit is contained in:
4
vendor/github.com/labstack/echo/Makefile
generated
vendored
4
vendor/github.com/labstack/echo/Makefile
generated
vendored
@@ -11,3 +11,7 @@ test:
|
||||
go test -race -coverprofile=profile.out -covermode=atomic $$d || exit 1; \
|
||||
[ -f profile.out ] && cat profile.out >> coverage.txt && rm profile.out; \
|
||||
done
|
||||
|
||||
tag:
|
||||
@git tag `grep -P '^\tversion = ' echo.go|cut -f2 -d'"'`
|
||||
@git tag|grep -v ^v
|
||||
|
||||
Reference in New Issue
Block a user