Upgrade go-chi&co

This commit is contained in:
Denis Arh
2022-01-11 10:53:49 +01:00
parent 771a60abd7
commit 60020f8510
237 changed files with 16780 additions and 314 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ package handlers
import (
"context"
"net/http"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"github.com/cortezaproject/corteza-server/{{ .App }}/rest/request"
"github.com/cortezaproject/corteza-server/pkg/api"
)
+1 -1
View File
@@ -11,7 +11,7 @@ package request
import (
"encoding/json"
"github.com/cortezaproject/corteza-server/pkg/payload"
"github.com/go-chi/chi"
"github.com/go-chi/chi/v5"
"io"
"fmt"
"mime/multipart"