v0.1.3 added unknown cli flag handling, dependency update

This commit is contained in:
2026-07-18 17:42:35 -04:00
parent f4a19aa72a
commit 389121f7ad
5 changed files with 30 additions and 13 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
module github.com/lixenwraith/config
go 1.25.4
go 1.26.0
require (
github.com/BurntSushi/toml v1.5.0
github.com/go-viper/mapstructure/v2 v2.4.0
github.com/BurntSushi/toml v1.6.0
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
)