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

@@ -12,9 +12,9 @@ import (
"strings"
"github.com/gin-gonic/gin"
"github.com/go-viper/mapstructure/v2"
"github.com/kentik/patricia"
tree "github.com/kentik/patricia/generics_tree"
"github.com/mitchellh/mapstructure"
)
// SubnetMap maps subnets to values and allow to lookup by IP address.