diff options
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,16 +3,19 @@ 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 github.com/spiral/goridge/v2 v2.4.6 + github.com/spiral/roadrunner v1.8.4 github.com/stretchr/testify v1.6.1 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a go.uber.org/multierr v1.6.0 |