-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
24 lines (20 loc) · 811 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
module github.com/bakks/poptop
go 1.19
require (
github.com/alecthomas/kong v0.6.1
github.com/mum4k/termdash v0.17.0
github.com/shirou/gopsutil/v3 v3.22.8
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
)
replace github.com/mum4k/termdash => github.com/bakks/termdash v0.17.0-forked-2