xxxserxxx / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
Other
2.69k stars 138 forks source link

Update gopsutil #234

Closed viraptor closed 1 year ago

viraptor commented 1 year ago

This is required for clean darwin compilation. Older versions fail with:

../go/pkg/mod/github.com/shirou/gopsutil@v3.20.12+incompatible/cpu/cpu_darwin_cgo.go:13:5: error: 'TARGET_OS_MAC' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
    ^
1 error generated.
xxxserxxx commented 1 year ago

Thanks for the PR.

dotlambda commented 1 year ago

@xxxserxxx This PR was not properly merged. The merge commit contains no changes.