summaryrefslogtreecommitdiff
path: root/go.mod
blob: 3b202f612fc8ebaed2c7bd06971f8b0f7e18fe82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/spiral/roadrunner

go 1.14

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/cenkalti/backoff/v4 v4.0.0
	github.com/dustin/go-humanize v1.0.0
	github.com/go-ole/go-ole v1.2.4 // indirect
	github.com/json-iterator/go v1.1.9
	github.com/mattn/go-colorable v0.1.6 // 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.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 v2.4.4
	github.com/stretchr/testify v1.4.0
	github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
	github.com/yookoala/gofast v0.4.0
	golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
)