fixes the one breaking change

This commit is contained in:
kim 2025-03-26 11:18:48 +00:00
commit 68dbe05903

View file

@ -21,7 +21,7 @@ import (
"strings"
"sync"
"github.com/mitchellh/mapstructure"
"github.com/go-viper/mapstructure/v2"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)