1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/go.mod

16 lines
568 B
Modula-2
Raw Normal View History

module github.com/google/gops
go 1.12
require (
2019-07-28 00:21:15 +02:00
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
2019-07-28 00:21:15 +02:00
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
2019-07-28 00:21:15 +02:00
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed // indirect
rsc.io/goversion v1.0.0
)