1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00

Move from micro/cli/v2 to urfave/cli/v2 (#2224)

* Use urfave/cli/v2 instead of micro/cli/v2

Wherever possible we may want to eliminate the use of github.com/micro
imports.

* Fix broken cli test
This commit is contained in:
Niek den Breeje
2021-08-31 10:05:08 +02:00
committed by GitHub
parent 78bea87690
commit 9a77c06b44
28 changed files with 35 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/asim/go-micro/v3/server"
"github.com/asim/go-micro/v3/store"
"github.com/asim/go-micro/v3/transport"
"github.com/micro/cli/v2"
"github.com/urfave/cli/v2"
)
// Options for micro service