google/gops

gops depends on the now retracted github.com/shirou/gopsutil v3.22.11

siebenmann opened this issue · 1 comments

Gops depends on v3.22.11 of gopsutil after commit 9430031 from pull #189. However, a tag for this version is no longer present in https://github.com/shirou/gopsutil and the repository's go.mod currently marks this version as retracted (which was added in shirou/gopsutil@032376b, and see also shirou/gopsutil#1386). This appears to be potential bad timing; the dependabot pull may have been opened in a narrow window between the tag being published and the tag being removed and retracted.

(Some builds of gops will continue working because the default public Go module proxy has cached v3.22.11.)

Thanks for the report @siebenmann. This should be fixed by #192.