go_sysutils/go.mod
brent saner 2d5c0865c7
v1.8.1
ADDED:
* A way to actually use Auger externally. lel.
2024-10-29 11:57:19 -04:00

17 lines
477 B
Modula-2

module r00t2.io/sysutils/v2
go 1.23.2
require (
github.com/davecgh/go-spew v1.1.1
github.com/g0rbe/go-chattr v1.0.1
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
golang.org/x/sys v0.19.0
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
r00t2.io/goutils v1.6.0
r00t2.io/sysutils v1.7.1
)
// Pending https://github.com/g0rbe/go-chattr/pull/3
replace github.com/g0rbe/go-chattr => github.com/johnnybubonic/go-chattr v0.0.0-20240126141003-459f46177b13