e6.1.0 Added precedence modification and tests.

This commit is contained in:
2025-09-01 16:10:21 -04:00
parent 112426b43f
commit 406df7e8b7
3 changed files with 335 additions and 1 deletions

2
go.mod
View File

@ -6,12 +6,12 @@ require (
github.com/BurntSushi/toml v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0