This commit is contained in:
2025-08-04 11:03:25 +03:00
commit b1bde827de
20 changed files with 3579 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.benadis.ru/gitops/benadis-rac
go 1.24.5
require gopkg.in/yaml.v3 v3.0.1