open-nomad/plugins/base
Mahmood Ali cf1f3625b4 Update ugorji/go to latest
Our testing so far indicates that ugorji/go/codec maintains backward
compatiblity with the version we are using now, for purposes of Nomad
serialization.

Using latest ugorji/go allows us to get back to using upstream library,
get get the optimizations benefits in RPC paths (including code
generation optimizations).

ugorji/go introduced two significant changes:
* time binary format in debb8e2d2e.  Setting `h.BasicHandle.TimeNotBuiltin = true` restores old behavior
* ugorji/go started honoring `json` tag as well:

v1.1.4 is the latest but has a bug in handling RawString that's fixed in
d09a80c1e0
.
2019-05-09 19:35:58 -04:00
..
proto Regenerate Proto files (#5421) 2019-03-14 10:56:27 -04:00
structs recover 2019-01-07 14:49:40 -08:00
base.go base fixes 2018-12-18 16:48:00 -08:00
client.go goimports until make check is happy 2019-01-23 06:27:14 -08:00
plugin.go Update ugorji/go to latest 2019-05-09 19:35:58 -04:00
plugin_test.go base fixes 2018-12-18 16:48:00 -08:00
server.go base fixes 2018-12-18 16:48:00 -08:00
testing.go base fixes 2018-12-18 16:48:00 -08:00