refactor storage

This commit is contained in:
Christian Richter
2022-04-13 17:04:38 +02:00
parent 1a1a4d6a3c
commit e079465ff8
49 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
package command
import (
"github.com/owncloud/ocis/extensions/storage/pkg/command"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/owncloud/ocis/storage/pkg/command"
"github.com/urfave/cli/v2"
)