eefe02afaf
ADDED: * fsutils: better/additional fsattrs functionality * paths: highly filterable filesystem searching
14 lines
311 B
Modula-2
14 lines
311 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
|
|
golang.org/x/sync v0.9.0
|
|
golang.org/x/sys v0.26.0
|
|
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
|
|
r00t2.io/goutils v1.7.1
|
|
)
|