2019-01-25 20:45:53 +02:00
|
|
|
module github.com/google/gops
|
|
|
|
|
2024-05-03 18:41:47 +02:00
|
|
|
go 1.18
|
2019-01-25 20:45:53 +02:00
|
|
|
|
|
|
|
require (
|
2024-06-03 22:38:51 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
2023-11-06 22:26:33 +02:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2023-03-09 22:31:49 +02:00
|
|
|
github.com/xlab/treeprint v1.2.0
|
2024-05-06 22:59:57 +02:00
|
|
|
golang.org/x/sys v0.20.0
|
2020-05-18 19:30:29 +02:00
|
|
|
rsc.io/goversion v1.2.0
|
2019-01-25 20:45:53 +02:00
|
|
|
)
|
2022-12-07 10:11:23 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2023-04-06 23:01:38 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-12-07 10:11:23 +02:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2023-06-01 23:02:51 +02:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
2022-12-07 10:11:23 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-09-01 22:34:55 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
2024-03-01 22:24:15 +02:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2022-12-07 10:11:23 +02:00
|
|
|
)
|