e5.1.0 Example added, improved builder, doc updated.

This commit is contained in:
2025-07-19 21:43:01 -04:00
parent e9b55063ff
commit 573eef8d78
6 changed files with 304 additions and 11 deletions

1
go.mod
View File

@ -4,7 +4,6 @@ go 1.24.5
require (
github.com/BurntSushi/toml v1.5.0
github.com/lixenwraith/config v0.0.0-20250719015120-e02ee494d440
github.com/mitchellh/mapstructure v1.5.0
github.com/stretchr/testify v1.10.0
)