config/apply: factorize here

This commit is contained in:
Mikaël Cluseau
2024-01-20 14:00:01 +01:00
parent 827fa62f58
commit 9d53113010
3 changed files with 107 additions and 5 deletions

4
go.mod
View File

@ -2,8 +2,10 @@ module novit.tech/direktil/pkg
require (
github.com/cavaliergopher/cpio v1.0.1
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.31.0
github.com/ulikunitz/xz v0.5.11
golang.org/x/crypto v0.16.0
golang.org/x/crypto v0.18.0
gopkg.in/yaml.v2 v2.4.0
novit.nc/direktil/pkg v0.0.0-20220221171542-fd3ce3a1491b
)