
ADD: * `paths.Len()` * `paths.LenSys()` * `paths.Segment()` * `paths.SegmentSys()` * `paths.Strip()` * `paths.StripSys()` FIX: * Naming conflics between `<stdlib>/path` and the `path` parameters
25 lines
764 B
Modula-2
25 lines
764 B
Modula-2
module r00t2.io/sysutils
|
|
|
|
go 1.23.2
|
|
|
|
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/v4 v4.25.6
|
|
golang.org/x/sync v0.16.0
|
|
golang.org/x/sys v0.34.0
|
|
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
|
|
r00t2.io/goutils v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
)
|