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/roadrunner_test.go | |
parent | 3bb4d3a497b609557e884ec29a94c204dfac86a2 (diff) |
plugins v4
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'lib/roadrunner_test.go')
-rw-r--r-- | lib/roadrunner_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |