This commit is contained in:
crusader 2018-06-21 20:11:10 +09:00
parent c1ca54550d
commit e3d3ae3288

9
Gopkg.lock generated
View File

@ -141,12 +141,21 @@
branch = "master" branch = "master"
name = "github.com/shirou/gopsutil" name = "github.com/shirou/gopsutil"
packages = [ packages = [
"cpu",
"host", "host",
"internal/common", "internal/common",
"mem",
"net",
"process" "process"
] ]
revision = "b488b2747e2ee0b28e804ec1ea96c82edc5d9bb9" revision = "b488b2747e2ee0b28e804ec1ea96c82edc5d9bb9"
[[projects]]
branch = "master"
name = "github.com/shirou/w32"
packages = ["."]
revision = "bb4de0191aa41b5507caa14b0650cdbddcd9280b"
[[projects]] [[projects]]
name = "github.com/valyala/fasthttp" name = "github.com/valyala/fasthttp"
packages = [ packages = [