summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-24 10:39:05 +0300
committerValery Piashchynski <[email protected]>2020-12-24 10:39:05 +0300
commit62ee1770cc233328300438ffd690ea1d8fc747bb (patch)
treeadc7d78e28a9512cb1b1ba85cb4f19dec7d1323d /go.mod
parente78c13d93a729a9008f283aa3db6910f3e833165 (diff)
Remove local replace in the go.mod
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod7
1 files changed, 3 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index be16ada8..cc86f14e 100755
--- a/go.mod
+++ b/go.mod
@@ -23,16 +23,15 @@ require (
github.com/spiral/roadrunner-plugins/reload v1.0.1
github.com/spiral/roadrunner-plugins/resetter v1.0.0
github.com/spiral/roadrunner-plugins/rpc v1.0.1
- github.com/spiral/roadrunner-plugins/server v1.0.3
+ github.com/spiral/roadrunner-plugins/server v1.0.4
github.com/stretchr/testify v1.6.1
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
github.com/vbauerster/mpb/v5 v5.4.0
go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.16.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/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
+//replace github.com/spiral/roadrunner-plugins/server v1.0.3 => ../roadrunner-plugins/server