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:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/asim/go-micro/v3"
|
||||
"github.com/asim/go-micro/v3/logger"
|
||||
"github.com/asim/go-micro/v3/web"
|
||||
"github.com/micro/cli/v2"
|
||||
"github.com/urfave/cli/v2"
|
||||
)
|
||||
|
||||
func TestWeb(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user