summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-10 17:12:11 +0300
committerValery Piashchynski <[email protected]>2020-02-10 17:12:11 +0300
commit04f8180bae119d0aa9be53db52165d3391a58efa (patch)
treec556ac35977a4bd2e80a4b28be46cca264ff96a3 /go.mod
parent02be3eec1d8323a16031e86c1ddcc5c52c440176 (diff)
Update go.mod/go.sum
New Register method
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod37
1 files changed, 15 insertions, 22 deletions
diff --git a/go.mod b/go.mod
index 193bd394..57ffd209 100644
--- a/go.mod
+++ b/go.mod
@@ -1,31 +1,24 @@
module github.com/spiral/roadrunner
+go 1.13
+
require (
- github.com/BurntSushi/toml v0.3.1 // indirect
github.com/NYTimes/gziphandler v1.1.1
- github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
+ 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/go-ole/go-ole v1.2.4 // indirect
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
- github.com/kr/pretty v0.1.0 // indirect
- github.com/mattn/go-colorable v0.1.1 // indirect
- github.com/mattn/go-runewidth v0.0.4 // indirect
+ github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
- github.com/olekukonko/tablewriter v0.0.1
- github.com/pkg/errors v0.8.1
- github.com/prometheus/client_golang v1.0.0
- github.com/shirou/gopsutil v2.17.12+incompatible
- github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
- github.com/sirupsen/logrus v1.3.0
- github.com/spf13/cobra v0.0.3
- github.com/spf13/viper v1.3.1
- github.com/spiral/goridge v2.1.3+incompatible
- github.com/stretchr/testify v1.3.0
- github.com/yookoala/gofast v0.3.0
- golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
- golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52 // indirect
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ github.com/olekukonko/tablewriter v0.0.4
+ github.com/pkg/errors v0.9.1
+ github.com/prometheus/client_golang v1.4.1
+ github.com/shirou/gopsutil v2.20.1+incompatible
+ github.com/sirupsen/logrus v1.4.2
+ github.com/spf13/cobra v0.0.5
+ github.com/spf13/viper v1.6.2
+ github.com/spiral/goridge v2.1.4+incompatible
+ github.com/stretchr/testify v1.4.0
+ github.com/yookoala/gofast v0.4.0
+ golang.org/x/net v0.0.0-20200202094626-16171245cfb2
)
-
-go 1.13