mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 19:19:18 -05:00
Bump major version to v2
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user