1
0

Update module labstack/echo/v4 to v4.1.16 (#241)

Update module labstack/echo/v4 to v4.1.16

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/241
This commit is contained in:
renovate
2020-04-07 18:59:53 +00:00
committed by konrad
parent f776b799b8
commit 76f19db6e7
92 changed files with 13626 additions and 118 deletions

View File

@ -50,6 +50,13 @@ Lower is better!
## [Guide](https://echo.labstack.com/guide)
### Installation
```go
// go get github.com/labstack/echo/{version}
go get github.com/labstack/echo/v4
```
### Example
```go