forked from pingcap/sysutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 673 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/pingcap/sysutil
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/pingcap/check v0.0.0-20191107115940-caf2b9e6ccf4
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011 // indirect
github.com/pingcap/failpoint v0.0.0-20191029060244-12f4ac2fd11d // indirect
github.com/pingcap/kvproto v0.0.0-20191211054548-3c6b38ea5107
github.com/shirou/gopsutil v2.19.10+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
google.golang.org/grpc v1.25.1
)