github.com/jaypipes/ghw@v0.21.1/go.mod (about) 1 module github.com/jaypipes/ghw 2 3 go 1.21 4 5 require ( 6 github.com/jaypipes/pcidb v1.1.1 7 github.com/pkg/errors v0.9.1 8 github.com/spf13/cobra v1.9.1 9 github.com/yusufpapurcu/wmi v1.2.4 10 gopkg.in/yaml.v3 v3.0.1 11 howett.net/plist v1.0.2-0.20250314012144-ee69052608d9 12 ) 13 14 require ( 15 github.com/go-ole/go-ole v1.2.6 // indirect 16 github.com/inconshreveable/mousetrap v1.1.0 // indirect 17 github.com/spf13/pflag v1.0.6 // indirect 18 golang.org/x/sys v0.1.0 // indirect 19 )