mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
eebecad9f8
The keybase's fork of go-ps seems abandoned, and gopsutil is already introduced with same functionalities.
12 lines
235 B
Modula-2
12 lines
235 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/shirou/gopsutil/v3 v3.22.10
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/xlab/treeprint v1.1.0
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
rsc.io/goversion v1.2.0
|
|
)
|