fix ocis dependencies in graph

This commit is contained in:
David Christofas
2021-02-16 14:32:35 +01:00
parent 8aa06cc3f9
commit 9e5858ccab
11 changed files with 540 additions and 117 deletions
+1 -1
View File
@@ -5,9 +5,9 @@ import (
gateway "github.com/cs3org/go-cs3apis/cs3/gateway/v1beta1"
"github.com/go-chi/chi"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/graph/pkg/config"
"github.com/owncloud/ocis/graph/pkg/cs3"
"github.com/owncloud/ocis/ocis-pkg/log"
)
// Graph defines implements the business logic for Service.
+1 -1
View File
@@ -3,7 +3,7 @@ package svc
import (
"net/http"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/ocis-pkg/log"
)
// NewLogging returns a service that logs messages.
+1 -1
View File
@@ -3,8 +3,8 @@ package svc
import (
"net/http"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/graph/pkg/config"
"github.com/owncloud/ocis/ocis-pkg/log"
)
// Option defines a single option function.
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/go-chi/chi"
"github.com/go-chi/render"
"github.com/go-ldap/ldap/v3"
"github.com/owncloud/ocis-pkg/v2/oidc"
"github.com/owncloud/ocis/ocis-pkg/oidc"
msgraph "github.com/yaegashi/msgraph.go/v1.0"
)