2019-12-02 09:57:14 -05:00
|
|
|
module github.com/p14yground/nezha
|
2019-11-08 23:05:53 -05:00
|
|
|
|
|
|
|
go 1.13
|
2019-12-02 09:57:14 -05:00
|
|
|
|
|
|
|
require (
|
2019-12-05 10:42:20 -05:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.2
|
2019-12-02 09:57:14 -05:00
|
|
|
github.com/shirou/gopsutil v2.19.11+incompatible
|
2019-12-05 10:42:20 -05:00
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
2019-12-02 09:57:14 -05:00
|
|
|
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
2019-12-05 09:36:58 -05:00
|
|
|
google.golang.org/grpc v1.25.1
|
2019-12-02 09:57:14 -05:00
|
|
|
)
|