diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 12:48:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 12:48:23 +0300 |
commit | 8203dc4d76624f4fceddff49b8a1aba9d525fc73 (patch) | |
tree | 0243010b2c7dd26dcd87e7965da4affe80731dd2 /plugins/checker | |
parent | 673da74925dee5c62064d3304289ae81cb499217 (diff) |
Move to goridge3
Diffstat (limited to 'plugins/checker')
-rw-r--r-- | plugins/checker/tests/plugin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checker/tests/plugin_test.go b/plugins/checker/tests/plugin_test.go index c93b68af..a37fc08e 100644 --- a/plugins/checker/tests/plugin_test.go +++ b/plugins/checker/tests/plugin_test.go @@ -13,7 +13,7 @@ import ( "time" "github.com/spiral/endure" - "github.com/spiral/goridge/v2" + "github.com/spiral/goridge/v3" "github.com/spiral/roadrunner/v2/interfaces/status" "github.com/spiral/roadrunner/v2/plugins/checker" "github.com/spiral/roadrunner/v2/plugins/config" |