Merge pull request #3678 from owncloud/v2

Update ocis packages and imports to V2
This commit is contained in:
Michael Barz
2022-05-04 16:36:01 +02:00
committed by GitHub
723 changed files with 2199 additions and 2194 deletions
+4 -4
View File
@@ -7,10 +7,10 @@ import (
"os"
"strings"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/config/defaults"
ocisinit "github.com/owncloud/ocis/ocis/pkg/init"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/owncloud/ocis/v2/ocis-pkg/config"
"github.com/owncloud/ocis/v2/ocis-pkg/config/defaults"
ocisinit "github.com/owncloud/ocis/v2/ocis/pkg/init"
"github.com/owncloud/ocis/v2/ocis/pkg/register"
cli "github.com/urfave/cli/v2"
)