API CHANGES:
* Technically should be a v2.x, but cryptparse has been moved to its own
  module: r00t2.io/cryptparse
This commit is contained in:
brent saner
2024-10-17 15:20:27 -04:00
parent 4cb0403e08
commit 236165bec8
11 changed files with 10 additions and 1518 deletions

5
go.mod
View File

@@ -1,8 +1,9 @@
module r00t2.io/sysutils
module r00t2.io/sysutils/v2
go 1.21
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