forked from shirou/gopsutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
13 lines (11 loc) · 374 Bytes
/
Copy pathgo.mod
File metadata and controls
13 lines (11 loc) · 374 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/shirou/gopsutil
go 1.12
require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
github.com/davecgh/go-spew v1.1.1
github.com/go-ole/go-ole v1.2.1
github.com/pmezard/go-difflib v1.0.0
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
github.com/stretchr/testify v1.2.2
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
)