ing
This commit is contained in:
parent
972f9ca4fb
commit
82a3ff7f48
20
Gopkg.lock
generated
20
Gopkg.lock
generated
|
@ -58,10 +58,7 @@
|
||||||
"net",
|
"net",
|
||||||
"net/gateway",
|
"net/gateway",
|
||||||
"reflect",
|
"reflect",
|
||||||
"service",
|
"service"
|
||||||
"time/scheduler",
|
|
||||||
"time/scheduler/storage",
|
|
||||||
"time/scheduler/task"
|
|
||||||
]
|
]
|
||||||
revision = "dd4f956c587b1947f84ad5eebd64722b3d6c5224"
|
revision = "dd4f956c587b1947f84ad5eebd64722b3d6c5224"
|
||||||
|
|
||||||
|
@ -87,7 +84,7 @@
|
||||||
"model/sensorconfig",
|
"model/sensorconfig",
|
||||||
"service/probe"
|
"service/probe"
|
||||||
]
|
]
|
||||||
revision = "e2c0324eb632822050f3d0379ddd1a13c2aac2b1"
|
revision = "7b089c913a281a3286b3c72456e3aab67f402720"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/BurntSushi/toml"
|
name = "github.com/BurntSushi/toml"
|
||||||
|
@ -136,12 +133,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 = "1c49dd8c6f1ec1a36ff6e98cc6ddda727a800219"
|
revision = "1c49dd8c6f1ec1a36ff6e98cc6ddda727a800219"
|
||||||
|
|
||||||
|
[[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 = [
|
||||||
|
@ -183,7 +189,7 @@
|
||||||
"unix",
|
"unix",
|
||||||
"windows"
|
"windows"
|
||||||
]
|
]
|
||||||
revision = "7138fd3d9dc8335c567ca206f4333fb75eb05d56"
|
revision = "151529c776cdc58ddbe7963ba9af779f3577b419"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "gopkg.in/yaml.v2"
|
name = "gopkg.in/yaml.v2"
|
||||||
|
@ -194,6 +200,6 @@
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "a134c0730d83a74067632684886e73f83e6339f63cbac5b4a8785cbe33579b20"
|
inputs-digest = "883e1370113299e7e3e47ce3aef06c5f395090c118e136ece3e3edde09d03af8"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user