jaypipes / ghw

Go HardWare discovery/inspection library
Apache License 2.0
1.62k stars 174 forks source link

change library to github.com/yusufpapurcu/wmi #355

Open graf0 opened 8 months ago

graf0 commented 8 months ago

Hi,

you use github.com/StackExchange/wmi - which is no longer maintained. It was replaced by https://github.com/yusufpapurcu/wmi

Bye

jaypipes commented 7 months ago

@graf0 thanks for letting me know. Yeah, I've been aware that StackExchange/wmi library was no longer maintained and that was a concern for me. I'll look into the fork you linked and see if we can change.

graf0 commented 7 months ago

in my experience it's drop-in replacement - only thing needs to be done is go.mod + imports change