diff options
Diffstat (limited to 'internal')
-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 cf81a04e..2d3cc71b 100644 --- a/internal/cli/workers/render.go +++ b/internal/cli/workers/render.go @@ -9,7 +9,7 @@ import ( "github.com/fatih/color" "github.com/olekukonko/tablewriter" "github.com/roadrunner-server/api/v2/plugins/jobs" - "github.com/roadrunner-server/sdk/v2/state/process" + "github.com/roadrunner-server/api/v2/state/process" ) const ( |