add config file parser

This commit is contained in:
2025-09-06 23:39:10 +04:00
parent c3292dee5f
commit 5cc13cfe7e
15 changed files with 1517 additions and 90 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/jedib0t/go-pretty/v6 v6.6.8
github.com/k0kubun/pp/v3 v3.5.0
github.com/stretchr/testify v1.10.0
go.yaml.in/yaml/v4 v4.0.0-rc.2
)
require (