@@ -38,6 +38,7 @@ require (
3838 github.com/fzipp/gocyclo v0.6.0
3939 github.com/ghostiam/protogetter v0.3.4
4040 github.com/go-critic/go-critic v0.11.0
41+ github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1
4142 github.com/go-xmlfmt/xmlfmt v1.1.2
4243 github.com/gofrs/flock v0.8.1
4344 github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
@@ -77,7 +78,6 @@ require (
7778 github.com/mgechev/revive v1.3.6
7879 github.com/mitchellh/go-homedir v1.1.0
7980 github.com/mitchellh/go-ps v1.0.0
80- github.com/mitchellh/mapstructure v1.5.0
8181 github.com/moricho/tparallel v0.3.1
8282 github.com/nakabonne/nestif v0.3.1
8383 github.com/nishanths/exhaustive v0.12.0
@@ -162,6 +162,7 @@ require (
162162 github.com/mattn/go-isatty v0.0.20 // indirect
163163 github.com/mattn/go-runewidth v0.0.9 // indirect
164164 github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
165+ github.com/mitchellh/mapstructure v1.5.0 // indirect
165166 github.com/olekukonko/tablewriter v0.0.5 // indirect
166167 github.com/pelletier/go-toml v1.9.5 // indirect
167168 github.com/pelletier/go-toml/v2 v2.0.5 // indirect
0 commit comments