summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-24 17:43:20 +0300
committerValery Piashchynski <[email protected]>2020-12-24 17:43:20 +0300
commita099743641466e0cde723ab0eeb500d836645308 (patch)
tree45f7db4c9d7bbd762bbb27c09dd9f11dbe5b0817 /go.mod
parent431bb7ee50d49e8ff6a812826f8536f44447ebf5 (diff)
Remove unnecessary mutex when adding worker to watcherv2.0.0-alpha30
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod5
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index cc86f14e..82d01762 100755
--- a/go.mod
+++ b/go.mod
@@ -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