diff options
Diffstat (limited to 'internal/cli/workers/render.go')
-rw-r--r-- | internal/cli/workers/render.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/workers/render.go b/internal/cli/workers/render.go index 6d60f177..e18fb243 100644 --- a/internal/cli/workers/render.go +++ b/internal/cli/workers/render.go @@ -10,7 +10,7 @@ import ( "github.com/fatih/color" "github.com/olekukonko/tablewriter" "github.com/roadrunner-server/api/v4/plugins/v1/jobs" - "github.com/roadrunner-server/sdk/v4/state/process" + "github.com/roadrunner-server/pool/state/process" ) const ( |