summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-18 10:02:58 +0300
committerValery Piashchynski <[email protected]>2020-11-18 10:02:58 +0300
commita2ba8de5eb519f73044a9b1c66f087a5b65e3d45 (patch)
treedbcb1649a5ea8f7b50706ffc1cae775f1ef65b42 /go.mod
parent3cbdd3d3e44b3b4e72565d666391e3b732950774 (diff)
Add Reset
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 0cbbfc70..5cd5e540 100755
--- a/go.mod
+++ b/go.mod
@@ -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