diff options
author | Valery Piashchynski <[email protected]> | 2023-03-09 12:51:51 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-09 12:51:51 +0100 |
commit | d2d6d479780e56a44eaf4705534c916805830e6d (patch) | |
tree | 40004b64df39bbf222c1560e69f51b1e0cc50c81 /internal | |
parent | 5f615068e9cdeb70ba4c8f53013898e2c1e7991a (diff) |
chore(deps): downgrade API version
Diffstat (limited to 'internal')
-rw-r--r-- | internal/cli/workers/command.go | 2 | ||||
-rw-r--r-- | internal/cli/workers/render.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/cli/workers/command.go b/internal/cli/workers/command.go index 2af03745..f23d9263 100644 --- a/internal/cli/workers/command.go +++ b/internal/cli/workers/command.go @@ -8,7 +8,7 @@ import ( "syscall" "time" - "github.com/roadrunner-server/api/v3/plugins/v1/jobs" + "github.com/roadrunner-server/api/v4/plugins/v1/jobs" internalRpc "github.com/roadrunner-server/roadrunner/v2023/internal/rpc" tm "github.com/buger/goterm" 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" ) |