fix ocis dependencies in graph

This commit is contained in:
David Christofas
2021-02-16 13:55:34 +01:00
parent 8aa06cc3f9
commit 9e5858ccab
11 changed files with 540 additions and 117 deletions
+1 -1
View File
@@ -5,10 +5,10 @@ import (
"strings"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis/graph/pkg/config"
"github.com/owncloud/ocis/graph/pkg/flagset"
"github.com/owncloud/ocis/graph/pkg/version"
"github.com/owncloud/ocis/ocis-pkg/log"
"github.com/spf13/viper"
)