mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-04 21:42:57 +02:00
v5
This commit is contained in:
@ -9,8 +9,8 @@ import (
|
||||
|
||||
"github.com/imdario/mergo"
|
||||
"github.com/urfave/cli/v2"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v4/util/cmd"
|
||||
"go-micro.dev/v5/config/source"
|
||||
"go-micro.dev/v5/util/cmd"
|
||||
)
|
||||
|
||||
type cliSource struct {
|
||||
|
@ -6,10 +6,10 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
"go-micro.dev/v4"
|
||||
"go-micro.dev/v4/config"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v4/util/cmd"
|
||||
"go-micro.dev/v5"
|
||||
"go-micro.dev/v5/config"
|
||||
"go-micro.dev/v5/config/source"
|
||||
"go-micro.dev/v5/util/cmd"
|
||||
)
|
||||
|
||||
func TestCliSourceDefault(t *testing.T) {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v5/config/source"
|
||||
)
|
||||
|
||||
type contextKey struct{}
|
||||
|
Reference in New Issue
Block a user