refactor webdav

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-04-13 11:20:54 +02:00
parent e5abc25aa1
commit afea0b4304
38 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
package command
import (
"github.com/owncloud/ocis/extensions/webdav/pkg/command"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/config/parser"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/owncloud/ocis/webdav/pkg/command"
"github.com/urfave/cli/v2"
)