go.mod: bump gopsutil version (#21275)
... | ... | @@ -50,7 +50,7 @@ require ( |
github.com/rjeczalik/notify v0.9.1 | ||
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00 | ||
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 // indirect | ||
github.com/shirou/gopsutil v2.20.5-0.20200531151128-663af789c085+incompatible | ||
github.com/shirou/gopsutil v2.20.5+incompatible | ||
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4 | ||
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 | ||
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect | ||
... | ... |
Please register or sign in to comment