From 21dc9b3ab40fd787e9ccc97e8d190ff97f0169dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:03:19 +0000 Subject: [PATCH] build(deps): bump github.com/aws/aws-sdk-go in /runtimes/cloudformation Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.19 to 1.52.4. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.19...v1.52.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtimes/cloudformation/go.mod | 2 +- runtimes/cloudformation/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtimes/cloudformation/go.mod b/runtimes/cloudformation/go.mod index 0beec08..21ca372 100644 --- a/runtimes/cloudformation/go.mod +++ b/runtimes/cloudformation/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/Jeffail/gabs/v2 v2.7.0 github.com/aws/aws-lambda-go v1.47.0 - github.com/aws/aws-sdk-go v1.51.19 + github.com/aws/aws-sdk-go v1.52.4 github.com/google/go-containerregistry v0.19.1 github.com/rs/zerolog v1.32.0 github.com/stretchr/testify v1.9.0 diff --git a/runtimes/cloudformation/go.sum b/runtimes/cloudformation/go.sum index 3e6b686..259c4f0 100644 --- a/runtimes/cloudformation/go.sum +++ b/runtimes/cloudformation/go.sum @@ -2,8 +2,8 @@ github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg github.com/Jeffail/gabs/v2 v2.7.0/go.mod h1:dp5ocw1FvBBQYssgHsG7I1WYsiLRtkUaB1FEtSwvNUw= github.com/aws/aws-lambda-go v1.47.0 h1:0H8s0vumYx/YKs4sE7YM0ktwL2eWse+kfopsRI1sXVI= github.com/aws/aws-lambda-go v1.47.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A= -github.com/aws/aws-sdk-go v1.51.19 h1:jp/Vx/mUpXttthvvo/4/Nn/3+zumirIlAFkp1Irf1kM= -github.com/aws/aws-sdk-go v1.51.19/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.52.4 h1:9VsBVJ2TKf8xPP3+yIPGSYcEBIEymXsJzQoFgQuyvA0= +github.com/aws/aws-sdk-go v1.52.4/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU= github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=