Bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 #123
Annotations
2 errors
GolangCI-Lint:
components/faucet/frontend.go#L35
[golangci] reported by reviewdog 🐶
SA1019: echo.MIMEApplicationJSONCharsetUTF8 is deprecated: Please use MIMEApplicationJSON instead. JSON should be encoded using UTF-8 by default. No "charset" parameter is defined for this registration. Adding one really has no effect on compliant recipients. See RFC 8259, section 8.1. https://datatracker.ietf.org/doc/html/rfc8259#section-8.1 (staticcheck)
Raw Output:
components/faucet/frontend.go:35:10: SA1019: echo.MIMEApplicationJSONCharsetUTF8 is deprecated: Please use MIMEApplicationJSON instead. JSON should be encoded using UTF-8 by default. No "charset" parameter is defined for this registration. Adding one really has no effect on compliant recipients. See RFC 8259, section 8.1. https://datatracker.ietf.org/doc/html/rfc8259#section-8.1 (staticcheck)
return echo.MIMEApplicationJSONCharsetUTF8
^
|
GolangCI-Lint
reviewdog exited with status code: 1
|