change module name

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-13 09:58:18 +01:00
parent 6cae0ba8f1
commit 8e028f17e9
995 changed files with 3044 additions and 3044 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Package query provides functions to work with the different search query flavours.
package query
import "github.com/owncloud/ocis/v2/ocis-pkg/ast"
import "github.com/opencloud-eu/opencloud/ocis-pkg/ast"
// Builder is the interface that wraps the basic Build method.
type Builder interface {