diff --git a/go.mod b/go.mod index a09c51b..389f3df 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.24 require ( github.com/dave/jennifer v1.7.1 - github.com/shamaton/msgpack/v3 v3.1.2 + github.com/shamaton/msgpack/v3 v3.2.0 ) diff --git a/go.sum b/go.sum index 4c24029..db435b1 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/dave/jennifer v1.7.1 h1:B4jJJDHelWcDhlRQxWeo0Npa/pYKBLrirAQoTN45txo= github.com/dave/jennifer v1.7.1/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3RmGZc= -github.com/shamaton/msgpack/v3 v3.1.2 h1:d5gWAIyMU4M0WgDjz6IFSCuXJUA2dFwRHBpDclE8CLw= -github.com/shamaton/msgpack/v3 v3.1.2/go.mod h1:DcQG8jrdrQCIxr3HlMYkiXdMhK+KfN2CitkyzsQV4uc= +github.com/shamaton/msgpack/v3 v3.2.0 h1:1q2Ms+MWmuRju+PuDMSFDB7p7621npeX4zprJN5Zck8= +github.com/shamaton/msgpack/v3 v3.2.0/go.mod h1:sgBYvEiyz8JR1NC3yGRoPVME9xXovpnh3l/plW1nfRo=