v1.8.1
ADDED: * A way to actually use Auger externally. lel.
This commit is contained in:
19
go.mod
19
go.mod
@@ -1,26 +1,15 @@
|
||||
module r00t2.io/sysutils/v2
|
||||
module r00t2.io/sysutils
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/Luzifer/go-dhparam v1.2.0
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/g0rbe/go-chattr v1.0.1
|
||||
github.com/go-playground/validator/v10 v10.22.0
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
||||
golang.org/x/sys v0.19.0
|
||||
golang.org/x/sys v0.26.0
|
||||
honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
|
||||
r00t2.io/goutils v1.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
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
|
||||
r00t2.io/goutils v1.7.0
|
||||
r00t2.io/sysutils v1.8.1
|
||||
)
|
||||
|
||||
// Pending https://github.com/g0rbe/go-chattr/pull/3
|
||||
|
||||
Reference in New Issue
Block a user