add declarative system management with config.yml (#70, #206)

This commit is contained in:
Henry Dollman
2024-10-22 18:46:52 -04:00
parent 539c0ccb1d
commit a975466fc7
5 changed files with 140 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ require (
github.com/spf13/cast v1.7.0
github.com/spf13/cobra v1.8.1
golang.org/x/crypto v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
require (