v0.1.0 Release

This commit is contained in:
2025-11-08 07:16:48 -05:00
parent a66b684330
commit 00193cf096
38 changed files with 1167 additions and 802 deletions

6
go.mod
View File

@ -1,10 +1,10 @@
module github.com/lixenwraith/config
go 1.25.1
go 1.25.4
require (
github.com/BurntSushi/toml v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/go-viper/mapstructure/v2 v2.4.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
)
@ -13,5 +13,3 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)
replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0