22 lines
703 B
Modula-2
22 lines
703 B
Modula-2
module stormfetch
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/jackmordaunt/ghw v1.0.4 // indirect
|
|
github.com/jackmordaunt/pcidb v1.0.1 // indirect
|
|
github.com/jackmordaunt/wmi v1.2.4 // indirect
|
|
github.com/jaypipes/ghw v0.12.0 // indirect
|
|
github.com/jaypipes/pcidb v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|