summaryrefslogtreecommitdiff
path: root/internal/cli/workers/render.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/workers/render.go')
-rw-r--r--internal/cli/workers/render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/workers/render.go b/internal/cli/workers/render.go
index dd9ea183..997a88f7 100644
--- a/internal/cli/workers/render.go
+++ b/internal/cli/workers/render.go
@@ -9,7 +9,7 @@ import (
"github.com/dustin/go-humanize"
"github.com/fatih/color"
"github.com/olekukonko/tablewriter"
- "github.com/roadrunner-server/api/v3/plugins/v1/jobs"
+ "github.com/roadrunner-server/api/v4/plugins/v1/jobs"
"github.com/roadrunner-server/sdk/v4/state/process"
)