Bump major version to v2

This commit is contained in:
Michael Barz
2022-05-04 14:49:59 +02:00
parent a3c4a9d57d
commit 189987bcbd
708 changed files with 2198 additions and 2183 deletions
@@ -1,7 +1,7 @@
package command
import (
"github.com/owncloud/ocis/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config"
"github.com/urfave/cli/v2"
)
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"context"
"os"
"github.com/owncloud/ocis/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/ocis-pkg/clihelper"
ociscfg "github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/v2/ocis-pkg/clihelper"
ociscfg "github.com/owncloud/ocis/v2/ocis-pkg/config"
"github.com/thejerf/suture/v4"
"github.com/urfave/cli/v2"
)
@@ -6,11 +6,11 @@ import (
"github.com/cs3org/reva/v2/pkg/events"
"github.com/cs3org/reva/v2/pkg/events/server"
"github.com/go-micro/plugins/v4/events/natsjs"
"github.com/owncloud/ocis/extensions/notifications/pkg/channels"
"github.com/owncloud/ocis/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/extensions/notifications/pkg/config/parser"
"github.com/owncloud/ocis/extensions/notifications/pkg/logging"
"github.com/owncloud/ocis/extensions/notifications/pkg/service"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/channels"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config/parser"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/logging"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/service"
"github.com/urfave/cli/v2"
)
@@ -1,7 +1,7 @@
package command
import (
"github.com/owncloud/ocis/extensions/notifications/pkg/config"
"github.com/owncloud/ocis/v2/extensions/notifications/pkg/config"
"github.com/urfave/cli/v2"
)