From 185ae2ea91f09c04428c4293641db142b130a631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:01:12 -0500 Subject: [PATCH] Bump github.com/hashicorp/go-msgpack/v2 from 2.1.1 to 2.1.2 (#589) Bumps [github.com/hashicorp/go-msgpack/v2](https://github.com/hashicorp/go-msgpack) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/hashicorp/go-msgpack/releases) - [Commits](https://github.com/hashicorp/go-msgpack/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-msgpack/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d1cfa48e..7d35dd97 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ retract v1.1.3 // Deleted original tag; module checksum may not be accurate. require ( github.com/armon/go-metrics v0.4.1 github.com/hashicorp/go-hclog v1.6.2 - github.com/hashicorp/go-msgpack/v2 v2.1.1 + github.com/hashicorp/go-msgpack/v2 v2.1.2 github.com/stretchr/testify v1.8.4 ) diff --git a/go.sum b/go.sum index 2c274c24..0801b78b 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/hashicorp/go-hclog v1.6.2 h1:NOtoftovWkDheyUM/8JW3QMiXyxJK3uHRK7wV04n github.com/hashicorp/go-hclog v1.6.2/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack/v2 v2.1.1 h1:xQEY9yB2wnHitoSzk/B9UjXWRQ67QKu5AOm8aFp8N3I= -github.com/hashicorp/go-msgpack/v2 v2.1.1/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= +github.com/hashicorp/go-msgpack/v2 v2.1.2 h1:4Ee8FTp834e+ewB71RDrQ0VKpyFdrKOjvYtnQ/ltVj0= +github.com/hashicorp/go-msgpack/v2 v2.1.2/go.mod h1:upybraOAblm4S7rx0+jeNy+CWWhzywQsSRV5033mMu4= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-uuid v1.0.0 h1:RS8zrF7PhGwyNPOtxSClXXj9HA8feRnJzgnI1RJCSnM= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=