Move back command

This commit is contained in:
Asim Aslam 2020-07-14 20:57:13 +01:00
parent 73a3f596e8
commit 057d61063f
7 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/imdario/mergo" "github.com/imdario/mergo"
"github.com/micro/cli/v2" "github.com/micro/cli/v2"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
"github.com/micro/go-micro/v2/config/source" "github.com/micro/go-micro/v2/config/source"
) )

View File

@ -8,7 +8,7 @@ import (
"github.com/micro/cli/v2" "github.com/micro/cli/v2"
"github.com/micro/go-micro/v2" "github.com/micro/go-micro/v2"
"github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/config"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
"github.com/micro/go-micro/v2/config/source" "github.com/micro/go-micro/v2/config/source"
) )

View File

@ -9,7 +9,7 @@ import (
"github.com/micro/go-micro/v2/broker" "github.com/micro/go-micro/v2/broker"
"github.com/micro/go-micro/v2/client" "github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/config" "github.com/micro/go-micro/v2/config"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
"github.com/micro/go-micro/v2/debug/profile" "github.com/micro/go-micro/v2/debug/profile"
"github.com/micro/go-micro/v2/debug/trace" "github.com/micro/go-micro/v2/debug/trace"
"github.com/micro/go-micro/v2/registry" "github.com/micro/go-micro/v2/registry"

View File

@ -13,7 +13,7 @@ import (
"github.com/micro/go-micro/v2/broker" "github.com/micro/go-micro/v2/broker"
"github.com/micro/go-micro/v2/client" "github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
"github.com/micro/go-micro/v2/registry" "github.com/micro/go-micro/v2/registry"
"github.com/micro/go-micro/v2/selector" "github.com/micro/go-micro/v2/selector"
"github.com/micro/go-micro/v2/server" "github.com/micro/go-micro/v2/server"

View File

@ -9,7 +9,7 @@ import (
"github.com/micro/go-micro/v2/auth" "github.com/micro/go-micro/v2/auth"
"github.com/micro/go-micro/v2/client" "github.com/micro/go-micro/v2/client"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
"github.com/micro/go-micro/v2/debug/service/handler" "github.com/micro/go-micro/v2/debug/service/handler"
"github.com/micro/go-micro/v2/debug/stats" "github.com/micro/go-micro/v2/debug/stats"
"github.com/micro/go-micro/v2/debug/trace" "github.com/micro/go-micro/v2/debug/trace"