Upgrade to go-chi 5

This commit is contained in:
Deluan
2021-05-11 17:21:18 -04:00
parent fb5840705e
commit 7d96167abc
12 changed files with 107 additions and 81 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"net/http"
"runtime"
"github.com/go-chi/chi"
"github.com/go-chi/chi/middleware"
"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
"github.com/navidrome/navidrome/consts"
"github.com/navidrome/navidrome/core"
"github.com/navidrome/navidrome/log"