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/http | |
parent | 673da74925dee5c62064d3304289ae81cb499217 (diff) |
Move to goridge3
Diffstat (limited to 'plugins/http')
-rw-r--r-- | plugins/http/tests/http_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go index 06bf3f5d..1902cc5e 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -17,7 +17,7 @@ import ( "github.com/golang/mock/gomock" "github.com/spiral/endure" - "github.com/spiral/goridge/v2" + "github.com/spiral/goridge/v3" "github.com/spiral/roadrunner/v2" "github.com/spiral/roadrunner/v2/mocks" "github.com/spiral/roadrunner/v2/plugins/config" |