mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
932d9779da
It's superseded by the standard os package in go 1.8+
16 lines
568 B
Modula-2
16 lines
568 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20170410192909-ea383cf3ba6e // indirect
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/keybase/go-ps v0.0.0-20161005175911-668c8856d999
|
|
github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/xlab/treeprint v0.0.0-20180616005107-d6fb6747feb6
|
|
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed // indirect
|
|
rsc.io/goversion v1.0.0
|
|
)
|