diff --git a/config/source/cli/cli_test.go b/config/source/cli/cli_test.go index 68458aa3..154faeab 100644 --- a/config/source/cli/cli_test.go +++ b/config/source/cli/cli_test.go @@ -7,8 +7,8 @@ import ( "github.com/micro/cli/v2" "github.com/micro/go-micro/v2" - "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/cmd" + "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/config/source" ) diff --git a/options.go b/options.go index beb514c9..d3c24615 100644 --- a/options.go +++ b/options.go @@ -8,8 +8,8 @@ import ( "github.com/micro/go-micro/v2/auth" "github.com/micro/go-micro/v2/broker" "github.com/micro/go-micro/v2/client" - "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/cmd" + "github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/debug/profile" "github.com/micro/go-micro/v2/debug/trace" "github.com/micro/go-micro/v2/registry"