From efcc8aa25b596c01bf6ffe964a1656c9fe08c6ff Mon Sep 17 00:00:00 2001 From: gbunt Date: Sat, 31 Aug 2019 14:51:53 +0000 Subject: [PATCH] Reverting to mapstructure v1.0.0 due to issue with validator.v9 on empty slices --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7fc5b2d..36fb7f0 100644 --- a/go.mod +++ b/go.mod @@ -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