From 88689da9a3c9695206b0e00b71c515342ba67c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:03:58 +0000 Subject: [PATCH] chore(deps): bump github.com/shamaton/msgpack/v3 in the gomod group Bumps the gomod group with 1 update: [github.com/shamaton/msgpack/v3](https://github.com/shamaton/msgpack). Updates `github.com/shamaton/msgpack/v3` from 3.1.2 to 3.2.0 - [Release notes](https://github.com/shamaton/msgpack/releases) - [Changelog](https://github.com/shamaton/msgpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/shamaton/msgpack/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: github.com/shamaton/msgpack/v3 dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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=