upgrade to go micro v4.1.0

This commit is contained in:
Willy Kloucek
2021-10-12 17:29:33 +02:00
parent ce136b4940
commit 6d5a3733ff
45 changed files with 109 additions and 100 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
package http
import (
"github.com/asim/go-micro/v3"
chimiddleware "github.com/go-chi/chi/v5/middleware"
"github.com/owncloud/ocis/ocis-pkg/middleware"
"github.com/owncloud/ocis/ocis-pkg/service/http"
svc "github.com/owncloud/ocis/webdav/pkg/service/v0"
"go-micro.dev/v4"
)
// Server initializes the http service and server.
+3 -2
View File
@@ -2,12 +2,13 @@ package svc
import (
"encoding/xml"
merrors "github.com/asim/go-micro/v3/errors"
"github.com/go-chi/render"
"net/http"
"path"
"strings"
"github.com/go-chi/render"
merrors "go-micro.dev/v4/errors"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/owncloud/ocis/ocis-pkg/service/grpc"