@@ -38,6 +38,7 @@ require (
38
38
github.com/fzipp/gocyclo v0.6.0
39
39
github.com/ghostiam/protogetter v0.3.4
40
40
github.com/go-critic/go-critic v0.11.0
41
+ github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1
41
42
github.com/go-xmlfmt/xmlfmt v1.1.2
42
43
github.com/gofrs/flock v0.8.1
43
44
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
@@ -77,7 +78,6 @@ require (
77
78
github.com/mgechev/revive v1.3.6
78
79
github.com/mitchellh/go-homedir v1.1.0
79
80
github.com/mitchellh/go-ps v1.0.0
80
- github.com/mitchellh/mapstructure v1.5.0
81
81
github.com/moricho/tparallel v0.3.1
82
82
github.com/nakabonne/nestif v0.3.1
83
83
github.com/nishanths/exhaustive v0.12.0
@@ -162,6 +162,7 @@ require (
162
162
github.com/mattn/go-isatty v0.0.20 // indirect
163
163
github.com/mattn/go-runewidth v0.0.9 // indirect
164
164
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
165
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
165
166
github.com/olekukonko/tablewriter v0.0.5 // indirect
166
167
github.com/pelletier/go-toml v1.9.5 // indirect
167
168
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
0 commit comments