diff options
author | Valery Piashchynski <[email protected]> | 2023-01-10 09:57:32 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-10 09:57:32 +0100 |
commit | 0aa148d0f9f0780a94abc9ef323da44e0a3fa500 (patch) | |
tree | 163d29aa0300f39306836ce21468ca4d1508bfb4 /lib | |
parent | 3bb4d3a497b609557e884ec29a94c204dfac86a2 (diff) |
plugins v4
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 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go index d500dc66..b377a83d 100644 --- a/lib/roadrunner.go +++ b/lib/roadrunner.go @@ -4,7 +4,7 @@ import ( "fmt" "runtime/debug" - configImpl "github.com/roadrunner-server/config/v3" + configImpl "github.com/roadrunner-server/config/v4" "github.com/roadrunner-server/endure/v2" "github.com/roadrunner-server/roadrunner/v2/container" ) diff --git a/lib/roadrunner_test.go b/lib/roadrunner_test.go index d25e7380..7a932b7e 100644 --- a/lib/roadrunner_test.go +++ b/lib/roadrunner_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/roadrunner-server/informer/v3" - "github.com/roadrunner-server/resetter/v3" + "github.com/roadrunner-server/informer/v4" + "github.com/roadrunner-server/resetter/v4" "github.com/roadrunner-server/roadrunner/v2/lib" "github.com/stretchr/testify/assert" ) |