refactor nats

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-04-12 10:54:11 +02:00
parent bfc8db848c
commit bff47cc0f1
19 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package command
import (
"github.com/owncloud/ocis/nats/pkg/command"
"github.com/owncloud/ocis/extensions/nats/pkg/command"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/config/parser"
"github.com/owncloud/ocis/ocis/pkg/register"