e5.0.0 Tests added, bug fixes.

This commit is contained in:
2025-07-19 19:05:17 -04:00
parent 5a58db6108
commit e9b55063ff
19 changed files with 2143 additions and 339 deletions

5
go.mod
View File

@ -1,9 +1,10 @@
module github.com/lixenwraith/config
module config
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
)
@ -13,3 +14,5 @@ require (
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