diff options
author | Valery Piashchynski <[email protected]> | 2020-12-24 17:43:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-24 17:43:20 +0300 |
commit | a099743641466e0cde723ab0eeb500d836645308 (patch) | |
tree | 45f7db4c9d7bbd762bbb27c09dd9f11dbe5b0817 /go.mod | |
parent | 431bb7ee50d49e8ff6a812826f8536f44447ebf5 (diff) |
Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -30,8 +30,3 @@ require ( go.uber.org/multierr v1.6.0 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a ) - -//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.3 => ../roadrunner-plugins/server |