You've already forked go-linux-lowlevel-hw
mirror of
https://github.com/Dasharo/go-linux-lowlevel-hw.git
synced 2026-03-06 15:26:03 -08:00
14 lines
361 B
Modula-2
14 lines
361 B
Modula-2
module github.com/9elements/go-linux-lowlevel-hw
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
|
|
github.com/fearful-symmetry/gomsr v0.0.1
|
|
github.com/google/go-tpm v0.9.1
|
|
github.com/intel-go/cpuid v0.0.0-20200819041909-2aa72927c3e2
|
|
github.com/klauspost/cpuid/v2 v2.0.9
|
|
)
|
|
|
|
require golang.org/x/sys v0.8.0 // indirect
|