update webdav import paths and module name

This commit is contained in:
A.Unger
2020-09-18 12:59:04 +02:00
parent 72a987f8e3
commit 396d5d3a2f
25 changed files with 53 additions and 43 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
"os"
"github.com/owncloud/ocis-webdav/pkg/command"
"github.com/owncloud/ocis/webdav/pkg/command"
)
func main() {