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

View File

@@ -4,9 +4,9 @@ import (
"crypto/tls"
"os"
"github.com/asim/go-micro/v3"
pkgcrypto "github.com/owncloud/ocis/ocis-pkg/crypto"
svc "github.com/owncloud/ocis/ocis-pkg/service/http"
"go-micro.dev/v4"
)
// Server initializes the http service and server.