feat(ocis): adjust reva imports

Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
This commit is contained in:
Julian Koberg
2025-03-04 16:02:36 +01:00
parent 84a91b3ad7
commit b979844791
218 changed files with 536 additions and 522 deletions

View File

@@ -6,8 +6,6 @@ import (
"os"
"path"
"github.com/cs3org/reva/v2/cmd/revad/runtime"
"github.com/cs3org/reva/v2/pkg/rgrpc/todo/pool"
"github.com/gofrs/uuid"
"github.com/oklog/run"
"github.com/owncloud/ocis/v2/ocis-pkg/config/configlog"
@@ -22,6 +20,8 @@ import (
"github.com/owncloud/ocis/v2/services/auth-app/pkg/revaconfig"
"github.com/owncloud/ocis/v2/services/auth-app/pkg/server/debug"
"github.com/owncloud/ocis/v2/services/auth-app/pkg/server/http"
"github.com/owncloud/reva/v2/cmd/revad/runtime"
"github.com/owncloud/reva/v2/pkg/rgrpc/todo/pool"
"github.com/urfave/cli/v2"
)