⬆️ Upgrade mapstructure to maintained fork

This commit is contained in:
Dan Jones 2026-03-07 16:03:55 -06:00
commit c1bd35fe9e
3 changed files with 4 additions and 4 deletions

2
go.mod
View file

@ -5,9 +5,9 @@ go 1.26.0
require (
github.com/BurntSushi/toml v1.3.2
github.com/caarlos0/env/v10 v10.0.0
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/uuid v1.6.0
github.com/markusmobius/go-dateparser v1.2.3
github.com/mitchellh/mapstructure v1.5.0
github.com/nalgeon/be v0.3.0
github.com/spf13/cobra v1.8.0
)