common/helpers: switch to a blessed fork of mapstructure

This commit is contained in:
Vincent Bernat
2025-02-15 14:25:43 +01:00
parent 415ca6659c
commit e08331a286
16 changed files with 20 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ import (
"strings"
"github.com/gin-gonic/gin"
"github.com/mitchellh/mapstructure"
"github.com/go-viper/mapstructure/v2"
)
var mapstructureUnmarshallerHookFuncs = []mapstructure.DecodeHookFunc{}