mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
10df6abaad
Updated by running go get -u && go mod tidy && go mod vendor. As a nice side effect this will get rid of the indirect dependency github.com/shirou/w32 which is no longer needed by github.com/shirou/gopsutil
15 lines
456 B
Modula-2
15 lines
456 B
Modula-2
module github.com/google/gops
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
|
github.com/shirou/gopsutil v2.20.4+incompatible
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/xlab/treeprint v1.0.0
|
|
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
|
|
rsc.io/goversion v1.2.0
|
|
)
|