summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-18 18:50:49 +0300
committerValery Piashchynski <[email protected]>2020-11-18 18:50:49 +0300
commite9595a5c133ff02b765c0b59913593e7f91bc4e7 (patch)
tree136003367d409bd1e04d7a313e1cc6e15496a7c4 /go.mod
parent8fab090abc369237d5f9be2ee676005b24c2a470 (diff)
Update static_pool_test, add pause for getting workers
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e0d0305b..0cbbfc70 100755
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,12 @@ module github.com/spiral/roadrunner/v2
go 1.15
require (
- github.com/cenkalti/backoff/v4 v4.1.0
github.com/fatih/color v1.10.0
github.com/hashicorp/go-multierror v1.0.0
github.com/json-iterator/go v1.1.10
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/shirou/gopsutil v3.20.10+incompatible
- github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/spiral/endure v1.0.0-beta19
github.com/spiral/errors v1.0.4