second
This commit is contained in:
26
go.mod
26
go.mod
@@ -1,7 +1,27 @@
|
||||
module github.com/example/bench-client
|
||||
|
||||
go 1.21
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.24.4
|
||||
|
||||
require (
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
github.com/anatol/smart.go v0.0.0-20241126061019-f03d79b340d2
|
||||
github.com/klauspost/cpuid v1.3.1
|
||||
github.com/mt-inside/go-lmsensors v0.0.3
|
||||
github.com/shirou/gopsutil/v4 v4.25.12
|
||||
github.com/u-root/u-root v0.15.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
replace github.com/openebs/node-disk-manager => github.com/openebs/node-disk-manager v1.9.0
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.9.1 // indirect
|
||||
github.com/go-ole/go-ole v1.2.6 // indirect
|
||||
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
||||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
||||
github.com/tklauser/go-sysconf v0.3.16 // indirect
|
||||
github.com/tklauser/numcpus v0.11.0 // indirect
|
||||
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user