v0.1.3 added unknown cli flag handling, dependency update

This commit is contained in:
2026-07-12 13:22:28 -04:00
parent f4a19aa72a
commit f53c004155
4 changed files with 29 additions and 8 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
)