Value generator initial commit

This commit is contained in:
2025-05-30 10:40:20 +04:00
parent 924bd819ee
commit f248c2af96
5 changed files with 81 additions and 50 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.24.2
require (
github.com/jedib0t/go-pretty/v6 v6.6.7
github.com/valyala/fasthttp v1.62.0
github.com/brianvoe/gofakeit/v7 v7.2.1
gopkg.in/yaml.v3 v3.0.1
)