diff options
author | Valery Piashchynski <[email protected]> | 2022-10-10 14:22:25 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-10-10 14:22:25 +0200 |
commit | 80f9d4fe1d79c1c6f3b8e9073d99a2a4daf19b2d (patch) | |
tree | 85b572d2dd191411791b56a48cc48797fa3e5682 /lib | |
parent | bee07c00a8954945156ca3e3de9c032b530abd01 (diff) |
feat: plugins SDK/API update
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/roadrunner.go | 2 | ||||
-rw-r--r-- | lib/roadrunner_test.go | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go index 0353ae83..8a505c3f 100644 --- a/lib/roadrunner.go +++ b/lib/roadrunner.go @@ -4,7 +4,7 @@ import ( "fmt" "runtime/debug" - configImpl "github.com/roadrunner-server/config/v2" + configImpl "github.com/roadrunner-server/config/v3" endure "github.com/roadrunner-server/endure/pkg/container" "github.com/roadrunner-server/endure/pkg/fsm" "github.com/roadrunner-server/roadrunner/v2/container" diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go index 64655189..7f6bcbca 100644 --- a/lib/roadrunner_test.go +++ b/lib/roadrunner_test.go @@ -6,7 +6,6 @@ import ( "time" "github.com/roadrunner-server/endure/pkg/fsm" - "github.com/roadrunner-server/informer/v2" "github.com/roadrunner-server/resetter/v2" "github.com/roadrunner-server/roadrunner/v2/lib" "github.com/stretchr/testify/assert" |