diff options
Diffstat (limited to 'internal/cli/reset/command.go')
-rw-r--r-- | internal/cli/reset/command.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/cli/reset/command.go b/internal/cli/reset/command.go index d6cf7087..1d7dd78c 100644 --- a/internal/cli/reset/command.go +++ b/internal/cli/reset/command.go @@ -4,13 +4,13 @@ import ( "fmt" "sync" - internalRpc "github.com/spiral/roadrunner-binary/v2/internal/rpc" + internalRpc "github.com/roadrunner-server/roadrunner/v2/internal/rpc" "github.com/fatih/color" "github.com/mattn/go-runewidth" + "github.com/roadrunner-server/config/v2" + "github.com/roadrunner-server/errors" "github.com/spf13/cobra" - "github.com/spiral/errors" - "github.com/spiral/roadrunner-plugins/v2/config" "github.com/vbauerster/mpb/v5" "github.com/vbauerster/mpb/v5/decor" ) |