2019-01-25 20:45:53 +02:00
|
|
|
module github.com/google/gops
|
|
|
|
|
2022-05-30 12:03:16 +02:00
|
|
|
go 1.13
|
2019-01-25 20:45:53 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-08 18:39:01 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6-0.20210915003542-8b1f7f90f6b1 // indirect
|
2020-05-18 19:30:29 +02:00
|
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
2021-10-08 18:39:01 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.9
|
2021-06-30 17:45:55 +02:00
|
|
|
github.com/xlab/treeprint v1.1.0
|
2021-09-03 09:40:18 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b
|
2020-05-18 19:30:29 +02:00
|
|
|
rsc.io/goversion v1.2.0
|
2019-01-25 20:45:53 +02:00
|
|
|
)
|