⬆️ 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

View file

@ -10,7 +10,7 @@ import (
"codeberg.org/danjones000/my-log/tools"
"github.com/BurntSushi/toml"
"github.com/caarlos0/env/v10"
mapst "github.com/mitchellh/mapstructure"
mapst "github.com/go-viper/mapstructure/v2"
)
var ConfigPath string