diff options
Diffstat (limited to 'internal/cli/workers/render.go')
-rw-r--r-- | internal/cli/workers/render.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/cli/workers/render.go b/internal/cli/workers/render.go index df38ae85..a0810b21 100644 --- a/internal/cli/workers/render.go +++ b/internal/cli/workers/render.go @@ -8,8 +8,8 @@ import ( "github.com/dustin/go-humanize" "github.com/fatih/color" "github.com/olekukonko/tablewriter" - "github.com/roadrunner-server/api/v2/plugins/jobs" - "github.com/roadrunner-server/api/v2/state/process" + "github.com/roadrunner-server/sdk/v3/plugins/jobs" + "github.com/roadrunner-server/sdk/v3/state/process" ) const ( |