v1.14.0
ADD: * `paths.Len()` * `paths.LenSys()` * `paths.Segment()` * `paths.SegmentSys()` * `paths.Strip()` * `paths.StripSys()` FIX: * Naming conflics between `<stdlib>/path` and the `path` parameters
This commit is contained in:
8
go.mod
8
go.mod
@@ -6,11 +6,11 @@ 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
|
||||
r00t2.io/goutils v1.9.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
Reference in New Issue
Block a user