checking in before refactoring interpolation

This commit is contained in:
brent saner
2024-04-11 12:46:13 -04:00
parent 187ad868db
commit eed9c34ebf
17 changed files with 2014 additions and 48 deletions

7
go.mod
View File

@@ -2,7 +2,12 @@ module r00t2.io/sysutils
go 1.21
require github.com/g0rbe/go-chattr v1.0.1
require (
github.com/davecgh/go-spew v1.1.1
github.com/g0rbe/go-chattr v1.0.1
golang.org/x/sys v0.19.0
r00t2.io/goutils v1.4.0
)
// 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