From cb5ed59f1658116d6f73afe2b595a022671425f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:42:26 +0000 Subject: [PATCH] Bump github.com/aws/aws-lambda-go from 1.54.0 to 1.55.0 Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.54.0 to 1.55.0. - [Release notes](https://github.com/aws/aws-lambda-go/releases) - [Commits](https://github.com/aws/aws-lambda-go/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-lambda-go dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 70dd1644..6bb19a41 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module goa.design/plugins/v3 go 1.26.0 require ( - github.com/aws/aws-lambda-go v1.54.0 + github.com/aws/aws-lambda-go v1.55.0 github.com/go-kit/kit v0.13.0 github.com/go-kit/log v0.2.1 github.com/stretchr/testify v1.12.1 diff --git a/go.sum b/go.sum index 2001a1c6..5b85a1b7 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/aws/aws-lambda-go v1.54.0 h1:EGYpdyRGF88xszqlGcBewz811mJeRS+maNlLZXFheII= -github.com/aws/aws-lambda-go v1.54.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A= +github.com/aws/aws-lambda-go v1.55.0 h1:D+AUkk49hTldMnv+Ydt+/jdWVXWPsp8hlwY6Enob2FM= +github.com/aws/aws-lambda-go v1.55.0/go.mod h1:V+NzkHNR6vBC8C1PDloqSLE+7jYWFiPvJJFiCiTm8nE= github.com/aws/smithy-go v1.27.8 h1:FR0dxZfIlV7Z8eh2iHfIofdunw382XsDV3Mxt9nUvRY= github.com/aws/smithy-go v1.27.8/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=