-
Notifications
You must be signed in to change notification settings - Fork 51
/
go.mod
25 lines (23 loc) · 943 Bytes
/
go.mod
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
module github.com/pesos/grofer
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/cjbassi/gotop v0.0.0-20200829004927-65d76af83079
github.com/containerd/containerd v1.5.9 // indirect
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/mattn/go-runewidth v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/tklauser/go-sysconf v0.3.9 // indirect
golang.org/x/net v0.0.0-20210924151903-3ad01bbaa167 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v2 v2.4.0
)