2021-02-24 00:48:41 -05:00
|
|
|
module r00t2.io/sysutils
|
|
|
|
|
2024-01-26 09:54:46 -05:00
|
|
|
go 1.21
|
|
|
|
|
2024-04-11 12:46:13 -04:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
github.com/g0rbe/go-chattr v1.0.1
|
2024-06-21 17:18:19 -04:00
|
|
|
github.com/go-playground/validator/v10 v10.22.0
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2024-04-11 12:46:13 -04:00
|
|
|
golang.org/x/sys v0.19.0
|
2024-06-21 17:18:19 -04:00
|
|
|
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
|
2024-06-17 04:33:30 -04:00
|
|
|
r00t2.io/goutils v1.6.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-06-21 17:18:19 -04:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
|
|
golang.org/x/net v0.21.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-04-11 12:46:13 -04:00
|
|
|
)
|
2024-01-26 09:54:46 -05:00
|
|
|
|
|
|
|
// 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
|