fix ocis dependencies in graph-explorer

This commit is contained in:
David Christofas
2021-02-16 14:32:25 +01:00
parent 0d3d0bebf3
commit 8aa06cc3f9
12 changed files with 1252 additions and 24 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"net/http"
"os"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/graph-explorer/pkg/config"
"github.com/owncloud/ocis/ocis-pkg/log"
)
//go:generate go run github.com/UnnoTed/fileb0x embed.yml
+1 -1
View File
@@ -1,8 +1,8 @@
package assets
import (
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/graph-explorer/pkg/config"
"github.com/owncloud/ocis/ocis-pkg/log"
)
// Option defines a single option function.