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
Run go mod tidy && go mod vendor to clean up vendored modules. This will drop any unused (sub-)package from the vendor directory.
This reverts commit 28cfbaf001.
28cfbaf001