File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ require (
3434 gotest.tools v2.2.0+incompatible
3535)
3636
37+ require github.com/mitchellh/mapstructure v1.5.1-0.20230418172516-63cde0dfe248 // indirect
38+
3739require (
3840 dario.cat/mergo v1.0.1 // indirect
3941 github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
@@ -186,7 +188,6 @@ require (
186188 github.com/mitchellh/go-homedir v1.1.0 // indirect
187189 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
188190 github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
189- github.com/mitchellh/mapstructure v1.5.0 // indirect
190191 github.com/mitchellh/reflectwalk v1.0.2 // indirect
191192 github.com/moby/docker-image-spec v1.3.1 // indirect
192193 github.com/moby/locker v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -718,8 +718,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/z
718718github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
719719github.com/mitchellh/mapstructure v1.1.2 /go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y =
720720github.com/mitchellh/mapstructure v1.4.3 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
721- github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
722- github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
721+ github.com/mitchellh/mapstructure v1.5.1-0.20230418172516-63cde0dfe248 h1:VARjtM7u2VSIw0MKeMN9ERyfyLPeyXkKwIuc0V9zgoE =
722+ github.com/mitchellh/mapstructure v1.5.1-0.20230418172516-63cde0dfe248 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
723723github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ =
724724github.com/mitchellh/reflectwalk v1.0.2 /go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw =
725725github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
You can’t perform that action at this time.
0 commit comments