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
@@ -4,8 +4,8 @@ import (
"net/http"
"path"
"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/go-chi/cors"
"github.com/navidrome/navidrome/conf"
"github.com/navidrome/navidrome/consts"