This commit is contained in:
geek 2018-07-05 16:05:39 +09:00
parent 972f9ca4fb
commit 82a3ff7f48
2 changed files with 13 additions and 7 deletions

20
Gopkg.lock generated
View File

@ -58,10 +58,7 @@
"net",
"net/gateway",
"reflect",
"service",
"time/scheduler",
"time/scheduler/storage",
"time/scheduler/task"
"service"
]
revision = "dd4f956c587b1947f84ad5eebd64722b3d6c5224"
@ -87,7 +84,7 @@
"model/sensorconfig",
"service/probe"
]
revision = "e2c0324eb632822050f3d0379ddd1a13c2aac2b1"
revision = "7b089c913a281a3286b3c72456e3aab67f402720"
[[projects]]
name = "github.com/BurntSushi/toml"
@ -136,12 +133,21 @@
branch = "master"
name = "github.com/shirou/gopsutil"
packages = [
"cpu",
"host",
"internal/common",
"mem",
"net",
"process"
]
revision = "1c49dd8c6f1ec1a36ff6e98cc6ddda727a800219"
[[projects]]
branch = "master"
name = "github.com/shirou/w32"
packages = ["."]
revision = "bb4de0191aa41b5507caa14b0650cdbddcd9280b"
[[projects]]
name = "github.com/valyala/fasthttp"
packages = [
@ -183,7 +189,7 @@
"unix",
"windows"
]
revision = "7138fd3d9dc8335c567ca206f4333fb75eb05d56"
revision = "151529c776cdc58ddbe7963ba9af779f3577b419"
[[projects]]
name = "gopkg.in/yaml.v2"
@ -194,6 +200,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "a134c0730d83a74067632684886e73f83e6339f63cbac5b4a8785cbe33579b20"
inputs-digest = "883e1370113299e7e3e47ce3aef06c5f395090c118e136ece3e3edde09d03af8"
solver-name = "gps-cdcl"
solver-version = 1

Binary file not shown.