Update module file

This commit is contained in:
Babak Farrokhi 2019-05-07 11:50:59 +02:00
parent 1f9f3aa64a
commit 4248f84f7e
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

5
go.mod
View File

@ -1,8 +1,11 @@
module goprocstat module goprocstat
require ( require (
github.com/cockroachdb/apd v1.1.0 github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/shirou/gopsutil v2.18.12+incompatible github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20190506115046-ca7f33d4116e // indirect golang.org/x/sys v0.0.0-20190506115046-ca7f33d4116e // indirect
) )