You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When building go based project on macOS 12 with hashicorp/vault dependency.
GoPsUtil
github.com/shirou/gopsutil/host
smc_darwin.c:75:41: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:123:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here
Describe the solution you'd like
Upgrade github.com/shirou/gopsutil/host dependency
Is your feature request related to a problem? Please describe.
When building go based project on macOS 12 with hashicorp/vault dependency.
Describe the solution you'd like
Upgrade
github.com/shirou/gopsutil/host
dependencyvault/go.mod
Line 166 in 7e44557
Fixed by shirou/gopsutil#1191, updating package to v3 as recommended by shirou/gopsutil#1164
Describe alternatives you've considered
n/a
Explain any additional use-cases
n/a
Additional context
shirou/gopsutil#1191
shirou/gopsutil#1164
The text was updated successfully, but these errors were encountered: