@@ -1,7 +1,7 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
"github.com/owncloud/ocis/idp/pkg/command"
|
||||
"github.com/owncloud/ocis/extensions/idp/pkg/command"
|
||||
"github.com/owncloud/ocis/ocis-pkg/config"
|
||||
"github.com/owncloud/ocis/ocis-pkg/config/parser"
|
||||
"github.com/owncloud/ocis/ocis/pkg/register"
|
||||
|
||||
@@ -24,7 +24,7 @@ import (
|
||||
graphExplorer "github.com/owncloud/ocis/extensions/graph-explorer/pkg/command"
|
||||
graph "github.com/owncloud/ocis/extensions/graph/pkg/command"
|
||||
idm "github.com/owncloud/ocis/extensions/idm/pkg/command"
|
||||
idp "github.com/owncloud/ocis/idp/pkg/command"
|
||||
idp "github.com/owncloud/ocis/extensions/idp/pkg/command"
|
||||
nats "github.com/owncloud/ocis/nats/pkg/command"
|
||||
notifications "github.com/owncloud/ocis/notifications/pkg/command"
|
||||
"github.com/owncloud/ocis/ocis-pkg/config"
|
||||
|
||||
Reference in New Issue
Block a user