diff options
author | Valery Piashchynski <[email protected]> | 2020-12-08 18:32:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-08 18:32:28 +0300 |
commit | af1976961206099d5887be5f7ae1a465aa695f8e (patch) | |
tree | 956c634ad10cede0ab145ceb713c7bab663a7481 /go.mod | |
parent | df31ff9cb4cc4bd696a63163c8b4c2661fc28a8d (diff) |
Merge changes
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,10 +12,13 @@ require ( github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.8.0 github.com/shirou/gopsutil v3.20.11+incompatible + github.com/sirupsen/logrus v1.6.0 + github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.1 github.com/spiral/endure v1.0.0-beta20 github.com/spiral/errors v1.0.5 github.com/spiral/goridge/v2 v2.4.6 + github.com/spiral/roadrunner v1.9.0 github.com/stretchr/testify v1.6.1 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.4.0 |