Files
scrutiny/vendor/github.com/jaypipes/ghw/go.mod
T
2020-08-21 06:31:48 +00:00

17 lines
479 B
Modula-2

module github.com/jaypipes/ghw
go 1.12
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/ghodss/yaml v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jaypipes/pcidb v0.5.0
github.com/pkg/errors v0.8.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb
)