Skip to content

Commit

Permalink
bump hashicorp/go-msgpack v0.5.5
Browse files Browse the repository at this point in the history
full diff: hashicorp/go-msgpack@71c2886...v0.5.5

- hashicorp/go-msgpack#3 Add go.mod
- hashicorp/go-msgpack#7 Do not attempt to set unsettable types
- hashicorp/go-msgpack#8 codec: do not dereference pointers/interfaces for omitempty support
  - backport of hashicorp/go-msgpack@006e153
  - backport of hashicorp/go-msgpack@006e153
  - fixes ugorji/go#67 "omitempty" fails on pointers to bools

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Aug 26, 2019
1 parent 7bc448b commit 4d95490
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ github.com/gorilla/mux c5c6c98bc25355028a63748a498942a6398ccd22
github.com/google/btree 4030bb1f1f0c35b30ca7009e9ebd06849dd45306 # v1.0.0
github.com/hashicorp/consul 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9 # v0.5.2
github.com/hashicorp/errwrap 8a6fb523712970c966eefc6b39ed2c5e74880354 # v1.0.0
github.com/hashicorp/go-msgpack 71c2886f5a673a35f909803f38ece5810165097b
github.com/hashicorp/go-msgpack ad60660ecf9c5a1eae0ca32182ed72bab5807961 # v0.5.5
github.com/hashicorp/go-multierror 886a7fbe3eb1c874d46f623bfa70af45f425b3d1 # v1.0.0
github.com/hashicorp/memberlist e1138a6a4d8a6eaec6c919aeae5efbe4d69b1ece # v0.1.4
github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/hashicorp/go-msgpack/codec/decode.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/hashicorp/go-msgpack/codec/helper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions vendor/github.com/hashicorp/go-msgpack/codec/helper_internal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-msgpack/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d95490

Please sign in to comment.