Matt Keeler
|
a6a1a0e3d6
|
Update mapstructure to v1.3.3 (#8361)
This was done in preparation for another PR where I was running into https://github.com/mitchellh/mapstructure/issues/202 and implemented a fix for the library.
|
2020-07-22 15:13:21 -04:00 |
Matt Keeler
|
8c545b5206
|
Update mapstructure to v1.2.3
This release contains a fix to prevent duplicate keys in the Metadata after decoding where the output value contains pointer fields.
|
2020-04-28 09:33:16 -04:00 |
Jeff Mitchell
|
28c84845bf
|
Update vendoring from go mod. (#5566)
|
2019-03-26 17:50:42 -04:00 |
Mitchell Hashimoto
|
3237047e72
|
vendor: update mapstructure to v1.1.0
We require this change to support struct to struct decoding.
|
2018-09-30 19:15:40 -07:00 |
Frank Schroeder
|
d461decb72
|
vendor: update github.com/mitchellh/mapstructure to replace monkey patch
|
2017-10-17 20:43:11 +02:00 |
Frank Schroeder
|
48ebc241bb
|
Monkey patch mitchellh/mapstructure with code from https://github.com/mitchellh/mapstructure/pull/101
|
2017-09-26 12:42:49 +02:00 |
James Phillips
|
5ad5fe42d4
|
Updates mitchellh/copystructure, mitchellh/mapstructure, and mitchellh/reflectwalk.
|
2016-08-09 17:34:07 -07:00 |
Sean Chittenden
|
25b09713b9
|
Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.
Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
|
2016-02-12 16:50:37 -08:00 |