summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-22 23:05:58 +0300
committerValery Piashchynski <[email protected]>2020-12-22 23:05:58 +0300
commit95a72fe8003c66ac2d9a52b964aba4ee1d88363f (patch)
treeee0d1222bbb10c442a502e6220fe190f936d7173
parentfd1e98bc6339abfa66523bf9d2208d00df8ee4bc (diff)
Remove local replace in go.modv2.0.0-alpha27
-rwxr-xr-xgo.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index b90ebeb7..8f5586c4 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/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/http v1.0.0 => ../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