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

This commit is contained in:
Pascal Bleser
2025-05-05 16:19:43 +02:00
parent 46aa800152
commit de4b154391
11 changed files with 2 additions and 2 deletions

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"

View File

@@ -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.