build(backend): bump dependency versions

This commit is contained in:
Oleg Lobanov
2022-05-04 00:48:45 +04:00
parent 596c73288f
commit 7c9a75e725
16 changed files with 494 additions and 191 deletions

View File

@@ -27,7 +27,7 @@ var (
cmdNotAllowed = []byte("Command not allowed.")
)
func wsErr(ws *websocket.Conn, r *http.Request, status int, err error) { //nolint:unparam
func wsErr(ws *websocket.Conn, r *http.Request, status int, err error) {
txt := http.StatusText(status)
if err != nil || status >= 400 {
log.Printf("%s: %v %s %v", r.URL.Path, status, r.RemoteAddr, err)