Updated by running go get -u && go mod tidy && go mod vendor. As a nice side effect this will get rid of the indirect dependency github.com/shirou/w32 which is no longer needed by github.com/shirou/gopsutil
It's superseded by the standard os package in go 1.8+
This reverts commit 28cfbaf001.
28cfbaf001