summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4ffc57e6..ff9df702 100644
--- a/go.mod
+++ b/go.mod
@@ -4,19 +4,19 @@ go 1.13
require (
github.com/NYTimes/gziphandler v1.1.1
- github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
github.com/dustin/go-humanize v1.0.0
- github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/olekukonko/tablewriter v0.0.4
github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.4.1
+ github.com/prometheus/client_golang v1.5.0
github.com/shirou/gopsutil v2.20.1+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
github.com/spiral/goridge v2.1.4+incompatible
+ github.com/spiral/jobs v1.1.4 // indirect
+ github.com/spiral/jobs/v2 v2.1.2
github.com/stretchr/testify v1.5.1
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
github.com/yookoala/gofast v0.4.0