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

@@ -8,7 +8,7 @@ import (
"testing"
"github.com/gin-gonic/gin"
"github.com/mitchellh/mapstructure"
"github.com/go-viper/mapstructure/v2"
"akvorado/common/helpers/yaml"