summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 97e99423..be16ada8 100755
--- a/go.mod
+++ b/go.mod
@@ -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