UPDATED:
* Dep/go ver bumps
* gated some WIP stuff
This commit is contained in:
brent saner
2025-12-18 04:54:11 -05:00
parent 803be548cf
commit 1130fb028d
24 changed files with 112 additions and 30 deletions

14
go.mod
View File

@@ -1,17 +1,17 @@
module r00t2.io/sysutils
go 1.24.5
go 1.25
require (
github.com/davecgh/go-spew v1.1.1
github.com/djherbis/times v1.6.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/shirou/gopsutil/v3 v3.24.5
github.com/shirou/gopsutil/v4 v4.25.10
golang.org/x/sync v0.17.0
golang.org/x/sys v0.37.0
github.com/shirou/gopsutil/v4 v4.25.11
golang.org/x/sync v0.19.0
golang.org/x/sys v0.39.0
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
r00t2.io/goutils v1.10.3
r00t2.io/goutils v1.14.0
)
require (
@@ -20,7 +20,7 @@ require (
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shoenig/go-m1cpu v0.1.7 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // 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
)