Bump major version to v2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/config"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/config"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ import (
|
||||
"context"
|
||||
"os"
|
||||
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/config"
|
||||
"github.com/owncloud/ocis/ocis-pkg/clihelper"
|
||||
ociscfg "github.com/owncloud/ocis/ocis-pkg/config"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/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,10 +6,10 @@ import (
|
||||
|
||||
"github.com/oklog/run"
|
||||
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/config"
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/config/parser"
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/logging"
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/server/nats"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/config"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/config/parser"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/logging"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/server/nats"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"github.com/owncloud/ocis/extensions/nats/pkg/config"
|
||||
"github.com/owncloud/ocis/v2/extensions/nats/pkg/config"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user