From e0193433ccc16b3dbe06f665b1a22456eeee471e Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Mon, 6 Jun 2022 16:25:16 -0700 Subject: [PATCH] downgrade mapstructure for breaking change --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8973e456..2726fad9 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/fatih/color v1.13.0 github.com/gorilla/mux v1.8.0 github.com/lucasjones/reggen v0.0.0-20180717132126-cdb49ff09d77 - github.com/mitchellh/mapstructure v1.5.0 + github.com/mitchellh/mapstructure v1.4.3 github.com/neilotoole/errgroup v0.1.6 github.com/segmentio/fasthash v1.0.3 github.com/stretchr/testify v1.7.0 diff --git a/go.sum b/go.sum index 118fbf04..f0e46584 100644 --- a/go.sum +++ b/go.sum @@ -308,6 +308,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= +github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/pointerstructure v1.2.0/go.mod h1:BRAsLI5zgXmw97Lf6s25bs8ohIXc3tViBH44KcwB2g4=