Reverting to mapstructure v1.0.0 due to issue with validator.v9 on empty slices

This commit is contained in:
gbunt 2019-08-31 14:51:53 +00:00
parent b6f8cd85a4
commit efcc8aa25b

2
go.mod
View file

@ -19,7 +19,7 @@ require (
github.com/hashicorp/hcl v1.0.0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/magiconair/properties v1.8.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/mapstructure v1.0.0
github.com/pelletier/go-toml v1.2.0
github.com/prometheus/client_golang v0.9.3 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect