Merge branch 'master' into go-embed

This commit is contained in:
jkoberg
2021-10-18 09:20:19 +02:00
73 changed files with 428 additions and 2059 deletions
+1 -1
View File
@@ -1,13 +1,13 @@
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"
"github.com/owncloud/ocis/ocis-pkg/version"
webmid "github.com/owncloud/ocis/web/pkg/middleware"
svc "github.com/owncloud/ocis/web/pkg/service/v0"
"go-micro.dev/v4"
)
// Server initializes the http service and server.