summaryrefslogtreecommitdiff
path: root/internal/cli
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-10-10 14:22:25 +0200
committerValery Piashchynski <[email protected]>2022-10-10 14:22:25 +0200
commit80f9d4fe1d79c1c6f3b8e9073d99a2a4daf19b2d (patch)
tree85b572d2dd191411791b56a48cc48797fa3e5682 /internal/cli
parentbee07c00a8954945156ca3e3de9c032b530abd01 (diff)
feat: plugins SDK/API update
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'internal/cli')
-rw-r--r--internal/cli/serve/command.go2
-rw-r--r--internal/cli/workers/command.go4
-rw-r--r--internal/cli/workers/render.go4
3 files changed, 5 insertions, 5 deletions
diff --git a/internal/cli/serve/command.go b/internal/cli/serve/command.go
index eaf6260f..dcaadec5 100644
--- a/internal/cli/serve/command.go
+++ b/internal/cli/serve/command.go
@@ -9,7 +9,7 @@ import (
"github.com/roadrunner-server/roadrunner/v2/container"
"github.com/roadrunner-server/roadrunner/v2/internal/meta"
- configImpl "github.com/roadrunner-server/config/v2"
+ configImpl "github.com/roadrunner-server/config/v3"
"github.com/roadrunner-server/errors"
"github.com/spf13/cobra"
)
diff --git a/internal/cli/workers/command.go b/internal/cli/workers/command.go
index 421e9afc..d65a454a 100644
--- a/internal/cli/workers/command.go
+++ b/internal/cli/workers/command.go
@@ -8,13 +8,13 @@ import (
"syscall"
"time"
- "github.com/roadrunner-server/api/v2/plugins/jobs"
internalRpc "github.com/roadrunner-server/roadrunner/v2/internal/rpc"
+ "github.com/roadrunner-server/sdk/v3/plugins/jobs"
tm "github.com/buger/goterm"
"github.com/fatih/color"
"github.com/roadrunner-server/errors"
- "github.com/roadrunner-server/informer/v2"
+ "github.com/roadrunner-server/informer/v3"
"github.com/spf13/cobra"
)
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 (