Use gopsutil fork with backported disk lvm fix (#6389)

This commit is contained in:
Daniel Nelson
2019-09-16 16:41:28 -07:00
committed by GitHub
parent 0c5b0f959b
commit 8f30b43443
2 changed files with 7 additions and 4 deletions
Generated
+4 -3
View File
@@ -1056,7 +1056,8 @@
version = "v1.2.0"
[[projects]]
digest = "1:2226ffdae873216a5bc8a0bab7a51ac670b27a4aed852007d77600f809aa04e3"
branch = "telegraf-1.12"
digest = "1:a5b3fc2db56d9daf3e4a5227e880de829a2293555b48c67b755a2189511131fc"
name = "github.com/shirou/gopsutil"
packages = [
"cpu",
@@ -1069,8 +1070,8 @@
"process",
]
pruneopts = ""
revision = "d80c43f9c984a48783daf22f4bd9278006ae483a"
version = "v2.19.7"
revision = "ccd53e20fd30e332edc9f5833183440690efaf57"
source = "https://github.com/influxdata/gopsutil.git"
[[projects]]
branch = "master"
+3 -1
View File
@@ -144,7 +144,9 @@
[[constraint]]
name = "github.com/shirou/gopsutil"
version = "2.18.12"
# version = "2.18.12"
branch = "telegraf-1.12"
source = "https://github.com/influxdata/gopsutil.git"
[[constraint]]
name = "github.com/Shopify/sarama"