update proxy import paths and module name

This commit is contained in:
A.Unger
2020-09-18 12:48:35 +02:00
parent 598ca6c405
commit 91bd83938b
66 changed files with 226 additions and 232 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
"os"
"github.com/owncloud/ocis-proxy/pkg/command"
"github.com/owncloud/ocis/proxy/pkg/command"
)
func main() {