
ADD: * `iox` subpackage FIX: * `logging` now has a way to return logWritier directly * added significant `io.*` interface compat to logWriter -- allowing a `logging.Logger` to essentially be used for a large amount of io interaction in other libraries.
16 lines
272 B
Modula-2
16 lines
272 B
Modula-2
module r00t2.io/goutils
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/google/uuid v1.6.0
|
|
golang.org/x/sys v0.34.0
|
|
r00t2.io/sysutils v1.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
)
|