add filesystem attr (on linux) support

This commit is contained in:
brent saner
2024-01-26 09:54:46 -05:00
parent 8254fd21a3
commit 187ad868db
7 changed files with 299 additions and 1 deletions

7
go.mod
View File

@@ -1,3 +1,8 @@
module r00t2.io/sysutils
go 1.16
go 1.21
require github.com/g0rbe/go-chattr v1.0.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