-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 763 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/sysinner/hostbench
go 1.25.0
require (
github.com/alexeyco/simpletable v1.0.0
github.com/hooto/hflag4g v0.10.1
github.com/hooto/htoml4g v0.9.5
github.com/shirou/gopsutil/v4 v4.26.2
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
github.com/mattn/go-runewidth v0.0.21 // 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.42.0 // indirect
)