diff options
author | Valery Piashchynski <[email protected]> | 2020-12-23 23:35:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-23 23:35:44 +0300 |
commit | e78c13d93a729a9008f283aa3db6910f3e833165 (patch) | |
tree | e633604841b80c42b195388429dc12349e4b9d1f /go.mod | |
parent | c21fe8e2f99c3cb8e3c1482e35f2efa0e914c337 (diff) |
Initial implementation of serve, reset, workers commands for the RR2
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ require ( golang.org/x/sync v0.0.0-20201207232520-09787c993a3a ) -//replace github.com/spiral/roadrunner-plugins/http v1.0.0 => ../roadrunner-plugins/http +replace github.com/spiral/roadrunner-plugins/http v1.0.2 => ../roadrunner-plugins/http //replace github.com/spiral/roadrunner-plugins/reload v1.0.0 => ../roadrunner-plugins/reload //replace github.com/spiral/roadrunner-plugins/rpc v1.0.0 => ../roadrunner-plugins/rpc -//replace github.com/spiral/roadrunner-plugins/server v1.0.1 => ../roadrunner-plugins/server +replace github.com/spiral/roadrunner-plugins/server v1.0.3 => ../roadrunner-plugins/server |