v0.1.3 added unknown cli flag handling, dependency update
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user