Move to go-chi/chi v5

This commit is contained in:
Ralf Haferkamp
2021-08-24 17:48:37 +02:00
parent 8042db13ad
commit 3a42fdc578
33 changed files with 43 additions and 38 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"net/http"
"time"
"github.com/go-chi/chi/middleware"
"github.com/go-chi/chi/v5/middleware"
"github.com/go-chi/render"
msgraph "github.com/owncloud/open-graph-api-go"
)