Merge pull request #2616 from owncloud/go-micro-v4

upgrade to go micro v4.1.0
This commit is contained in:
Willy Kloucek
2021-10-18 07:28:28 +02:00
committed by GitHub
68 changed files with 351 additions and 2120 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
package http
import (
"github.com/asim/go-micro/v3"
chimiddleware "github.com/go-chi/chi/v5/middleware"
graphMiddleware "github.com/owncloud/ocis/graph/pkg/middleware"
svc "github.com/owncloud/ocis/graph/pkg/service/v0"
@@ -9,6 +8,7 @@ import (
"github.com/owncloud/ocis/ocis-pkg/middleware"
"github.com/owncloud/ocis/ocis-pkg/service/http"
"github.com/owncloud/ocis/ocis-pkg/version"
"go-micro.dev/v4"
)
// Server initializes the http service and server.