blob: c0470c750bcd9570de64d106ba0327ff8f02b8c2 (
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
|
module github.com/spiral/roadrunner
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f // indirect
github.com/buger/goterm v0.0.0-20180423150900-6d19e6a8df12
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc
github.com/pkg/errors v0.8.0
github.com/shirou/gopsutil v2.17.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.1
github.com/spiral/goridge v2.1.2+incompatible
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
)
|