move services/groupware/pkg/jmap to pkg/jmap

This commit is contained in:
Pascal Bleser committed 2026-07-09 14:15:48 +02:00
1 parent b8b1b02564
commit d4cf02b17d
11 files changed
+2 -2

No files matched your search

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+1 -1
View File
@@ -6,10 +6,10 @@ import (
"net/http"
"time"
"github.com/opencloud-eu/opencloud/pkg/jmap"
"github.com/opencloud-eu/opencloud/pkg/log"
"github.com/opencloud-eu/opencloud/services/graph/pkg/config"
"github.com/opencloud-eu/opencloud/services/graph/pkg/errorcode"
"github.com/opencloud-eu/opencloud/services/groupware/pkg/jmap"
"github.com/go-chi/render"
@@ -9,10 +9,10 @@ import (
"github.com/go-chi/render"
"github.com/riandyrn/otelchi"
"github.com/opencloud-eu/opencloud/pkg/jmap"
"github.com/opencloud-eu/opencloud/pkg/log"
"github.com/opencloud-eu/opencloud/pkg/tracing"
"github.com/opencloud-eu/opencloud/services/groupware/pkg/config"
"github.com/opencloud-eu/opencloud/services/groupware/pkg/jmap"
)
// Service defines the service handlers.