added Len*, Segment*, Strip* functions to paths

This commit is contained in:
2025-07-31 02:25:23 -04:00
parent 431974283a
commit 768ccdaa65
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -6,9 +6,9 @@ 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.5
golang.org/x/sync v0.15.0
golang.org/x/sys v0.33.0
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.8.1
)