v1.21.0
Features
- Support for
pflag.BoolSlice,pflag.UintSlice, andpflag.Float64Sliceflag types - Switch to maintained YAML library (replaces previous implementation)
Fixes
- Config type now correctly determined from
v.configTypeor config file extension - Fixed config type validation when loading any config format
Dependency Updates
- spf13/cast 1.7.1 → 1.9.2
- go-vip...