diff options
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 |