Package: golang-github-minio-madmin-go / 3.0.88-1~bpo12+1

Metadata

Package Version Patches format
golang-github-minio-madmin-go 3.0.88-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Switch gopsutil from v3 to v4.patch | (download)

health-old.go | 13 7 + 6 - 0 !
health.go | 23 12 + 11 - 0 !
metrics.go | 4 2 + 2 - 0 !
3 files changed, 21 insertions(+), 19 deletions(-)

 switch gopsutil from v3 to v4

We need to update the gopsutil API usage from v3 to v4, so that we can
update the goputil version in Debian. This involves removing the hardcoded
v3 suffix, and updating the usage of sensors from hosts to the new sensors
module.