pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

Update gopsutil to v3.21.8 #138

Closed Samyak2 closed 3 years ago

Samyak2 commented 3 years ago

Description

Updated gopsutil from v2.20.6 which is over an year old.

Used the following commands to update:

go get -u github.com/shirou/gopsutil
go mod tidy

grofer and grofer proc seem to work as intended. Needs more testing on other systems since this is a core dependency.

Type of change

Checklist:

Gituser143 commented 3 years ago

@Samyak2 is there anything else you'd like to add to this?

Samyak2 commented 3 years ago

@Samyak2 is there anything else you'd like to add to this?

I tested it out a bit, grofer and grofer proc seem to work as intended. I think this is good to go!

Sorry for the late reply