mirror of
https://github.com/moby/moby.git
synced 2026-07-10 08:39:25 +00:00
updating to the latest v0.5.x patch release: full diff: https://github.com/hashicorp/go-msgpack/compare/v0.5.3...v0.5.5 - Fix an issue where struct pointer fields tagged with omitempty will be omitted if referenced value is empty, so a field of type *bool, then field would be omitted pointer is nil or &false. - Fixed a decoding issue when decoding a string value in a map where the value already existed would panic. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>