diff options
author | Valery Piashchynski <[email protected]> | 2020-11-18 18:50:49 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-18 18:50:49 +0300 |
commit | e9595a5c133ff02b765c0b59913593e7f91bc4e7 (patch) | |
tree | 136003367d409bd1e04d7a313e1cc6e15496a7c4 /go.mod | |
parent | 8fab090abc369237d5f9be2ee676005b24c2a470 (diff) |
Update static_pool_test, add pause for getting workers
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |