fix(mapstructure): consolidate the dependencies BE-12695 (#2019)

This commit is contained in:
andres-portainer
2026-03-10 14:48:37 -03:00
committed by GitHub
parent 5de0cc199c
commit 44be39a9a4

View File

@@ -58,6 +58,8 @@ linters:
desc: use go.yaml.in/yaml/v3 instead
- pkg: gopkg.in/yaml.v3
desc: use go.yaml.in/yaml/v3 instead
- pkg: github.com/mitchellh/mapstructure
desc: use github.com/go-viper/mapstructure/v2 instead
- pkg: gopkg.in/alecthomas/kingpin.v2
desc: use github.com/alecthomas/kingpin/v2 instead
- pkg: github.com/jcmturner/gokrb5$