From 2f13554ac3913ba249bdd7eaed005c92198b35fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 09:08:03 +0200 Subject: [PATCH] Bump github.com/aws/aws-sdk-go-v2 from 1.16.3 to 1.16.4 in /dynamodb (#381) Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.16.3...v1.16.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-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> --- dynamodb/go.mod | 2 +- dynamodb/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dynamodb/go.mod b/dynamodb/go.mod index 79692e24..5ff99987 100644 --- a/dynamodb/go.mod +++ b/dynamodb/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/storage/dynamodb go 1.14 require ( - github.com/aws/aws-sdk-go-v2 v1.16.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/aws-sdk-go-v2/config v1.15.6 github.com/aws/aws-sdk-go-v2/credentials v1.12.1 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.1 diff --git a/dynamodb/go.sum b/dynamodb/go.sum index 9a3e51a3..a1d8aeb8 100644 --- a/dynamodb/go.sum +++ b/dynamodb/go.sum @@ -1,5 +1,6 @@ -github.com/aws/aws-sdk-go-v2 v1.16.3 h1:0W1TSJ7O6OzwuEvIXAtJGvOeQ0SGAhcpxPN2/NK5EhM= github.com/aws/aws-sdk-go-v2 v1.16.3/go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU= +github.com/aws/aws-sdk-go-v2 v1.16.4 h1:swQTEQUyJF/UkEA94/Ga55miiKFoXmm/Zd67XHgmjSg= +github.com/aws/aws-sdk-go-v2 v1.16.4/go.mod h1:ytwTPBG6fXTZLxxeeCCWj2/EMYp/xDUgX+OET6TLNNU= github.com/aws/aws-sdk-go-v2/config v1.15.6 h1:0pItK5GGqDG3Ndu+PiniN4f3X5QABBxI/zHP/z9px6g= github.com/aws/aws-sdk-go-v2/config v1.15.6/go.mod h1:EvBVTxF6CxlM/U94C4TYh0zuJIHOjkAtMg1LFISNzGY= github.com/aws/aws-sdk-go-v2/credentials v1.12.1 h1:ZrLRNXSHVKfIEtE/Omy4sm3MCttO01/hcAezccZMdFs=