switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224

This commit is contained in:
Willy Kloucek
2021-09-27 12:02:55 +02:00
parent 776f392a9c
commit 7b30571aff
152 changed files with 177 additions and 157 deletions
+1 -1
View File
@@ -12,7 +12,6 @@ import (
"github.com/cs3org/reva/pkg/token/manager/jwt"
chimiddleware "github.com/go-chi/chi/v5/middleware"
"github.com/justinas/alice"
"github.com/micro/cli/v2"
"github.com/oklog/run"
acc "github.com/owncloud/ocis/accounts/pkg/proto/v0"
"github.com/owncloud/ocis/ocis-pkg/conversions"
@@ -32,6 +31,7 @@ import (
"github.com/owncloud/ocis/proxy/pkg/user/backend"
settings "github.com/owncloud/ocis/settings/pkg/proto/v0"
storepb "github.com/owncloud/ocis/store/pkg/proto/v0"
"github.com/urfave/cli/v2"
"golang.org/x/oauth2"
)