This commit is contained in:
crusader 2018-06-15 18:15:10 +09:00
parent a8fb0b328d
commit 5c79b397ea

17
Gopkg.lock generated
View File

@ -54,6 +54,7 @@
packages = [ packages = [
"context", "context",
"encoding/json", "encoding/json",
"net",
"net/gateway", "net/gateway",
"reflect", "reflect",
"service", "service",
@ -85,7 +86,7 @@
"model/sensorconfig", "model/sensorconfig",
"service/probe" "service/probe"
] ]
revision = "ab936be3035ee878cebd09e14d8e2f6baf56b670" revision = "fc4a5e60d0579e7ea1ba316551237143c72b9019"
[[projects]] [[projects]]
name = "github.com/BurntSushi/toml" name = "github.com/BurntSushi/toml"
@ -140,22 +141,12 @@
branch = "master" branch = "master"
name = "github.com/shirou/gopsutil" name = "github.com/shirou/gopsutil"
packages = [ packages = [
"cpu",
"disk",
"host", "host",
"internal/common", "internal/common",
"mem",
"net",
"process" "process"
] ]
revision = "c23bcca55e77b8389d84b09db8c5ac2b472070ef" revision = "c23bcca55e77b8389d84b09db8c5ac2b472070ef"
[[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 = [
@ -197,7 +188,7 @@
"unix", "unix",
"windows" "windows"
] ]
revision = "a9e25c09b96b8870693763211309e213c6ef299d" revision = "8883426083c04a2627e6e59d84d5f6fb63d16c91"
[[projects]] [[projects]]
name = "gopkg.in/yaml.v2" name = "gopkg.in/yaml.v2"
@ -208,6 +199,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "769d28026d17f8f235bacca2cecf1de3a4930d13e2e43abdc29928aaf220ab7d" inputs-digest = "92fe4d545852654ea83ba10ade4e3a06f2df9fddea268c256c5e706949ff268b"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1