From 1eacc69804991a3fe215bf537cb32bdcd838bbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:55:42 +0000 Subject: [PATCH] chore(deps): bump github.com/aws/aws-sdk-go from 1.19.49 to 1.33.0 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.19.49 to 1.33.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.33.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.19.49...v1.33.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0ffff45..5557567 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,11 @@ go 1.12 require ( github.com/GoogleIdTokenVerifier/GoogleIdTokenVerifier v0.0.0-20161220031521-f9aca297807f github.com/aws/aws-lambda-go v1.11.1 - github.com/aws/aws-sdk-go v1.19.49 - github.com/gbrlsnchs/jwt/v2 v2.0.0 + github.com/aws/aws-sdk-go v1.33.0 github.com/gbrlsnchs/jwt/v3 v3.0.0-beta.0 github.com/gomodule/oauth1 v0.0.0-20181215000758-9a59ed3b0a84 github.com/guregu/dynamo v1.2.1 - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/satori/go.uuid v1.2.0 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 )