From ec276f3a686f59562d1441deebd7d164217f16b7 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 11 May 2020 19:32:19 +0200 Subject: [PATCH] vendor: mitchellh/mapstructure v1.0.0 we were only one commit behind v1.0.0, so updating to that version; we can do a follow-up to update to the latest minor release (v1.3.0) full diff: https://github.com/mitchellh/mapstructure/compare/f15292f7a699fcc1a38a80977f80a046874ba8ac...v1.0.0 Signed-off-by: Sebastiaan van Stijn (cherry picked from commit cf543e1308698173e46bf8e46c5e280911ae7599) Signed-off-by: Sebastiaan van Stijn --- vendor.conf | 2 +- vendor/github.com/mitchellh/mapstructure/go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 vendor/github.com/mitchellh/mapstructure/go.mod diff --git a/vendor.conf b/vendor.conf index 00f92bde41..3e6811180f 100755 --- a/vendor.conf +++ b/vendor.conf @@ -52,7 +52,7 @@ github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644 github.com/Microsoft/go-winio 84b4ab48a50763fe7b3abcef38e5205c12027fac github.com/Microsoft/hcsshim 672e52e9209d1e53718c1b6a7d68cc9272654ab5 github.com/miekg/pkcs11 cb39313ec884f2cd77f4762875fe96aecf68f8e3 # v1.0.2 -github.com/mitchellh/mapstructure f15292f7a699fcc1a38a80977f80a046874ba8ac +github.com/mitchellh/mapstructure fa473d140ef3c6adf42d6b391fe76707f1f243c8 # v1.0.0 github.com/moby/buildkit ae10b292fefb00e0fbf9fecd1419c5f252e58895 github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 # 1.0.3 github.com/modern-go/reflect2 4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd # 1.0.1 diff --git a/vendor/github.com/mitchellh/mapstructure/go.mod b/vendor/github.com/mitchellh/mapstructure/go.mod new file mode 100644 index 0000000000..d2a7125620 --- /dev/null +++ b/vendor/github.com/mitchellh/mapstructure/go.mod @@ -0,0 +1 @@ +module github.com/mitchellh/mapstructure