Use gopsutil 2.18.12 (#5288)

This commit is contained in:
Daniel Nelson 2019-01-15 11:47:06 -08:00 committed by GitHub
parent dcc4389a2a
commit 42184fd1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View File

@ -961,7 +961,7 @@
version = "v1.2.0" version = "v1.2.0"
[[projects]] [[projects]]
digest = "1:02715a2fb4b9279af36651a59a51dd4164eb689bd6785874811899f43eeb2a54" digest = "1:02135a4151567d48ebff6cf36f73b5d8dee566855df84ffd96111d5225848bb7"
name = "github.com/shirou/gopsutil" name = "github.com/shirou/gopsutil"
packages = [ packages = [
"cpu", "cpu",
@ -974,8 +974,8 @@
"process", "process",
] ]
pruneopts = "" pruneopts = ""
revision = "8048a2e9c5773235122027dd585cf821b2af1249" revision = "ccc1c1016bc5d10e803189ee43417c50cdde7f1b"
version = "v2.18.07" version = "v2.18.12"
[[projects]] [[projects]]
branch = "master" branch = "master"

View File

@ -148,7 +148,7 @@
[[constraint]] [[constraint]]
name = "github.com/shirou/gopsutil" name = "github.com/shirou/gopsutil"
version = "2.18.07" version = "2.18.12"
[[constraint]] [[constraint]]
name = "github.com/Shopify/sarama" name = "github.com/Shopify/sarama"